[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220503065201.51818-1-krzysztof.kozlowski@linaro.org>
Date: Tue, 3 May 2022 08:51:55 +0200
From: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
BenoƮt Cousson <bcousson@...libre.com>,
Tony Lindgren <tony@...mide.com>, Sekhar Nori <nsekhar@...com>,
Bartosz Golaszewski <brgl@...ev.pl>,
Vinod Koul <vkoul@...nel.org>, linux-usb@...r.kernel.org,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-omap@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
dmaengine@...r.kernel.org
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
Subject: [PATCH v3 0/6] dmaengine/ARM: ti/am33xx: use proper 'dma-channels/requests' properties
Hi,
The core DT schema defines generic 'dma-channels' and 'dma-requests'
properties, so in preparation to moving bindings to DT schema, convert
existing users of '#dma-channels' and '#dma-requests' to the generic
variant.
Not tested on hardware.
The patchset is bisectable - please pick up through independent trees.
Changes since v2
================
1. Keep old properties, so the patchset is bisectable.
2. Add review tags.
Changes since v1
================
1. Add missing TI patches.
See also:
[1] https://lore.kernel.org/linux-devicetree/fedb56be-f275-aabb-cdf5-dbd394b8a7bd@linaro.org/T/#m6235f451045c337d70a62dc65eab9a716618550b
Best regards,
Krzysztof
Krzysztof Kozlowski (6):
dt-bindings: usb: am33xx-usb: deprecate '#dma-channels'
dt-bindings: usb: da8xx-usb: deprecate '#dma-channels'
dmaengine: ti: deprecate '#dma-channels'
ARM: dts: am33xx: use new 'dma-channels/requests' properties
ARM: dts: da850: use new 'dma-channels' property
ARM: dts: dm81xx: use new 'dma-channels/requests' properties
Documentation/devicetree/bindings/usb/am33xx-usb.txt | 7 ++++---
Documentation/devicetree/bindings/usb/da8xx-usb.txt | 5 +++--
arch/arm/boot/dts/am33xx.dtsi | 3 +++
arch/arm/boot/dts/da850.dtsi | 2 ++
arch/arm/boot/dts/dm814x.dtsi | 3 +++
arch/arm/boot/dts/dm816x.dtsi | 3 +++
drivers/dma/ti/cppi41.c | 6 +++++-
7 files changed, 23 insertions(+), 6 deletions(-)
--
2.32.0
Powered by blists - more mailing lists