Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mdio-bitbang: Export mdiobb_{read,write}() | Geert Uytterhoeven | 2021-01-19 | 1 | -2/+4 |
| | | | | | | | | | | Export mdiobb_read() and mdiobb_write(), so Ethernet controller drivers can call them from their MDIO read/write wrappers. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Tested-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org> | ||||
* | net: mdio: Move MDIO drivers into a new subdirectory | Andrew Lunn | 2020-08-27 | 1 | -0/+232 |
Move all the MDIO drivers and multiplexers into drivers/net/mdio. The mdio core is however left in the phy directory, due to mutual dependencies between the MDIO core and the PHY core. Take this opportunity to sort the Kconfig based on the menuconfig strings, and move the multiplexers to the end with a separating comment. v2: Fix typo in commit message Acked-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net> |