]> git.dujemihanovic.xyz Git - u-boot.git/commit
net: ksz9477: add support for KSZ GbE switches using SPI bus
authorRomain Naour <romain.naour@smile.fr>
Tue, 8 Oct 2024 07:54:32 +0000 (09:54 +0200)
committerTom Rini <trini@konsulko.com>
Sun, 27 Oct 2024 16:19:44 +0000 (10:19 -0600)
commit6989f7ba1657ea55315396767222eba79500a397
tree0e51a29965380ab1ae384cf47ecf4845de6925fa
parentd164577fdbb3e49b3d93ab170753a7ab94790490
net: ksz9477: add support for KSZ GbE switches using SPI bus

The Microchip KSZ Gigabit Ethernet Switches support
SGMII/RGMII/MII/RMII with register access via SPI, I2C, or MDIO.

Since this driver is now able to check the underlying bus type,
handle the case when the SPI bus is used.

The SPI bus is only used for 8/16/32 wide access of registers.

Reword Kconfig option to include SPI bus support.

Signed-off-by: Romain Naour <romain.naour@smile.fr>
drivers/net/Kconfig
drivers/net/ksz9477.c