zephyr/drivers/ethernet
Pierre-Emmanuel Novac 105cca639d drivers/ethernet: stm32: Make PTP clock optional
STM32F107 has an Ethernet MAC but no PTP clock, so remove hard requirement
on PTP clock definition in preparation for STM32F107 Ethernet MAC support.

Signed-off-by: Pierre-Emmanuel Novac <piernov@piernov.org>
2022-10-12 18:40:49 +02:00
..
phy include: add missing kernel.h include 2022-10-11 18:05:17 +02:00
CMakeLists.txt drivers: ethernet: adding support for Cyclone V SoC DK ethernet 2022-10-06 20:19:43 -07:00
dsa_ksz8xxx.c drivers: ethernet: dsa_ksz8xxx: use NET_DEVICE_DT_DEFINE_INSTANCE 2022-06-15 17:05:33 -05:00
dsa_ksz8794.h
dsa_ksz8863.h
eth_cyclonev_priv.h drivers: ethernet: adding support for Cyclone V SoC DK ethernet 2022-10-06 20:19:43 -07:00
eth_cyclonev.c drivers: ethernet: adding support for Cyclone V SoC DK ethernet 2022-10-06 20:19:43 -07:00
eth_dwmac_mmu.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
eth_dwmac_priv.h
eth_dwmac_stm32h7x.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
eth_dwmac.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
eth_e1000_priv.h drivers: Fix coding guidelines MISRAC:2012 Rule 14.4 do-whiles/Zero checks 2022-07-26 15:30:24 -04:00
eth_e1000.c drivers: s/DT_CHILD(DT_DRV_INST(n), ...)/DT_INST_CHILD(n, ...) 2022-09-06 08:45:25 -07:00
eth_enc28j60_priv.h drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
eth_enc28j60.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
eth_enc424j600_priv.h drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
eth_enc424j600.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
eth_esp32.c drivers: ethernet: Add ESP32 Ethernet driver 2022-10-01 14:51:28 -04:00
eth_gecko_priv.h drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
eth_gecko.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
eth_liteeth.c drivers: use unsigned int for irq_lock() 2022-07-14 14:37:13 -05:00
eth_mcux.c drivers: s/DT_CHILD(DT_DRV_INST(n), ...)/DT_INST_CHILD(n, ...) 2022-09-06 08:45:25 -07:00
eth_native_posix_adapt.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
eth_native_posix_priv.h
eth_native_posix.c devices: constify device pointers initialized at compile time 2022-08-22 17:08:26 +02:00
eth_sam0_gmac.h
eth_sam_gmac_priv.h
eth_sam_gmac.c drivers: s/DT_CHILD(DT_DRV_INST(n), ...)/DT_INST_CHILD(n, ...) 2022-09-06 08:45:25 -07:00
eth_smsc911x_priv.h
eth_smsc911x.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
eth_stellaris_priv.h
eth_stellaris.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
eth_stm32_hal_priv.h drivers/ethernet: stm32: Make PTP clock optional 2022-10-12 18:40:49 +02:00
eth_stm32_hal.c drivers/ethernet: stm32: Make PTP clock optional 2022-10-12 18:40:49 +02:00
eth_w5500_priv.h drivers: ethernet: w5500: keep thread blocking in command read-back 2022-06-07 18:56:31 +02:00
eth_w5500.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
eth_xlnx_gem_priv.h drivers: ethernet: xlnx: gem: do not lock/unlock the SLCRs 2022-06-28 20:46:11 +02:00
eth_xlnx_gem.c drivers: ethernet: xlnx_gem: fix dev data access missed by #41918 2022-10-11 11:15:20 +02:00
eth.h drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
Kconfig drivers: ethernet: adding support for Cyclone V SoC DK ethernet 2022-10-06 20:19:43 -07:00
Kconfig.cyclonev drivers: ethernet: adding support for Cyclone V SoC DK ethernet 2022-10-06 20:19:43 -07:00
Kconfig.dsa drivers: ethernet: Update Kconfig 2022-08-15 14:32:45 +02:00
Kconfig.dwmac drivers: ethernet: Update Kconfig 2022-08-15 14:32:45 +02:00
Kconfig.e1000 drivers: ethernet: Update Kconfig 2022-08-15 14:32:45 +02:00
Kconfig.enc28j60 drivers: ethernet: Update Kconfig 2022-08-15 14:32:45 +02:00
Kconfig.enc424j600 drivers: ethernet: Update Kconfig 2022-08-15 14:32:45 +02:00
Kconfig.esp32 drivers: ethernet: Add ESP32 Ethernet driver 2022-10-01 14:51:28 -04:00
Kconfig.gecko drivers: ethernet: Update Kconfig 2022-08-15 14:32:45 +02:00
Kconfig.liteeth drivers: ethernet: Update Kconfig 2022-08-15 14:32:45 +02:00
Kconfig.mcux drivers: ethernet: Update Kconfig 2022-08-15 14:32:45 +02:00
Kconfig.native_posix
Kconfig.sam_gmac drivers: eth: sam0: Fix missing devicetree dependency 2022-10-10 11:23:35 -05:00
Kconfig.smsc911x drivers: ethernet: Update Kconfig 2022-08-15 14:32:45 +02:00
Kconfig.stellaris drivers: ethernet: Update Kconfig 2022-08-15 14:32:45 +02:00
Kconfig.stm32_hal drivers: ethernet: Update Kconfig 2022-08-15 14:32:45 +02:00
Kconfig.w5500 drivers: ethernet: Update Kconfig 2022-08-15 14:32:45 +02:00
Kconfig.xlnx_gem drivers: ethernet: Update Kconfig 2022-08-15 14:32:45 +02:00
phy_cyclonev.c drivers: ethernet: adding support for Cyclone V SoC DK ethernet 2022-10-06 20:19:43 -07:00
phy_gecko.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
phy_gecko.h
phy_xlnx_gem.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
phy_xlnx_gem.h drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00