zephyr/drivers/ethernet
Kumar Gala a614a026b7 dts: Rename DT_.*_GPIO_* to DT_.*_GPIOS_*
Convert DT_.*_GPIO_{CONTROLLER,PIN,FLAGS} ->
	DT_.*_GPIOS_{CONTROLLER,PIN,FLAGS)

Used the following commands to make these conversions:

git grep -l DT_.*_GPIO_CONTROLLER | xargs sed -i 's/DT_\(.*\)_GPIO_CONTROLLER/DT_\1_GPIOS_CONTROLLER/g'
git grep -l DT_.*_GPIO_PIN | xargs sed -i 's/DT_\(.*\)_GPIO_PIN/DT_\1_GPIOS_PIN/g'
git grep -l DT_.*_GPIO_FLAGS | xargs sed -i 's/DT_\(.*\)_GPIO_FLAGS/DT_\1_GPIOS_FLAGS/g'

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2019-06-27 13:02:34 -05:00
..
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
eth_dw_priv.h
eth_dw.c
eth_e1000_priv.h ethernet/eth_e1000.c: change to new PCI(e) functions 2019-04-22 09:34:00 -07:00
eth_e1000.c ethernet/eth_e1000.c: change to new PCI(e) functions 2019-04-22 09:34:00 -07:00
eth_enc28j60_priv.h
eth_enc28j60.c dts: Rename DT_.*_GPIO_* to DT_.*_GPIOS_* 2019-06-27 13:02:34 -05:00
eth_mcux.c eth: eth_mcux: Register mDNS multicast address 2019-05-27 13:05:14 +08:00
eth_native_posix_adapt.c
eth_native_posix_priv.h
eth_native_posix.c drivers: native_posix: Add VLAN tag strip feature 2019-04-26 10:46:27 +03:00
eth_sam_gmac_priv.h docs: fix misspelling across the tree 2019-06-19 15:34:13 -05:00
eth_sam_gmac.c drivers: eth: gmac: Fix MAC address info log 2019-04-17 10:34:22 -05:00
eth_smsc911x_priv.h dts: Convert from DT_<COMPAT>_<INSTANCE>_<PROP> to DT_INST... 2019-06-14 08:02:15 -05:00
eth_smsc911x.c dts: Convert from DT_<COMPAT>_<INSTANCE>_<PROP> to DT_INST... 2019-06-14 08:02:15 -05:00
eth_stellaris_priv.h
eth_stellaris.c ethernet: eth_stellaris: data_len should not include header size 2019-04-11 18:04:05 -04:00
eth_stm32_hal_priv.h
eth_stm32_hal.c
Kconfig
Kconfig.dw
Kconfig.e1000 ethernet/eth_e1000.c: change to new PCI(e) functions 2019-04-22 09:34:00 -07:00
Kconfig.enc28j60
Kconfig.mcux
Kconfig.native_posix drivers: native_posix: Add VLAN tag strip feature 2019-04-26 10:46:27 +03:00
Kconfig.sam_gmac
Kconfig.smsc911x
Kconfig.stellaris
Kconfig.stm32_hal
phy_sam_gmac.c
phy_sam_gmac.h