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 boards: sam_e70_xplained: allow flashing via JTAG header 2017-06-23 15:05:10 -05:00
board.cmake license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
CMakeLists.txt boards: enable PWM devices on Atmel SMART SAM E70 Xplained Board 2019-02-08 06:55:14 -06:00
Kconfig.board kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05: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_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 boards: enable PWM devices on Atmel SMART SAM E70 Xplained Board 2019-02-08 06:55:14 -06:00
sam_e70_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 boards: sam_e70_xplained: Add revision B variant 2020-03-31 08:08:29 -05:00
sam_e70b_xplained_defconfig soc: arm: atmel_sam: same70: Remove ARM_MPU selection 2020-05-08 11:11:59 +02:00