mbox series

[v2,0/2] Convert {a,i}pq8064 SATA AHCI controller bindings to dtschema

Message ID 20240717100600.19005-1-rayyan.ansari@linaro.org (mailing list archive)
Headers show
Series Convert {a,i}pq8064 SATA AHCI controller bindings to dtschema | expand

Message

Rayyan Ansari July 17, 2024, 10:03 a.m. UTC
Hi,
The following patches convert the old text bindings to dtschema by using
ahci-platform.yaml.

Note: patch 1/3 from v1 of this series has been sent as a separate patch
for v2: https://lore.kernel.org/all/20240717094914.17931-2-rayyan.ansari@linaro.org/

v1: https://lore.kernel.org/all/20240716105245.49549-1-rayyan.ansari@linaro.org/

Thanks,
Rayyan

Rayyan Ansari (2):
  dt-bindings: ata: qcom,ipq806x-ahci: use dtschema
  dt-bindings: ata: qcom,apq8064-ahci: add to dtschema

 .../bindings/ata/ahci-platform.yaml           | 33 ++++++++++++-
 .../devicetree/bindings/ata/qcom-sata.txt     | 48 -------------------
 2 files changed, 31 insertions(+), 50 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/ata/qcom-sata.txt

Comments

Damien Le Moal July 24, 2024, 5:57 a.m. UTC | #1
On 7/17/24 7:03 PM, Rayyan Ansari wrote:
> Hi,
> The following patches convert the old text bindings to dtschema by using
> ahci-platform.yaml.
> 
> Note: patch 1/3 from v1 of this series has been sent as a separate patch
> for v2: https://lore.kernel.org/all/20240717094914.17931-2-rayyan.ansari@linaro.org/
> 
> v1: https://lore.kernel.org/all/20240716105245.49549-1-rayyan.ansari@linaro.org/
> 
> Thanks,
> Rayyan
> 
> Rayyan Ansari (2):
>   dt-bindings: ata: qcom,ipq806x-ahci: use dtschema
>   dt-bindings: ata: qcom,apq8064-ahci: add to dtschema
> 
>  .../bindings/ata/ahci-platform.yaml           | 33 ++++++++++++-
>  .../devicetree/bindings/ata/qcom-sata.txt     | 48 -------------------
>  2 files changed, 31 insertions(+), 50 deletions(-)
>  delete mode 100644 Documentation/devicetree/bindings/ata/qcom-sata.txt

Applied to for-6.12. Thanks !