zephyr/boards/arm/sam_e70_xplained
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: arm: sam_e70_xplained: Update docs 2020-04-21 09:36:37 +02:00
support
board.cmake
CMakeLists.txt
Kconfig.board
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_e70_xplained_defconfig soc: arm: atmel_sam: same70: Remove ARM_MPU selection 2020-05-08 11:11:59 +02:00
sam_e70_xplained-common.dtsi drivers: i2s: i2s_sam_ssc: Convert to devicetree 2020-05-07 22:24:58 -05:00
sam_e70_xplained.dts boards: arm: sam_e70_xplained: Fix dts model and compatible 2020-04-17 09:23:33 +03:00
sam_e70_xplained.yaml
sam_e70b_xplained_defconfig soc: arm: atmel_sam: same70: Remove ARM_MPU selection 2020-05-08 11:11:59 +02:00
sam_e70b_xplained.dts boards: arm: sam_e70_xplained: Fix dts model and compatible 2020-04-17 09:23:33 +03:00
sam_e70b_xplained.yaml