linux-stable/Documentation/devicetree/bindings/dma
Linus Torvalds ab522e1478 Devicetree updates for v6.9:
DT core:
 
 - Add cleanup.h based auto release of struct device_node pointers via
   __free marking and new for_each_child_of_node_scoped() iterator to use
   it.
 
 - Always create a base skeleton DT when CONFIG_OF is enabled. This
   supports several usecases of adding DT data on non-DT booted systems.
 
 - Move around some /reserved-memory code in preparation for further
   improvements
 
 - Add a stub for_each_property_of_node() for !OF
 
 - Adjust the printk levels on some messages
 
 - Fix __be32 sparse warning
 
 - Drop RESERVEDMEM_OF_DECLARE usage from Freescale qbman driver
   (currently orphaned)
 
 - Add Saravana Kannan and drop Frank Rowand as DT maintainers
 
 DT bindings:
 
 - Convert Mediatek timer, Mediatek sysirq, fsl,imx6ul-tsc,
   fsl,imx6ul-pinctrl, Atmel AIC, Atmel HLCDC, FPGA region, and
   xlnx,sd-fec to DT schemas
 
 - Add existing, but undocumented fsl,imx-anatop binding
 
 - Add bunch of undocumented vendor prefixes used in compatible strings
 
 - Drop obsolete brcm,bcm2835-pm-wdt binding
 
 - Drop obsolete i2c.txt which as been replaced with schema in dtschema
 
 - Add DPS310 device and sort trivial-devices.yaml
 
 - Enable undocumented compatible checks on DT binding examples
 
 - More QCom maintainer fixes/updates
 
 - Updates to writing-schema.rst and DT submitting-patches.rst to cover
   some frequent review comments
 
 - Clean-up SPDX tags to use 'OR' rather than 'or'
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEktVUI4SxYhzZyEuo+vtdtY28YcMFAmX0foEACgkQ+vtdtY28
 YcOkUg//T5Q+ZudVn/oJGre3crfPU4O/RHbG+brbwpBZEdiwTGlIjI8ceThjumCO
 MY25yRewCIZtS8MLlRb/lNPUjQxPeyYWnpO3KZHbOJhU8bJCl2M5P0CQOYJNp0fl
 fMFhFU5bKVoXyK6y3qx7ivZTXSBCz9KzB1HxY3LueMHVgWiO1Oi++XjLfcos86Mh
 7dKZKNbpcnBFkXiESMksQS+asZkoRtZloFg4iFjniSLa8AgYJLsZXd7iW4s0IXy+
 Xj+5IcIRcPv2xQoXfCvlcKMheJyePDA1coYpO8pmOYOpjCQzsCnnbzoNERW6hc9u
 0DF2IWnq9WLlQ8RVijbECRPgwW6zuU+aklUZLz2q0AiwCVySHaMdC9iYe+KK/7GH
 m0F21x5mpfK0LVfOMWLsmuqKWn9J164VAeTY9zHqcWuvCohD5ulftvQgRBEiSDtv
 V3l668t6v67iMkYa8SncbuMkV/NSShWPGne+yP3smvL0pe0P0MJYb1XSstlbNXuK
 whTDaCydEHx3JPJ6VS/1aJnELFm+uZVl8wjhfrgbWo2hIC83qjN3k0yV+vFNdFzT
 5PUfI858fvgYOrGsswYCCJXmb/s37NImCnIF/sjqvj50BA468261KYAFtapa2Vlj
 uvpKgIZHJEDOK6TPlk5n7+aaOwoLMYzm+yov/0gyRpRKqsXu52U=
 =YzNN
 -----END PGP SIGNATURE-----

Merge tag 'devicetree-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux

Pull devicetree updates from Rob Herring:
 "DT core:

   - Add cleanup.h based auto release of struct device_node pointers via
     __free marking and new for_each_child_of_node_scoped() iterator to
     use it.

   - Always create a base skeleton DT when CONFIG_OF is enabled. This
     supports several usecases of adding DT data on non-DT booted
     systems.

   - Move around some /reserved-memory code in preparation for further
     improvements

   - Add a stub for_each_property_of_node() for !OF

   - Adjust the printk levels on some messages

   - Fix __be32 sparse warning

   - Drop RESERVEDMEM_OF_DECLARE usage from Freescale qbman driver
     (currently orphaned)

   - Add Saravana Kannan and drop Frank Rowand as DT maintainers

  DT bindings:

   - Convert Mediatek timer, Mediatek sysirq, fsl,imx6ul-tsc,
     fsl,imx6ul-pinctrl, Atmel AIC, Atmel HLCDC, FPGA region, and
     xlnx,sd-fec to DT schemas

   - Add existing, but undocumented fsl,imx-anatop binding

   - Add bunch of undocumented vendor prefixes used in compatible
     strings

   - Drop obsolete brcm,bcm2835-pm-wdt binding

   - Drop obsolete i2c.txt which as been replaced with schema in
     dtschema

   - Add DPS310 device and sort trivial-devices.yaml

   - Enable undocumented compatible checks on DT binding examples

   - More QCom maintainer fixes/updates

   - Updates to writing-schema.rst and DT submitting-patches.rst to
     cover some frequent review comments

   - Clean-up SPDX tags to use 'OR' rather than 'or'"

