zephyr/drivers/ethernet
Tomasz Bursztyka 97326c0445 device: Fix structure attributes access
Since struct devconfig was merged earlier into struct device, let's fix
accessing config_info, name, ... attributes everywhere via:

grep -rlZ 'dev->config->' | xargs -0 sed -i 's/dev->config->/dev->/g'

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2020-05-08 23:07:44 +02:00
..
CMakeLists.txt
eth_e1000_priv.h
eth_e1000.c
eth_enc28j60_priv.h
eth_enc28j60.c device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
eth_enc424j600_priv.h
eth_enc424j600.c device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
eth_gecko_priv.h device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
eth_gecko.c
eth_liteeth.c device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
eth_mcux.c
eth_native_posix_adapt.c
eth_native_posix_priv.h
eth_native_posix.c
eth_sam_gmac_priv.h device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
eth_sam_gmac.c drivers: ethernet: sam_gmac: rework pin config 2020-05-04 11:32:10 -05:00
eth_sam0_gmac.h
eth_smsc911x_priv.h
eth_smsc911x.c
eth_stellaris_priv.h device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
eth_stellaris.c
eth_stm32_hal_priv.h device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
eth_stm32_hal.c dts: Rename DT_HAS_NODE macro to DT_HAS_NODE_STATUS_OKAY 2020-05-06 05:25:41 -05:00
Kconfig
Kconfig.e1000
Kconfig.enc28j60
Kconfig.enc424j600
Kconfig.gecko
Kconfig.liteeth
Kconfig.mcux
Kconfig.native_posix
Kconfig.sam_gmac
Kconfig.smsc911x
Kconfig.stellaris
Kconfig.stm32_hal
phy_gecko.c
phy_gecko.h
phy_sam_gmac.c
phy_sam_gmac.h