Bitbanging MDIO driver for DM framework.
authorMarkus Gothe <markus.gothe@genexis.eu>
Tue, 19 Nov 2024 14:26:44 +0000 (08:26 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 1 Jan 2025 20:35:54 +0000 (14:35 -0600)
commit3912611cd1a03c45a91c6f3b42b27c2dc6d67cd9
tree782ce1367f3eb9bd389021b2f7667e5a7d649c57
parentc5cda4ae4aeec7b5e23e4f48ccbe8e4e95bc326c
Bitbanging MDIO driver for DM framework.

Linux DTS compatible MDIO bitbanging driver.
Both clause 22 and clause 45 MDIO supported and validated.

Heavily based on the Linux drivers (more or less the same code base).

Signed-off-by: Markus Gothe <markus.gothe@genexis.eu>
drivers/net/Kconfig
drivers/net/Makefile
drivers/net/mdio_gpio.c [new file with mode: 0644]