zephyr/drivers/mdio
Angelo Dureghello fe29929c91 drivers: mdio: add stm32 mdio support
MDIO is part of the ETH IP, but some phy chip may need a
specific phy driver to set up certain vendor registers enabling
particular features.

Add support for stm32 mdio access.

Signed-off-by: Angelo Dureghello <adureghello@baylibre.com>
2024-05-07 09:41:46 +02:00
..
CMakeLists.txt drivers: mdio: add stm32 mdio support 2024-05-07 09:41:46 +02:00
Kconfig drivers: mdio: add stm32 mdio support 2024-05-07 09:41:46 +02:00
Kconfig.adin2111
Kconfig.esp32
Kconfig.gpio
Kconfig.nxp_enet
Kconfig.nxp_enet_qos
Kconfig.nxp_s32_gmac
Kconfig.nxp_s32_netc
Kconfig.sam
Kconfig.stm32_hal drivers: mdio: add stm32 mdio support 2024-05-07 09:41:46 +02:00
Kconfig.xmc4xxx
mdio_adin2111.c
mdio_esp32.c drivers: mdio: Remove empty functions 2024-04-29 22:31:16 +01:00
mdio_gpio.c drivers: mdio: Remove empty functions 2024-04-29 22:31:16 +01:00
mdio_nxp_enet.c drivers: mdio: Remove empty functions 2024-04-29 22:31:16 +01:00
mdio_nxp_enet_qos.c drivers: mdio: Remove empty functions 2024-04-29 22:31:16 +01:00
mdio_nxp_s32_gmac.c drivers: mdio: Remove empty functions 2024-04-29 22:31:16 +01:00
mdio_nxp_s32_netc.c drivers: mdio: Remove empty functions 2024-04-29 22:31:16 +01:00
mdio_sam.c
mdio_shell.c
mdio_stm32_hal.c drivers: mdio: add stm32 mdio support 2024-05-07 09:41:46 +02:00
mdio_xmc4xxx.c