zephyr/drivers/mdio
Santosh Male 8467c10447 drivers: ethernet: dwc_xgmac: Added dwc-xgmac
ethernet driver

This driver is capable of supporting basic features
of synposys dwc-xgmac ethernet MAC IP. Basic features
includes,
1. Tx and Rx, multiple Tx and Rx DMA channels, multiple
   Tx and Rx queues
2. Check Sum Offloading on Tx and Rx for IPv4, IPv6,
   TCP, UDP and ICMP packets
3. 10M/100M/1G speeds, Autonegotiation, Link speed
   configuration, Promiscuous mode, Full/Half
   duplex configuration
4. Added source files for synopsys dwc xgmac mdio driver.
   synopsys dwc xgmac mdio driver fetures includes:
   It supports clause 22 of IEEE 802.3 for ethernet PHY devices
   management.
5. Extended mdio shell support for dwcxgmac mdio driver.

Signed-off-by: Santosh Male <santosh.male@intel.com>
2024-09-05 17:03:05 -04:00
..
CMakeLists.txt drivers: ethernet: dwc_xgmac: Added dwc-xgmac 2024-09-05 17:03:05 -04:00
Kconfig drivers: ethernet: dwc_xgmac: Added dwc-xgmac 2024-09-05 17:03:05 -04:00
Kconfig.adin2111
Kconfig.dwcxgmac drivers: ethernet: dwc_xgmac: Added dwc-xgmac 2024-09-05 17:03:05 -04:00
Kconfig.esp32
Kconfig.gpio
Kconfig.litex drivers: mdio: litex: add mdio driver 2024-08-05 16:29:06 +02:00
Kconfig.nxp_enet drivers: mdio_nxp_enet: Fix busy wait 2024-07-10 19:13:27 -04:00
Kconfig.nxp_enet_qos
Kconfig.nxp_s32_gmac
Kconfig.nxp_s32_netc
Kconfig.sam
Kconfig.stm32_hal drivers: stm32: Select PINCTRL when required 2024-09-03 14:40:55 +01:00
Kconfig.xmc4xxx
mdio_adin2111.c
mdio_dwcxgmac.c drivers: ethernet: dwc_xgmac: Added dwc-xgmac 2024-09-05 17:03:05 -04:00
mdio_esp32.c driver: eth_esp32: fix shared clock check 2024-06-24 14:49:16 -04:00
mdio_gpio.c
mdio_litex_liteeth.c drivers: mdio: litex: add mdio driver 2024-08-05 16:29:06 +02:00
mdio_nxp_enet.c drivers: mdio: Clear interrupt signal in ISR 2024-07-27 15:10:42 +03:00
mdio_nxp_enet_qos.c
mdio_nxp_s32_gmac.c
mdio_nxp_s32_netc.c
mdio_sam.c
mdio_shell.c drivers: ethernet: dwc_xgmac: Added dwc-xgmac 2024-09-05 17:03:05 -04:00
mdio_stm32_hal.c drivers: mdio: add stm32 mdio support 2024-05-07 09:41:46 +02:00
mdio_xmc4xxx.c