zephyr/drivers/ethernet
Maximilian Bachmann 3c8e98cb39 drivers/pcie: Change pcie_get_mbar() to return size and flags
currently pcie_get_mbar only returns the physical address.
This changes the function to return the size of the mbar and
the flags (IO Bar vs MEM BAR).

Signed-off-by: Maximilian Bachmann <m.bachmann@acontis.com>
2020-11-20 09:36:22 +02:00
..
CMakeLists.txt drivers: eth: add driver for w5500 Ethernet Controller 2020-10-02 11:34:57 +02:00
Kconfig drivers: eth: add driver for w5500 Ethernet Controller 2020-10-02 11:34:57 +02:00
Kconfig.e1000
Kconfig.enc28j60
Kconfig.enc424j600
Kconfig.gecko
Kconfig.liteeth
Kconfig.mcux drivers: eth_mcux: Update to match changes to the SDK driver 2020-10-29 13:28:44 -05:00
Kconfig.native_posix
Kconfig.sam_gmac
Kconfig.smsc911x
Kconfig.stellaris
Kconfig.stm32_hal modules: Delete switches USE_STM32_HAL_RCC and USE_STM32_HAL_RCC_EX 2020-10-28 09:28:15 -05:00
Kconfig.w5500 drivers: eth: add driver for w5500 Ethernet Controller 2020-10-02 11:34:57 +02:00
eth.h
eth_e1000.c drivers/pcie: Change pcie_get_mbar() to return size and flags 2020-11-20 09:36:22 +02:00
eth_e1000_priv.h
eth_enc28j60.c drivers: ethernet: Remove ugly usage of a goto in enc*j* drivers 2020-09-02 13:48:13 +02:00
eth_enc28j60_priv.h device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
eth_enc424j600.c drivers: eth_enc424j600: initialize device pointer 2020-09-21 16:45:03 -05:00
eth_enc424j600_priv.h drivers: ethernet: Fix device instance const qualifier loss 2020-09-02 13:48:13 +02:00
eth_gecko.c drivers: ethernet: eth_gecko: Fetch MAC address from device info 2020-10-14 12:31:49 +03:00
eth_gecko_priv.h
eth_liteeth.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
eth_mcux.c drivers: ethernet: Rework mcux driver to use DT_INST_FOREACH 2020-11-03 11:05:55 +01:00
eth_native_posix.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
eth_native_posix_adapt.c
eth_native_posix_priv.h
eth_sam0_gmac.h
eth_sam_gmac.c drivers: Manual const-ification of device driver instance 2020-09-02 13:48:13 +02:00
eth_sam_gmac_priv.h device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
eth_smsc911x.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
eth_smsc911x_priv.h
eth_stellaris.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
eth_stellaris_priv.h device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
eth_stm32_hal.c drivers: ethernet: stm32: Add missing net_if_set_link_addr() call 2020-11-06 10:11:10 +02:00
eth_stm32_hal_priv.h drivers: ethernet: stm32: add support for DT pinctrl 2020-10-30 15:54:13 +01:00
eth_w5500.c ethernet: w5500: remove comparing uint64, int64 2020-10-26 07:35:46 -04:00
eth_w5500_priv.h ethernet: w5500: use bit fielding number for mode 2020-10-26 07:35:46 -04:00
phy_gecko.c
phy_gecko.h
phy_sam_gmac.c
phy_sam_gmac.h