zephyr/drivers/ethernet
Andrew Boie d15a531197 drivers: eth_e1000: use device MMIO
The ethernet driver no longer continues to try to initialize
itself if PCIe probing fails.

This device is always PCIe so we don't need to reserve ROM MMIO
storage.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2020-07-17 11:38:18 +02:00
..
CMakeLists.txt
eth_e1000_priv.h drivers: eth_e1000: use device MMIO 2020-07-17 11:38:18 +02:00
eth_e1000.c drivers: eth_e1000: use device MMIO 2020-07-17 11:38:18 +02:00
eth_enc28j60_priv.h drivers: eth_enc28j60: respect devicetree cs-gpios flags 2020-07-09 06:07:07 -05:00
eth_enc28j60.c drivers: eth_enc28j60: respect devicetree cs-gpios flags 2020-07-09 06:07:07 -05:00
eth_enc424j600_priv.h drivers: eth_enc424j600: respect devicetree cs-gpios flags 2020-07-09 06:07:07 -05:00
eth_enc424j600.c drivers: eth_enc424j600: respect devicetree cs-gpios flags 2020-07-09 06:07:07 -05:00
eth_gecko_priv.h
eth_gecko.c
eth_liteeth.c
eth_mcux.c
eth_native_posix_adapt.c
eth_native_posix_priv.h
eth_native_posix.c drivers: eth: native_posix: Print errno when interface creation fails 2020-06-24 23:34:27 +03:00
eth_sam_gmac_priv.h
eth_sam_gmac.c
eth_sam0_gmac.h
eth_smsc911x_priv.h
eth_smsc911x.c
eth_stellaris_priv.h
eth_stellaris.c
eth_stm32_hal_priv.h
eth_stm32_hal.c
eth.h random: Include header where it is used 2020-07-08 21:05:36 -04:00
Kconfig
Kconfig.e1000
Kconfig.enc28j60
Kconfig.enc424j600
Kconfig.gecko
Kconfig.liteeth
Kconfig.mcux clk: eth: Add ETH_MCUX_RMII_EXT_CLK option to enable external RMII clock 2020-06-10 13:02:22 -05:00
Kconfig.native_posix
Kconfig.sam_gmac drivers: ethernet: sam_gmac: Add SOC_FAMILY_SAM0 dependency 2020-07-02 08:37:17 -04:00
Kconfig.smsc911x
Kconfig.stellaris
Kconfig.stm32_hal
phy_gecko.c
phy_gecko.h
phy_sam_gmac.c
phy_sam_gmac.h