zephyr/boards/arm/sam_v71_xult
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
..
doc boards: rename board image file and make them match board name 2020-05-01 15:43:37 -04:00
support boards: arm: Add sam_v71_xult board 2020-02-04 08:56:19 -06:00
board.cmake boards: arm: Add sam_v71_xult board 2020-02-04 08:56:19 -06:00
CMakeLists.txt boards: arm: Add sam_v71_xult board 2020-02-04 08:56:19 -06:00
Kconfig.board boards: arm: Add sam_v71_xult board 2020-02-04 08:56:19 -06:00
Kconfig.defconfig drivers: eth: Get Manual MAC address from devicetree 2020-05-09 16:29:57 +02:00
pinmux.c devicetree: remove DT_HAS_NODE_STATUS_OKAY 2020-05-13 18:24:42 +02:00
sam_v71_xult-common.dtsi drivers: i2s: i2s_sam_ssc: Convert to devicetree 2020-05-07 22:24:58 -05:00
sam_v71_xult.dts boards: arm: sam_v71_xult: Fix dts model and compatible 2020-04-17 09:23:33 +03:00
sam_v71_xult.yaml west.yml: Enable missing tests for SAMV71 2020-02-04 17:55:22 -05:00
sam_v71_xult_defconfig soc: arm: atmel_sam: samv71: Remove ARM_MPU selection 2020-05-08 11:11:59 +02:00
sam_v71b_xult.dts boards: arm: sam_v71_xult: Fix dts model and compatible 2020-04-17 09:23:33 +03:00
sam_v71b_xult.yaml boards: sam_v71_xult: Add revision B variant 2020-03-31 08:08:29 -05:00
sam_v71b_xult_defconfig soc: arm: atmel_sam: samv71: Remove ARM_MPU selection 2020-05-08 11:11:59 +02:00