zephyr/drivers/ethernet
Marek Matej 6b57b3b786 soc: xtensa,riscv: esp32xx: refactor folder structure
Refactor the ESP32 target SOCs together with
all related boards. Most braking changes includes:

- changing the CONFIG_SOC_ESP32* to refer to
  the actual soc line (esp32,esp32s2,esp32s3,esp32c3)
- replacing CONFIG_SOC with the CONFIG_SOC_SERIES
- creating CONFIG_SOC_FAMILY_ESP32 to embrace all
  the ESP32 across all used architectures
- introducing CONFIG_SOC_PART_NUMBER_* to
  provide a SOC model config
- introducing the 'common' folder to hide all
  commonly used configs and files.
- updating west.yml to reflect previous changes in hal

Signed-off-by: Marek Matej <marek.matej@espressif.com>
2023-07-25 18:12:33 +02:00
..
phy drivers: phy: add adin2111 2023-05-26 09:50:09 -04:00
CMakeLists.txt drivers: ethernet: add adin2111 2023-05-26 09:50:09 -04:00
dsa_ksz8xxx.c drivers: tests: replace usage of spi_is_ready with spi_is_ready_dt 2022-12-07 09:40:23 -06:00
dsa_ksz8794.h
dsa_ksz8863.h
eth_adin2111_priv.h drivers: ethernet: add adin2111 2023-05-26 09:50:09 -04:00
eth_adin2111.c drivers: ethernet: add adin2111 2023-05-26 09:50:09 -04:00
eth_cyclonev_priv.h drivers: ethernet: bugfix for Cyclone V Ethernet 2023-01-24 17:46:17 -06:00
eth_cyclonev.c driver: ethernet: cvsx remove ugly whitespace 2023-01-24 17:46:17 -06:00
eth_dwmac_mmu.c cache: Fix libraries and drivers 2022-12-01 13:40:56 -05:00
eth_dwmac_priv.h
eth_dwmac_stm32h7x.c treewide: Update clock control API usage 2023-04-05 10:55:46 +02:00
eth_dwmac.c drivers: move to timepoint API 2023-07-25 09:12:26 +02:00
eth_e1000_priv.h
eth_e1000.c all: Fix "#if IS_ENABLED(CONFIG_FOO)" occurrences 2022-12-21 10:09:23 +01:00
eth_enc28j60_priv.h
eth_enc28j60.c drivers: ethernet: enc28j60: Prevent infinate loop on driver init 2023-05-10 11:56:59 +02:00
eth_enc424j600_priv.h
eth_enc424j600.c drivers: tests: replace usage of spi_is_ready with spi_is_ready_dt 2022-12-07 09:40:23 -06:00
eth_esp32.c
eth_gecko_priv.h
eth_gecko.c drivers: eth: gecko: fix GPIO configuration 2022-12-21 23:32:57 +09:00
eth_ivshmem_priv.h drivers: ethernet: Add Jailhouse IVSHMEM Ethernet support 2023-05-14 18:17:33 -04:00
eth_ivshmem_queue.c drivers: ethernet: Add Jailhouse IVSHMEM Ethernet support 2023-05-14 18:17:33 -04:00
eth_ivshmem.c drivers: ethernet: Add Jailhouse IVSHMEM Ethernet support 2023-05-14 18:17:33 -04:00
eth_liteeth.c
eth_mcux.c drivers: ethernet: mcux: improve receive timestamp accuracy 2023-07-19 21:42:05 -04:00
eth_native_posix_adapt.c
eth_native_posix_priv.h
eth_native_posix.c device: remove redundant init functions 2023-04-19 10:00:25 +02:00
eth_nxp_s32_netc_priv.h drivers: ethernet: add support for NXP S32 NETC 2023-01-24 14:37:20 +01:00
eth_nxp_s32_netc_psi.c drivers: ethernet: add support for NXP S32 NETC 2023-01-24 14:37:20 +01:00
eth_nxp_s32_netc_vsi.c drivers: ethernet: add support for NXP S32 NETC 2023-01-24 14:37:20 +01:00
eth_nxp_s32_netc.c drivers: ethernet: add support for NXP S32 NETC 2023-01-24 14:37:20 +01:00
eth_sam0_gmac.h
eth_sam_gmac_priv.h drivers: ethernet: sam0: Increase RX buffer count by one 2023-04-27 09:50:39 +02:00
eth_sam_gmac.c barriers: Move __DMB() to the new API 2023-05-24 13:13:57 -04:00
eth_slip_tap.c drivers: net: initialize logging for the slip module 2023-02-20 16:44:23 +01:00
eth_smsc91x_priv.h drivers: eth_smsc91x: Implement promiscuous mode 2023-07-10 15:14:33 +02:00
eth_smsc91x.c drivers: eth_smsc91x: Implement promiscuous mode 2023-07-10 15:14:33 +02:00
eth_smsc911x_priv.h
eth_smsc911x.c
eth_stellaris_priv.h
eth_stellaris.c
eth_stm32_hal_priv.h drivers : ethernet: add SOC_SERIES_STM32H5X 2023-07-07 10:06:54 +00:00
eth_stm32_hal.c drivers: ethernet: stm32 generate_mac 2023-07-25 16:45:53 +02:00
eth_w5500_priv.h
eth_w5500.c drivers: move to timepoint API 2023-07-25 09:12:26 +02:00
eth_xlnx_gem_priv.h
eth_xlnx_gem.c
eth.h
Kconfig drivers: ethernet: add adin2111 2023-05-26 09:50:09 -04:00
Kconfig.adin2111 drivers: ethernet: add adin2111 2023-05-26 09:50:09 -04:00
Kconfig.cyclonev
Kconfig.dsa
Kconfig.dwmac
Kconfig.e1000
Kconfig.enc28j60 drivers: ethernet: enc28j60: Prevent infinate loop on driver init 2023-05-10 11:56:59 +02:00
Kconfig.enc424j600
Kconfig.esp32 soc: xtensa,riscv: esp32xx: refactor folder structure 2023-07-25 18:12:33 +02:00
Kconfig.gecko
Kconfig.ivshmem drivers: ethernet: Add Jailhouse IVSHMEM Ethernet support 2023-05-14 18:17:33 -04:00
Kconfig.liteeth
Kconfig.mcux
Kconfig.native_posix drivers for POSIX arch: Add external libc dependencies 2023-07-05 07:01:19 -04:00
Kconfig.nxp_s32 drivers: ethernet: add support for NXP S32 NETC 2023-01-24 14:37:20 +01:00
Kconfig.sam_gmac
Kconfig.smsc91x drivers: eth_smsc91x: Add driver for SMSC91C111 aka LAN91C111 chip 2023-04-11 11:27:05 +02:00
Kconfig.smsc911x
Kconfig.stellaris
Kconfig.stm32_hal drivers : ethernet: add SOC_SERIES_STM32H5X 2023-07-07 10:06:54 +00:00
Kconfig.w5500
Kconfig.xlnx_gem
phy_cyclonev.c drivers: ethernet: cvsx change bit label 2023-01-24 17:46:17 -06:00
phy_gecko.c
phy_gecko.h
phy_xlnx_gem.c
phy_xlnx_gem.h drivers: ethernet: xlnx_gem: fix PHY_MRVL_MODE_CONFIG_MASK 2023-04-28 14:48:52 +02:00