[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230927160153.2717788-1-hugo@hugovil.com>
Date: Wed, 27 Sep 2023 12:01:51 -0400
From: Hugo Villeneuve <hugo@...ovil.com>
To: gregkh@...uxfoundation.org, jirislaby@...nel.org,
robh+dt@...nel.org, krzysztof.kozlowski+dt@...aro.org,
conor+dt@...nel.org, hvilleneuve@...onoff.com
Cc: linux-kernel@...r.kernel.org, linux-serial@...r.kernel.org,
devicetree@...r.kernel.org, hugo@...ovil.com
Subject: [PATCH v2 0/2] serial: sc16is7xx: device tree improvements
From: Hugo Villeneuve <hvilleneuve@...onoff.com>
Hello,
this patch series improves DT properties handling, and converts
sc16is7xx bindings from text to YAML.
Patch 1 make sure we use the device_property APIs when configuring irda mode.
Patch 2 is the actual conversion of bindings to YAML.
Conversion to YAML has been suggested by Andy Shevchenko during review for
another patch series for the sc16is7xx:
Link: https://lkml.org/lkml/2023/5/25/743
Thank you.
Link: [v1] https://lore.kernel.org/all/20230920152015.1376838-1-hugo@hugovil.com/
Changes for V2:
- Fix YAML title entry (capitalize)
- Remove "|" from YAML clock-frequency property description
- Remove YAML labels from examples
- Fix reg warnings for YAML I2C examples
- Remove YAML clock-frequency type
- Set YAML gpio-controller property to true
- Remove redundant YAML clocks description
- Remove patches to add a 'nxp,' vendor prefix to 'irda-mode-ports' DT property
(as suggested by Rob Herring)
Hugo Villeneuve (2):
serial: sc16is7xx: use device_property APIs when configuring irda mode
dt-bindings: sc16is7xx: convert to YAML
.../bindings/serial/nxp,sc16is7xx.txt | 118 ----------------
.../bindings/serial/nxp,sc16is7xx.yaml | 127 ++++++++++++++++++
drivers/tty/serial/sc16is7xx.c | 34 +++--
3 files changed, 151 insertions(+), 128 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/serial/nxp,sc16is7xx.txt
create mode 100644 Documentation/devicetree/bindings/serial/nxp,sc16is7xx.yaml
base-commit: c980248179d655d33af47f0b0bec1ce8660994c6
--
2.30.2
Powered by blists - more mailing lists