linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] spi: sc18is602: add support for SC18IS606
@ 2024-04-23 11:35 Alvin Šipraga
  2024-04-23 11:35 ` [PATCH 1/3] spi: dt-bindings: nxp,sc18is602: convert binding to YAML Alvin Šipraga
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Alvin Šipraga @ 2024-04-23 11:35 UTC (permalink / raw)
  To: Mark Brown, Rob Herring, Krzysztof Kozlowski, Conor Dooley
  Cc: linux-spi, devicetree, linux-kernel, Alvin Šipraga

The SC18IS606 is basically already supported by the driver, but since it
has a larger data buffer and fewer chip selects, it deserves its own
compatible string together with some minor modifications to the driver
to support this.

While at it, convert the device tree bindings to YAML before adding an
additional compatible string.

Signed-off-by: Alvin Šipraga <alsi@bang-olufsen.dk>
---
Alvin Šipraga (3):
      spi: dt-bindings: nxp,sc18is602: convert binding to YAML
      spi: dt-bindings: nxp,sc18is602: add compatible for SC18IS606
      spi: sc18is602: add support for SC18IS606

 .../devicetree/bindings/spi/nxp,sc18is602.yaml     | 60 ++++++++++++++++++++++
 .../devicetree/bindings/spi/spi-sc18is602.txt      | 23 ---------
 drivers/spi/spi-sc18is602.c                        | 29 ++++++++---
 3 files changed, 83 insertions(+), 29 deletions(-)
---
base-commit: 5343a65e03e4ee9f81508032e70b547e3c9f99ed
change-id: 20240423-sc18is606-d375613ebd82


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-04-23 15:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-23 11:35 [PATCH 0/3] spi: sc18is602: add support for SC18IS606 Alvin Šipraga
2024-04-23 11:35 ` [PATCH 1/3] spi: dt-bindings: nxp,sc18is602: convert binding to YAML Alvin Šipraga
2024-04-23 15:13   ` Rob Herring
2024-04-23 11:35 ` [PATCH 2/3] spi: dt-bindings: nxp,sc18is602: add compatible for SC18IS606 Alvin Šipraga
2024-04-23 15:15   ` Rob Herring
2024-04-23 11:35 ` [PATCH 3/3] spi: sc18is602: add support " Alvin Šipraga

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).