* tag 'devicetree-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux: (56 commits)
  dt-bindings: soc: imx: fsl,imx-anatop: add imx6q regulators
  of: unittest: Use for_each_child_of_node_scoped()
  of: Introduce for_each_*_child_of_node_scoped() to automate of_node_put() handling
  of: Add cleanup.h based auto release via __free(device_node) markings
  of: Move all FDT reserved-memory handling into of_reserved_mem.c
  of: Add KUnit test to confirm DTB is loaded
  of: unittest: treat missing of_root as error instead of fixing up
  x86/of: Unconditionally call unflatten_and_copy_device_tree()
  um: Unconditionally call unflatten_device_tree()
  of: Create of_root if no dtb provided by firmware
  of: Always unflatten in unflatten_and_copy_device_tree()
  dt-bindings: timer: mediatek: Convert to json-schema
  dt-bindings: interrupt-controller: fsl,intmux: Include power-domains support
  soc: fsl: qbman: Remove RESERVEDMEM_OF_DECLARE usage
  dt-bindings: fsl-imx-sdma: fix HDMI audio index
  dt-bindings: soc: imx: fsl,imx-iomuxc-gpr: add imx6
  dt-bindings: soc: imx: fsl,imx-anatop: add binding
  dt-bindings: input: touchscreen: fsl,imx6ul-tsc convert to YAML
  dt-bindings: pinctrl: fsl,imx6ul-pinctrl: convert to YAML
  of: make for_each_property_of_node() available to to !OF
  ...
