Message ID | 20220311212228.3918494-1-ioana.ciornei@nxp.com |
---|---|
Headers | show |
Series | dpaa2-mac: add support for changing the protocol at runtime | expand |
Hello: This series was applied to netdev/net-next.git (master) by David S. Miller <davem@davemloft.net>: On Fri, 11 Mar 2022 23:22:20 +0200 you wrote: > This patch set adds support for changing the Ethernet protocol at > runtime on Layerscape SoCs which have the Lynx 28G SerDes block. > > The first two patches add a new generic PHY driver for the Lynx 28G and > the bindings file associated. The driver reads the PLL configuration at > probe time (the frequency provided to the lanes) and determines what > protocols can be supported. > Based on this the driver can deny or approve a request from the > dpaa2-mac to setup a new protocol. > > [...] Here is the summary with links: - [net-next,v5,1/8] phy: add support for the Layerscape SerDes 28G https://git.kernel.org/netdev/net-next/c/8f73b37cf3fb - [net-next,v5,2/8] dt-bindings: phy: add bindings for Lynx 28G PHY https://git.kernel.org/netdev/net-next/c/c553f22e0531 - [net-next,v5,3/8] dpaa2-mac: add the MC API for retrieving the version https://git.kernel.org/netdev/net-next/c/38d28b02a08e - [net-next,v5,4/8] dpaa2-mac: add the MC API for reconfiguring the protocol https://git.kernel.org/netdev/net-next/c/332b9ea59e56 - [net-next,v5,5/8] dpaa2-mac: retrieve API version and detect features https://git.kernel.org/netdev/net-next/c/dff953813e7d - [net-next,v5,6/8] dpaa2-mac: move setting up supported_interfaces into a function https://git.kernel.org/netdev/net-next/c/aa95c3711241 - [net-next,v5,7/8] dpaa2-mac: configure the SerDes phy on a protocol change https://git.kernel.org/netdev/net-next/c/f978fe85b8d1 - [net-next,v5,8/8] arch: arm64: dts: lx2160a: describe the SerDes block #1 https://git.kernel.org/netdev/net-next/c/3cbe93a1f540 You are awesome, thank you!