summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/dma/qcom_adm.txt
Commit message (Collapse)AuthorAgeFilesLines
* dt-bindings: Remove "status" from examplesRob Herring2017-09-051-1/+0Star
| | | | | | | | | | | | | Pretty much any node can have a status property, so it doesn't need to be in examples. Converted with the following command and removed examples with SoC and board specific splits: git grep -l -E 'status.*=.*' Documentation/devicetree/ | xargs sed -i -E '/\sstatus.*=.*"(disabled|ok|okay)/d' Acked-by: Mark Rutland <mark.rutland@arm.com> Signed-off-by: Rob Herring <robh@kernel.org>
* dmaengine: qcom_adm: Add device tree bindingAndy Gross2014-09-231-0/+62
Add device tree binding support for the QCOM ADM DMA driver. Signed-off-by: Andy Gross <agross@codeaurora.org> Signed-off-by: Vinod Koul <vinod.koul@intel.com>