summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/dma/sprd-dma.txt
Commit message (Collapse)AuthorAgeFilesLines
* dt-bindings: dmaengine: sprd: deprecate '#dma-channels'Krzysztof Kozlowski2022-05-161-2/+5
| | | | | | | | | | The generic property, used in most of the drivers and defined in generic dma-common DT bindings, is 'dma-channels'. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20220503065147.51728-2-krzysztof.kozlowski@linaro.org Signed-off-by: Vinod Koul <vkoul@kernel.org>
* dt-bindings: dmaengine: sprd: Change channel id to slave id for DMA cell ↵Baolin Wang2019-02-251-1/+1
| | | | | | | | | | | | | | specifier For Spreadtrum DMA engine, all channels are equal, which means slave can request any channels with setting a unique slave id to trigger this channel. Thus we can remove the channel id from device tree to assign the channel dynamically, moreover we should add the slave id in device tree. Signed-off-by: Baolin Wang <baolin.wang@linaro.org> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Vinod Koul <vkoul@kernel.org>
* dt-bindings: dmaengine: Add Spreadtrum SC9860 DMA controllerBaolin Wang2017-10-241-0/+41
This patch adds the binding documentation for Spreadtrum SC9860 DMA controller device. Signed-off-by: Baolin Wang <baolin.wang@spreadtrum.com> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Vinod Koul <vinod.koul@intel.com>