[PATCH RESEND v3 0/2] dt-bindings: dma: adi,axi-dmac: convert to yaml and update

David Lechner posted 2 patches 1 year ago
.../devicetree/bindings/dma/adi,axi-dmac.txt       |  61 ----------
.../devicetree/bindings/dma/adi,axi-dmac.yaml      | 129 +++++++++++++++++++++
2 files changed, 129 insertions(+), 61 deletions(-)
[PATCH RESEND v3 0/2] dt-bindings: dma: adi,axi-dmac: convert to yaml and update
Posted by David Lechner 1 year ago
Convert the ADI AXI DMAC bindings to YAML and then update the bindings
to reflect the current actual use of the bindings.

---
- Resending since this didn't get picked up or commented on for 10 weeks.
  Maybe it got overlooked due to the dt_binding_check failure? As mentioned
  in the commit message, it is OK to make an exception in this case.
- Link to v3: https://lore.kernel.org/r/20241030-axi-dma-dt-yaml-v3-0-d3a9b506f96c@baylibre.com

Changes in v3:
- Picked up review tags
- Fixed rebase botch of patch 2/2
- Link to v2: https://lore.kernel.org/r/20241029-axi-dma-dt-yaml-v2-0-52a6ec7df251@baylibre.com

Changes in v2:
- Picked up Nuno's Ack
- Added more than link to main description
- Moved source-type enum definition to description:
- Moved additionalProperties before properties
- Removed unused label
- Fixed node name
- Link to v1: https://lore.kernel.org/r/20241022-axi-dma-dt-yaml-v1-0-68f2a2498d53@baylibre.com

---
David Lechner (2):
      dt-bindings: dma: adi,axi-dmac: convert to yaml schema
      dt-bindings: dma: adi,axi-dmac: deprecate adi,channels node

 .../devicetree/bindings/dma/adi,axi-dmac.txt       |  61 ----------
 .../devicetree/bindings/dma/adi,axi-dmac.yaml      | 129 +++++++++++++++++++++
 2 files changed, 129 insertions(+), 61 deletions(-)
---
base-commit: 95282a5c5eae59227d58d3b63ec57f377a9093c7
change-id: 20241022-axi-dma-dt-yaml-c6c71ad2eb9e

Best regards,
-- 
David Lechner <dlechner@baylibre.com>
Re: [PATCH RESEND v3 0/2] dt-bindings: dma: adi,axi-dmac: convert to yaml and update
Posted by Vinod Koul 11 months, 4 weeks ago
On Mon, 16 Dec 2024 14:51:00 -0600, David Lechner wrote:
> Convert the ADI AXI DMAC bindings to YAML and then update the bindings
> to reflect the current actual use of the bindings.
> 

Applied, thanks!

[1/2] dt-bindings: dma: adi,axi-dmac: convert to yaml schema
      commit: 788726fcea1fd79ca238403c56c012ca9c159798
[2/2] dt-bindings: dma: adi,axi-dmac: deprecate adi,channels node
      commit: 06d5363296dbcffb9e52ca4c9cec097105eb81e9

Best regards,
-- 
~Vinod