zephyr/drivers/dma
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 drivers: dma: Enable dma and dmamux on stm32 2020-05-05 11:51:25 -05:00
dma_dw.c devicetree: allow access to all nodes 2020-05-08 19:37:18 -05:00
dma_dw.h driver/dma: No need to store IRQ number in DW driver 2020-01-28 18:18:18 -05:00
dma_handlers.c global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
dma_nios2_msgdma.c device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
dma_sam0.c drivers: dma: atmel_sam0: Convert to use devicetree macros for dma dev 2020-05-07 00:49:32 -05:00
dma_sam_xdmac.c device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
dma_sam_xdmac.h dma: use user data in callback 2018-10-16 16:58:19 -04:00
dma_stm32.c devicetree: remove DT_HAS_NODE_STATUS_OKAY 2020-05-13 18:24:42 +02:00
dma_stm32.h drivers: dma: Enable dma and dmamux on stm32 2020-05-05 11:51:25 -05:00
dma_stm32_v1.c drivers: dma: irq handler of the dma_stm32 2020-04-17 03:13:02 -05:00
dma_stm32_v2.c drivers: dma: irq handler of the dma_stm32 2020-04-17 03:13:02 -05:00
dmamux_stm32.c devicetree: allow access to all nodes 2020-05-08 19:37:18 -05:00
dmamux_stm32.h drivers: dma: Enable dma and dmamux on stm32 2020-05-05 11:51:25 -05:00
Kconfig drivers/dma: Rename CAVS driver to DesignWare 2020-01-28 18:18:18 -05:00
Kconfig.dw drivers/dma: Rename CAVS driver to DesignWare 2020-01-28 18:18:18 -05:00
Kconfig.nios2_msgdma kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.sam0 kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.sam_xdmac kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.stm32 drivers: dma: Enable dma and dmamux on stm32 2020-05-05 11:51:25 -05:00