mbox series

[v2,0/2] dt-bindings: serial: Convert generic and slave bindings to json-schema

Message ID 20200306090046.8890-1-geert+renesas@glider.be
Headers show
Series dt-bindings: serial: Convert generic and slave bindings to json-schema | expand

Message

Geert Uytterhoeven March 6, 2020, 9 a.m. UTC
Hi Rob, Greg,

This patch series converts the generic serial interface and slave-device
Device Tree bindings to json-schema.

Changes compared to v1[1]:
  - Update references to serial.txt and slave-device.txt,
  - Fix nodename pattern,
  - Add missing maxItems to *-gpios,
  - Express that uart-has-rtscts and [cr]ts-gpios are
    mutually-exclusive,
  - Drop examples,
  - Allow any child node names,
  - Typo s/connnected/connected/.

This is a dependency for converting more serial DT bindings that will
refer to properties defined in serial.yaml.

This patch is based on next-20200306, which has a recent change to
nextqualcomm-bluetooth.txt.

Thanks!

[1] https://lore.kernel.org/linux-devicetree/20200303134351.22270-1-geert+renesas@glider.be/

Geert Uytterhoeven (2):
  dt-bindings: serial: Convert generic bindings to json-schema
  dt-bindings: serial: Convert slave-device bindings to json-schema

 .../devicetree/bindings/gnss/gnss.txt         |   2 +-
 .../bindings/net/broadcom-bluetooth.txt       |   2 +-
 .../bindings/net/mediatek-bluetooth.txt       |   2 +-
 .../devicetree/bindings/net/qca,qca7000.txt   |   2 +-
 .../bindings/net/qualcomm-bluetooth.txt       |   2 +-
 .../devicetree/bindings/net/ti-bluetooth.txt  |   3 +-
 .../bindings/serial/fsl-imx-uart.txt          |   2 +-
 .../bindings/serial/renesas,sci-serial.txt    |   4 +-
 .../devicetree/bindings/serial/serial.txt     |  56 --------
 .../devicetree/bindings/serial/serial.yaml    | 127 ++++++++++++++++++
 .../bindings/serial/slave-device.txt          |  45 -------
 MAINTAINERS                                   |   2 +-
 12 files changed, 137 insertions(+), 112 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/serial/serial.txt
 create mode 100644 Documentation/devicetree/bindings/serial/serial.yaml
 delete mode 100644 Documentation/devicetree/bindings/serial/slave-device.txt

Comments

Rob Herring (Arm) March 12, 2020, 7:35 p.m. UTC | #1
On Fri, Mar 06, 2020 at 10:00:44AM +0100, Geert Uytterhoeven wrote:
> 	Hi Rob, Greg,
> 
> This patch series converts the generic serial interface and slave-device
> Device Tree bindings to json-schema.
> 
> Changes compared to v1[1]:
>   - Update references to serial.txt and slave-device.txt,
>   - Fix nodename pattern,
>   - Add missing maxItems to *-gpios,
>   - Express that uart-has-rtscts and [cr]ts-gpios are
>     mutually-exclusive,
>   - Drop examples,
>   - Allow any child node names,
>   - Typo s/connnected/connected/.
> 
> This is a dependency for converting more serial DT bindings that will
> refer to properties defined in serial.yaml.
> 
> This patch is based on next-20200306, which has a recent change to
> nextqualcomm-bluetooth.txt.

Basing it on next is not too useful. I'm inclined to apply and just drop 
what conflicts for me. We can fixup the reference after rc1.

Rob