From: Florian Fainelli <f.fainelli@gmail.com>
To: devicetree@vger.kernel.org
Cc: Florian Fainelli <f.fainelli@gmail.com>,
Damien Le Moal <damien.lemoal@opensource.wdc.com>,
Rob Herring <robh+dt@kernel.org>,
Thomas Gleixner <tglx@linutronix.de>,
Marc Zyngier <maz@kernel.org>,
bcm-kernel-feedback-list@broadcom.com (maintainer:BROADCOM
BCM7XXX ARM ARCHITECTURE),
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Al Cooper <alcooperx@gmail.com>, Ray Jui <rjui@broadcom.com>,
Scott Branden <sbranden@broadcom.com>,
linux-ide@vger.kernel.org (open list:LIBATA SUBSYSTEM (Serial
and Parallel ATA drivers)),
linux-kernel@vger.kernel.org (open list),
linux-arm-kernel@lists.infradead.org (moderated list:BROADCOM
BCM7XXX ARM ARCHITECTURE),
linux-usb@vger.kernel.org (open list:USB SUBSYSTEM)
Subject: [PATCH v4 0/6] Broadcom DT bindings updates to YAML
Date: Thu, 16 Dec 2021 20:19:55 -0800 [thread overview]
Message-ID: <20211217042001.479577-1-f.fainelli@gmail.com> (raw)
Hi Rob,
This patch series contains a number of device tree bindings being
converted to YAML to help with validation.
There will be second, and possibly third rounds later on after those
land in.
Thanks!
Changes in v4:
- removed the patches that have already been merged
- fixed errors in brcm,bcm7120-l2 binding
- added interrupt descriptions and comments to compatibles of
brcm,gisb-arb
- added description of the 'phys' for BDC and dropped 'ref'
- combined all enums into a single one for brcm,sata-brcm,yaml
Changes in v3;
- added Gregorys' Acked-by to the GPIO binding patch
- added Uwe's Acked-by to the PWM binding patch
- fixed STB L2 binding to include the missing 2711 compatible string
and interrupt-names property for 7445
- fixed the NSP SATA3 controller node unit name and added a missing
check for the 63138 variant to check for the reset/reset-names
property
Changes in v2:
- rebased against dt/next
- addressed Gregory's feedback on the GPIO binding change
- added Damien's Acked-by to the ATA binding patch
Florian Fainelli (6):
dt-bindings: interrupt-controller: Convert BCM7120 L2 to YAML
dt-bindings: interrupt-controller: Merge BCM3380 with BCM7120
ARM: dts: NSP: Rename SATA unit name
dt-bindings: ata: Convert Broadcom SATA to YAML
dt-bindings: bus: Convert GISB arbiter to YAML
dt-bindings: usb: Convert BDC to YAML
.../bindings/ata/brcm,sata-brcm.txt | 45 ------
.../bindings/ata/brcm,sata-brcm.yaml | 90 +++++++++++
.../devicetree/bindings/bus/brcm,gisb-arb.txt | 34 ----
.../bindings/bus/brcm,gisb-arb.yaml | 66 ++++++++
.../brcm,bcm3380-l2-intc.txt | 39 -----
.../brcm,bcm7120-l2-intc.txt | 88 -----------
.../brcm,bcm7120-l2-intc.yaml | 149 ++++++++++++++++++
.../devicetree/bindings/usb/brcm,bdc.txt | 29 ----
.../devicetree/bindings/usb/brcm,bdc.yaml | 49 ++++++
MAINTAINERS | 2 +-
arch/arm/boot/dts/bcm-nsp.dtsi | 2 +-
11 files changed, 356 insertions(+), 237 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/ata/brcm,sata-brcm.txt
create mode 100644 Documentation/devicetree/bindings/ata/brcm,sata-brcm.yaml
delete mode 100644 Documentation/devicetree/bindings/bus/brcm,gisb-arb.txt
create mode 100644 Documentation/devicetree/bindings/bus/brcm,gisb-arb.yaml
delete mode 100644 Documentation/devicetree/bindings/interrupt-controller/brcm,bcm3380-l2-intc.txt
delete mode 100644 Documentation/devicetree/bindings/interrupt-controller/brcm,bcm7120-l2-intc.txt
create mode 100644 Documentation/devicetree/bindings/interrupt-controller/brcm,bcm7120-l2-intc.yaml
delete mode 100644 Documentation/devicetree/bindings/usb/brcm,bdc.txt
create mode 100644 Documentation/devicetree/bindings/usb/brcm,bdc.yaml
--
2.25.1
next reply other threads:[~2021-12-17 4:20 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-17 4:19 Florian Fainelli [this message]
2021-12-17 4:19 ` [PATCH v4 1/6] dt-bindings: interrupt-controller: Convert BCM7120 L2 to YAML Florian Fainelli
2021-12-17 14:59 ` Rob Herring
2021-12-17 4:19 ` [PATCH v4 2/6] dt-bindings: interrupt-controller: Merge BCM3380 with BCM7120 Florian Fainelli
2021-12-17 4:19 ` [PATCH v4 3/6] ARM: dts: NSP: Rename SATA unit name Florian Fainelli
2021-12-17 16:02 ` Florian Fainelli
2021-12-17 4:19 ` [PATCH v4 4/6] dt-bindings: ata: Convert Broadcom SATA to YAML Florian Fainelli
2021-12-17 15:00 ` Rob Herring
2021-12-17 4:20 ` [PATCH v4 5/6] dt-bindings: bus: Convert GISB arbiter " Florian Fainelli
2021-12-17 15:01 ` Rob Herring
2021-12-17 4:20 ` [PATCH v4 6/6] dt-bindings: usb: Convert BDC " Florian Fainelli
2021-12-17 15:04 ` Rob Herring
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20211217042001.479577-1-f.fainelli@gmail.com \
--to=f.fainelli@gmail.com \
--cc=alcooperx@gmail.com \
--cc=bcm-kernel-feedback-list@broadcom.com \
--cc=damien.lemoal@opensource.wdc.com \
--cc=devicetree@vger.kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-ide@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=maz@kernel.org \
--cc=rjui@broadcom.com \
--cc=robh+dt@kernel.org \
--cc=sbranden@broadcom.com \
--cc=tglx@linutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox