[PATCH 0/6] dt-bindings: usb: covert ci-hdrc-usb2/usbmisc-imx to yaml

Peng Fan (OSS) posted 6 patches 3 years, 5 months ago
There is a newer version of this series
.../devicetree/bindings/usb/ci-hdrc-usb2.txt  | 158 ---------
.../devicetree/bindings/usb/ci-hdrc-usb2.yaml | 322 ++++++++++++++++++
.../devicetree/bindings/usb/usbmisc-imx.txt   |  18 -
.../devicetree/bindings/usb/usbmisc-imx.yaml  |  67 ++++
4 files changed, 389 insertions(+), 176 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/usb/ci-hdrc-usb2.txt
create mode 100644 Documentation/devicetree/bindings/usb/ci-hdrc-usb2.yaml
delete mode 100644 Documentation/devicetree/bindings/usb/usbmisc-imx.txt
create mode 100644 Documentation/devicetree/bindings/usb/usbmisc-imx.yaml
[PATCH 0/6] dt-bindings: usb: covert ci-hdrc-usb2/usbmisc-imx to yaml
Posted by Peng Fan (OSS) 3 years, 5 months ago
From: Peng Fan <peng.fan@nxp.com>

This patchset is to convert ci-hdrc-usb2 and usbmisc-imx to yaml format.
There are compatible strings not landed in binding doc, but in device tree,
so run dtbs_check on the single yaml convertion patch will report
dtbs_check failure. If apply the whole patchset, there will be no failure.

I put Greg as maintainer of the yaml file, because I not sure who should
be put there.

Peng Fan (6):
  dt-bindings: usb: ci-hdrc-usb2: convert to yaml
  dt-bindings: usb: ci-hdrc-usb2: add i.MX53/6SLL/UL compatible
  dt-bindings: usb: ci-hdrc-usb2: add i.MX8DXL/M[M,N] support
  dt-bindings: usb: usbmisc-imx: convert to yaml
  dt-bindings: usb: usbmisc-imx: add clocks property
  dt-bindings: usb: usbmisc-imx: add more i.MX compatible

 .../devicetree/bindings/usb/ci-hdrc-usb2.txt  | 158 ---------
 .../devicetree/bindings/usb/ci-hdrc-usb2.yaml | 322 ++++++++++++++++++
 .../devicetree/bindings/usb/usbmisc-imx.txt   |  18 -
 .../devicetree/bindings/usb/usbmisc-imx.yaml  |  67 ++++
 4 files changed, 389 insertions(+), 176 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/usb/ci-hdrc-usb2.txt
 create mode 100644 Documentation/devicetree/bindings/usb/ci-hdrc-usb2.yaml
 delete mode 100644 Documentation/devicetree/bindings/usb/usbmisc-imx.txt
 create mode 100644 Documentation/devicetree/bindings/usb/usbmisc-imx.yaml

-- 
2.37.1
Re: [PATCH 0/6] dt-bindings: usb: covert ci-hdrc-usb2/usbmisc-imx to yaml
Posted by Greg KH 3 years, 5 months ago
On Mon, Oct 10, 2022 at 06:18:10PM +0800, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> This patchset is to convert ci-hdrc-usb2 and usbmisc-imx to yaml format.
> There are compatible strings not landed in binding doc, but in device tree,
> so run dtbs_check on the single yaml convertion patch will report
> dtbs_check failure. If apply the whole patchset, there will be no failure.
> 
> I put Greg as maintainer of the yaml file, because I not sure who should
> be put there.

Why not you?