zephyr/drivers/ethernet
Martí Bolívar 6e8775ff84 devicetree: remove DT_HAS_NODE_STATUS_OKAY
Several reviewers agreed that DT_HAS_NODE_STATUS_OKAY(...) was an
undesirable API for the following reasons:

- it's inconsistent with the rest of the DT_NODE_HAS_FOO names
- DT_NODE_HAS_FOO_BAR_BAZ(node) was agreed upon as a shorthand
  for macros which are equivalent to
  DT_NODE_HAS_FOO(node) && DT_NODE_HAS_BAR(node) &&
- DT_NODE_HAS_BAZ(node), and DT_HAS_NODE_STATUS_OKAY is an odd duck
- DT_NODE_HAS_STATUS(..., okay) was viewed as more readable anyway
- it is seen as a somewhat aesthetically challenged name

Replace all users with DT_NODE_HAS_STATUS(..., okay), which is
semantically equivalent.

This is mostly done with sed, but a few remaining cases were done by
hand, along with whitespace, docs, and comment changes. These special
cases include the Nordic SOC static assert files.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
2020-05-13 18:24:42 +02:00
..
CMakeLists.txt
eth_e1000_priv.h
eth_e1000.c drivers: ethernet: Convert to new DT_INST macros 2020-03-30 13:01:22 -05:00
eth_enc28j60_priv.h gpio: rename typedef for devicetree flags 2020-02-05 12:00:36 +01:00
eth_enc28j60.c drivers: Replace GPIO_CS Kconfig with devicetree detection 2020-05-09 13:07:05 +02:00
eth_enc424j600_priv.h gpio: rename typedef for devicetree flags 2020-02-05 12:00:36 +01:00
eth_enc424j600.c drivers: Replace GPIO_CS Kconfig with devicetree detection 2020-05-09 13:07:05 +02:00
eth_gecko_priv.h device: avoid casting away const from config_info pointer 2020-05-13 18:21:52 +02:00
eth_gecko.c drivers: eth: Get Manual MAC address from devicetree 2020-05-09 16:29:57 +02:00
eth_liteeth.c drivers: eth: Replace driver specific RANDOM_MAC Kconfig with devicetree 2020-05-09 16:29:57 +02:00
eth_mcux.c devicetree: remove DT_HAS_NODE_STATUS_OKAY 2020-05-13 18:24:42 +02:00
eth_native_posix_adapt.c
eth_native_posix_priv.h
eth_native_posix.c drivers: eth: Refactor generation of random mac into help function 2020-05-09 16:29:57 +02:00
eth_sam_gmac_priv.h device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
eth_sam_gmac.c drivers: eth: Get Manual MAC address from devicetree 2020-05-09 16:29:57 +02:00
eth_sam0_gmac.h drivers: ethernet: eth_sam_gmac: Add SAM0 family support 2020-04-17 04:56:28 -05:00
eth_smsc911x_priv.h drivers: ethernet: Convert to new DT_INST macros 2020-03-30 13:01:22 -05:00
eth_smsc911x.c driver: eth: smsc911x: Convert to use k_timeout_t 2020-05-01 10:50:03 +03:00
eth_stellaris_priv.h device: avoid casting away const from config_info pointer 2020-05-13 18:21:52 +02:00
eth_stellaris.c device: avoid casting away const from config_info pointer 2020-05-13 18:21:52 +02:00
eth_stm32_hal_priv.h device: avoid casting away const from config_info pointer 2020-05-13 18:21:52 +02:00
eth_stm32_hal.c devicetree: remove DT_HAS_NODE_STATUS_OKAY 2020-05-13 18:24:42 +02:00
eth.h drivers: eth: Get Manual MAC address from devicetree 2020-05-09 16:29:57 +02:00
Kconfig cmake: Allow change of the QEMU Ethernet interface name 2020-03-10 14:38:28 +02:00
Kconfig.e1000
Kconfig.enc28j60 drivers: Replace GPIO_CS Kconfig with devicetree detection 2020-05-09 13:07:05 +02:00
Kconfig.enc424j600 drivers: Replace GPIO_CS Kconfig with devicetree detection 2020-05-09 13:07:05 +02:00
Kconfig.gecko drivers: eth: Get Manual MAC address from devicetree 2020-05-09 16:29:57 +02:00
Kconfig.liteeth drivers: eth: Replace driver specific RANDOM_MAC Kconfig with devicetree 2020-05-09 16:29:57 +02:00
Kconfig.mcux drivers: ethernet: mcux: rework how unique mac is determined 2020-05-09 16:29:57 +02:00
Kconfig.native_posix kconfig: Replace non-defconfig single-symbol 'if's with 'depends on' 2020-02-12 10:32:34 -06:00
Kconfig.sam_gmac drivers: eth: Get Manual MAC address from devicetree 2020-05-09 16:29:57 +02:00
Kconfig.smsc911x
Kconfig.stellaris
Kconfig.stm32_hal
phy_gecko.c coccinelle: re-run timeout conversion semantic patch 2020-04-02 19:47:51 +03:00
phy_gecko.h
phy_sam_gmac.c drivers: ethernet: eth_sam_gmac: Add SAM0 family support 2020-04-17 04:56:28 -05:00
phy_sam_gmac.h drivers: ethernet: phy_sam_gmac: Add link status query function 2020-03-21 15:37:59 +02:00