2024-03-15 12:37:59 -07:00
..
ti dt-bindings: dma: ti: k3-udma: Describe cfg register regions 2023-11-24 14:12:37 +05:30
xilinx dt-bindings: dmaengine: zynqmp_dma: add xlnx,bus-width required property 2023-09-28 16:52:40 +05:30
adi,axi-dmac.txt dt-bindings: Fix misspellings of "Analog Devices" 2020-04-16 14:30:58 -05:00
allwinner,sun4i-a10-dma.yaml dt-bindings: dma: drop unneeded quotes 2023-02-10 11:34:29 +05:30
allwinner,sun6i-a31-dma.yaml dt-bindings: dma: drop unneeded quotes 2023-02-10 11:34:29 +05:30
allwinner,sun50i-a64-dma.yaml dt-bindings: dma: allwinner,sun50i-a64-dma: Add compatible for H616 2024-01-30 21:36:12 +05:30
altr,msgdma.yaml dt-bindings: dma: drop unneeded quotes 2023-02-10 11:34:29 +05:30
apm-xgene-dma.txt
apple,admac.yaml dt-bindings: dma: apple,admac: Add t8112-admac compatible 2023-03-17 23:17:38 +05:30
arm,pl330.yaml dt-bindings: dma: arm,pl330: Add missing 'iommus' property 2022-09-04 21:41:11 +05:30
arm-pl08x.yaml dt-bindings: dma: drop unneeded quotes 2023-02-10 11:34:29 +05:30
atmel-dma.txt
atmel-xdma.txt dt-bindings: dmaengine: at_xdmac: add compatible with microchip,sam9x7 2023-08-02 00:05:08 +05:30
brcm,bcm2835-dma.yaml dt-bindings: dma: convert bcm2835-dma bindings to YAML 2023-07-12 22:24:01 +05:30
brcm,iproc-sba.txt
dma-common.yaml dt-bindings: drop redundant part of title of shared bindings 2022-12-16 11:41:49 -06:00
dma-controller.yaml dt-bindings: dma: Drop undocumented examples 2023-12-11 12:00:54 +05:30
dma-router.yaml dt-bindings: dma: Drop undocumented examples 2023-12-11 12:00:54 +05:30
dma.txt dt-bindings: dmaengine: Add YAML schemas for the generic DMA bindings 2019-07-29 12:18:49 +05:30
fsl,edma.yaml dt-bindings: fsl-dma: fsl-edma: add fsl,imx95-edma5 compatible string 2024-02-07 09:40:17 +01:00
fsl,imx-sdma.yaml dt-bindings: fsl-imx-sdma: fix HDMI audio index 2024-03-05 11:35:03 -06:00
fsl,mxs-dma.yaml dt-bindings: dma: fsl-mxs-dma: Convert MXS DMA to DT schema 2022-12-28 11:59:56 +05:30
fsl-imx-dma.txt dt-bindings: dmaengine: fsl-imx: deprecate '#dma-channels' and '#dma-requests' 2022-05-05 13:27:24 +08:00
fsl-qdma.txt dt-bindings: fsl-qdma: Add LS1028A qDMA bindings 2019-06-18 21:03:05 +08:00
img-mdc-dma.txt
ingenic,dma.yaml dt-bindings: Fix typos 2023-08-18 11:32:25 -05:00
intel,ldma.yaml dt-bindings: dma: drop unneeded quotes 2023-02-10 11:34:29 +05:30
k3dma.txt Documentation: bindings: k3dma: Extend the k3dma driver binding to support hisi-asp 2019-02-04 14:30:28 +05:30
loongson,ls2x-apbdma.yaml dt-bindings: dmaengine: Add Loongson LS2X APB DMA controller 2023-12-21 21:35:13 +05:30
lpc1850-dmamux.txt
marvell,mmp-dma.yaml dt-bindings: mmp-dma: convert to YAML 2024-02-07 09:33:39 +01:00
mediatek,mt7622-hsdma.yaml dt-bindings: dma: convert MediaTek High-Speed controller to the json-schema 2024-02-16 17:48:22 +05:30
mediatek,uart-dma.yaml dt-bindings: dma: drop unneeded quotes 2023-02-10 11:34:29 +05:30
milbeaut-m10v-hdmac.txt dt-bindings: milbeaut-m10v-hdmac: Add Socionext Milbeaut HDMAC bindings 2019-10-18 13:32:17 +05:30
milbeaut-m10v-xdmac.txt dt-bindings: milbeaut-m10v-xdmac: Add Socionext Milbeaut XDMAC bindings 2019-10-18 13:32:18 +05:30
moxa,moxart-dma.txt ARM: dts: fix Moxa SDIO 'compatible', remove 'sdhci' misnomer 2022-09-08 16:13:44 +02:00
mpc512x-dma.txt
mv-xor-v2.txt
mv-xor.txt
nvidia,tegra20-apbdma.txt dt-bindings: Fix typos 2023-08-18 11:32:25 -05:00
nvidia,tegra186-gpc-dma.yaml dt-bindings: dma: drop unneeded quotes 2023-02-10 11:34:29 +05:30
nvidia,tegra210-adma.yaml dt-bindings: dma: Add dma-channel-mask to nvidia,tegra210-adma 2023-12-11 17:44:18 +05:30
owl-dma.yaml dt-bindings: dma: drop unneeded quotes 2023-02-10 11:34:29 +05:30
qcom,adm.yaml dt-bindings: dma: add additional pbus reset to qcom,adm 2022-09-29 22:46:08 +05:30
qcom,bam-dma.yaml dmaengine updates for v6.6 2023-09-03 10:49:42 -07:00
qcom,gpi.yaml dt-bindings: dma: qcom,gpi: document the SM8650 GPI DMA Engine 2023-11-24 18:56:40 +05:30
qcom_hidma_mgmt.txt
renesas,nbpfaxi.txt dt-bindings: dmaengine: nbpfaxi: Rename bindings documentation file 2019-08-20 16:37:18 +05:30
renesas,rcar-dmac.yaml dt-bindings: renesas,rcar-dmac: Add r8a779h0 support 2024-02-16 17:49:29 +05:30
renesas,rz-dmac.yaml dt-bindings: dma: rz-dmac: Document RZ/Five SoC 2023-11-24 18:19:12 +05:30
renesas,rzn1-dmamux.yaml dt-bindings: dma: drop unneeded quotes 2023-02-10 11:34:29 +05:30
renesas,usb-dmac.yaml dt-bindings: dma: drop unneeded quotes 2023-02-10 11:34:29 +05:30
sifive,fu540-c000-pdma.yaml dt-bindings: dma: sf-pdma: add new compatible name 2023-12-11 16:33:22 +05:30
snps,dma-spear1340.yaml dt-bindings: dma: drop unneeded quotes 2023-02-10 11:34:29 +05:30
snps,dw-axi-dmac.yaml dt-bindings: dma: snps,dw-axi-dmac: constrain the items of resets for JH7110 dma 2023-04-12 23:18:44 +05:30
socionext,uniphier-mio-dmac.yaml dt-bindings: dma: drop unneeded quotes 2023-02-10 11:34:29 +05:30
socionext,uniphier-xdmac.yaml dt-bindings: dma: drop unneeded quotes 2023-02-10 11:34:29 +05:30
sprd-dma.txt dt-bindings: dmaengine: sprd: deprecate '#dma-channels' 2022-05-16 18:34:35 +05:30
st,stm32-dma.yaml dt-bindings: dma: drop unneeded quotes 2023-02-10 11:34:29 +05:30
st,stm32-dmamux.yaml dt-bindings: dma: drop unneeded quotes 2023-02-10 11:34:29 +05:30
st,stm32-mdma.yaml dt-bindings: dma: drop unneeded quotes 2023-02-10 11:34:29 +05:30
st_fdma.txt
stericsson,dma40.yaml dt-bindings: Fix typos 2023-08-18 11:32:25 -05:00
ti-dma-crossbar.txt Documentation: devicetree: dma: update the comments 2022-09-29 21:17:37 +05:30
ti-edma.txt dt-bindings: soc: ti: update sci-pm-domain.yaml references 2021-06-02 20:59:28 -05:00