All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] dt-bindings: renesas: R-Car V3U is R-Car Gen4
@ 2022-05-02 13:34 ` Geert Uytterhoeven
  0 siblings, 0 replies; 52+ messages in thread
From: Geert Uytterhoeven @ 2022-05-02 13:34 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Vinod Koul, Linus Walleij,
	Bartosz Golaszewski, Wolfram Sang, Joerg Roedel, Will Deacon,
	Greg Kroah-Hartman, Wim Van Sebroeck, Guenter Roeck,
	Yoshihiro Shimoda, Laurent Pinchart
  Cc: devicetree, dmaengine, linux-gpio, linux-renesas-soc, linux-i2c,
	iommu, linux-serial, linux-watchdog, Geert Uytterhoeven

	Hi all,

Despite the name, R-Car V3U is the first member of the R-Car Gen4
family[1].

Hence this patch series updates various DT binding documents to move
compatible values for R-Car V3U devices to R-Car Gen4 sections, in
bindings where the latter already exist.  Other DT binding documents
will be updated progressively, after adding support for more SoCs in the
R-Car Gen4 family.

These patches are intended to be taken by DT or subsystem maintainers.
Separate patches to update the DTS file[2] and SoC identication code[3]
are in-flight.

Thanks for your comments!

[1] https://www.renesas.com/eu/en/products/automotive-products/automotive-system-chips-socs/r-car-v3u-best-class-r-car-v3u-asil-d-system-chip-automated-driving
[2] [PATCH] arm64: dts: renesas: r8a779a0: Update to R-Car Gen4 compatible values
    https://lore.kernel.org/73cea9d5e1a6639422c67e4df4285042e31c9fd5.1651497071.git.geert+renesas@glider.be
[3] [PATCH] soc: renesas: R-Car V3U is R-Car Gen4
    https://lore.kernel.org/2bbecad7b6c24c0d5c1797b3f7f0733d5ba33842.1651497066.git.geert+renesas@glider.be

Geert Uytterhoeven (7):
  dt-bindings: gpio: renesas,rcar-gpio: R-Car V3U is R-Car Gen4
  dt-bindings: i2c: renesas,rcar-i2c: R-Car V3U is R-Car Gen4
  dt-bindings: iommu: renesas,ipmmu-vmsa: R-Car V3U is R-Car Gen4
  dt-bindings: renesas,rcar-dmac: R-Car V3U is R-Car Gen4
  dt-bindings: serial: renesas,hscif: R-Car V3U is R-Car Gen4
  dt-bindings: serial: renesas,scif: R-Car V3U is R-Car Gen4
  dt-bindings: watchdog: renesas,wdt: R-Car V3U is R-Car Gen4

 .../devicetree/bindings/dma/renesas,rcar-dmac.yaml     | 10 ++++------
 .../devicetree/bindings/gpio/renesas,rcar-gpio.yaml    |  4 +---
 .../devicetree/bindings/i2c/renesas,rcar-i2c.yaml      |  2 +-
 .../devicetree/bindings/iommu/renesas,ipmmu-vmsa.yaml  |  4 ++--
 .../devicetree/bindings/serial/renesas,hscif.yaml      |  2 +-
 .../devicetree/bindings/serial/renesas,scif.yaml       |  2 +-
 .../devicetree/bindings/watchdog/renesas,wdt.yaml      |  2 +-
 7 files changed, 11 insertions(+), 15 deletions(-)

-- 
2.25.1

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds

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

end of thread, other threads:[~2022-05-16 11:31 UTC | newest]

Thread overview: 52+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-02 13:34 [PATCH 0/7] dt-bindings: renesas: R-Car V3U is R-Car Gen4 Geert Uytterhoeven
2022-05-02 13:34 ` Geert Uytterhoeven
2022-05-02 13:34 ` [PATCH 1/7] dt-bindings: gpio: renesas,rcar-gpio: " Geert Uytterhoeven
2022-05-02 13:34   ` [PATCH 1/7] dt-bindings: gpio: renesas, rcar-gpio: " Geert Uytterhoeven
2022-05-03 13:01   ` [PATCH 1/7] dt-bindings: gpio: renesas,rcar-gpio: " Krzysztof Kozlowski
2022-05-03 13:01     ` Krzysztof Kozlowski
2022-05-04 19:37   ` Wolfram Sang
2022-05-04 19:37     ` Wolfram Sang
2022-05-05 13:04   ` Bartosz Golaszewski
2022-05-05 13:04     ` Bartosz Golaszewski
2022-05-02 13:34 ` [PATCH 2/7] dt-bindings: i2c: renesas,rcar-i2c: " Geert Uytterhoeven
2022-05-02 13:34   ` [PATCH 2/7] dt-bindings: i2c: renesas, rcar-i2c: " Geert Uytterhoeven
2022-05-03 13:01   ` [PATCH 2/7] dt-bindings: i2c: renesas,rcar-i2c: " Krzysztof Kozlowski
2022-05-03 13:01     ` Krzysztof Kozlowski
2022-05-04 19:38   ` Wolfram Sang
2022-05-04 19:38     ` Wolfram Sang
2022-05-04 19:51   ` Wolfram Sang
2022-05-04 19:51     ` Wolfram Sang
2022-05-02 13:34 ` [PATCH 3/7] dt-bindings: iommu: renesas,ipmmu-vmsa: " Geert Uytterhoeven
2022-05-02 13:34   ` [PATCH 3/7] dt-bindings: iommu: renesas, ipmmu-vmsa: " Geert Uytterhoeven
2022-05-03 13:01   ` [PATCH 3/7] dt-bindings: iommu: renesas,ipmmu-vmsa: " Krzysztof Kozlowski
2022-05-03 13:01     ` [PATCH 3/7] dt-bindings: iommu: renesas, ipmmu-vmsa: " Krzysztof Kozlowski
2022-05-04  8:37   ` [PATCH 3/7] dt-bindings: iommu: renesas,ipmmu-vmsa: " Joerg Roedel
2022-05-04  8:37     ` [PATCH 3/7] dt-bindings: iommu: renesas, ipmmu-vmsa: " Joerg Roedel
2022-05-04 19:38   ` [PATCH 3/7] dt-bindings: iommu: renesas,ipmmu-vmsa: " Wolfram Sang
2022-05-04 19:38     ` [PATCH 3/7] dt-bindings: iommu: renesas, ipmmu-vmsa: " Wolfram Sang
2022-05-02 13:34 ` [PATCH 4/7] dt-bindings: renesas,rcar-dmac: " Geert Uytterhoeven
2022-05-02 13:34   ` Geert Uytterhoeven
2022-05-03 13:02   ` Krzysztof Kozlowski
2022-05-03 13:02     ` Krzysztof Kozlowski
2022-05-16 11:31   ` Vinod Koul
2022-05-16 11:31     ` Vinod Koul
2022-05-02 13:34 ` [PATCH 5/7] dt-bindings: serial: renesas,hscif: " Geert Uytterhoeven
2022-05-02 13:34   ` [PATCH 5/7] dt-bindings: serial: renesas, hscif: " Geert Uytterhoeven
2022-05-03 13:02   ` [PATCH 5/7] dt-bindings: serial: renesas,hscif: " Krzysztof Kozlowski
2022-05-03 13:02     ` Krzysztof Kozlowski
2022-05-04 19:38   ` Wolfram Sang
2022-05-04 19:38     ` Wolfram Sang
2022-05-02 13:34 ` [PATCH 6/7] dt-bindings: serial: renesas,scif: " Geert Uytterhoeven
2022-05-02 13:34   ` [PATCH 6/7] dt-bindings: serial: renesas, scif: " Geert Uytterhoeven
2022-05-03 13:02   ` [PATCH 6/7] dt-bindings: serial: renesas,scif: " Krzysztof Kozlowski
2022-05-03 13:02     ` [PATCH 6/7] dt-bindings: serial: renesas, scif: " Krzysztof Kozlowski
2022-05-04 19:38   ` [PATCH 6/7] dt-bindings: serial: renesas,scif: " Wolfram Sang
2022-05-04 19:38     ` Wolfram Sang
2022-05-02 13:34 ` [PATCH 7/7] dt-bindings: watchdog: renesas,wdt: " Geert Uytterhoeven
2022-05-02 13:34   ` [PATCH 7/7] dt-bindings: watchdog: renesas, wdt: " Geert Uytterhoeven
2022-05-03 13:02   ` [PATCH 7/7] dt-bindings: watchdog: renesas,wdt: " Krzysztof Kozlowski
2022-05-03 13:02     ` Krzysztof Kozlowski
2022-05-04 19:38   ` Wolfram Sang
2022-05-04 19:38     ` Wolfram Sang
2022-05-14 14:15   ` Guenter Roeck
2022-05-14 14:15     ` Guenter Roeck

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.