zephyr/drivers/pinmux
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
..
stm32 board: arm: Add Support For 96Boards Aerocore2 2020-05-08 07:33:43 -05:00
CMakeLists.txt
Kconfig
Kconfig.beetle
Kconfig.cc13xx_cc26xx
Kconfig.esp32
Kconfig.hsdk
Kconfig.intel_s1000
Kconfig.mcux
Kconfig.mcux_lpc
Kconfig.rv32m1 drivers: pinmux: rv32m1: Convert driver to new DT_INST macros 2020-04-10 14:38:04 -05:00
Kconfig.sam0
Kconfig.sifive
Kconfig.stm32
Kconfig.xec drivers: pinmux: mchp_xec: Convert to using new device tree macros 2020-04-28 07:43:31 -05:00
dummy.c
pinmux.h
pinmux_cc13xx_cc26xx.c
pinmux_esp32.c
pinmux_hsdk.c
pinmux_intel_s1000.c drivers: pinmux: intel_s1000: Convert to DT_INST 2020-04-20 15:21:39 -05:00
pinmux_mchp_xec.c devicetree: remove DT_HAS_NODE_STATUS_OKAY 2020-05-13 18:24:42 +02:00
pinmux_mcux.c device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
pinmux_mcux_lpc.c device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
pinmux_rv32m1.c devicetree: allow access to all nodes 2020-05-08 19:37:18 -05:00
pinmux_sam0.c devicetree: remove DT_HAS_NODE_STATUS_OKAY 2020-05-13 18:24:42 +02:00
pinmux_sifive.c device: Fix structure attributes access 2020-05-08 23:07:44 +02:00