All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] i2c: Add new driver for Renesas RZ/V2M controller
@ 2022-06-24 10:17 Phil Edworthy
  2022-06-24 10:17 ` [PATCH 1/2] dt-bindings: i2c: Document RZ/V2M I2C controller Phil Edworthy
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Phil Edworthy @ 2022-06-24 10:17 UTC (permalink / raw)
  To: Philipp Zabel, Rob Herring, Krzysztof Kozlowski
  Cc: Phil Edworthy, Wolfram Sang, Andy Shevchenko, Jarkko Nikula,
	Sam Protsenko, Sven Peter, Jie Deng, Jan Dabros, Lukas Bulwahn,
	Tyrone Ting, Arnd Bergmann, Olof Johansson, Biju Das,
	Geert Uytterhoeven, devicetree, linux-i2c, linux-renesas-soc

Hi,

The Renesas RZ/V2M SoC (r9a09g011) has a new i2c controller. This series
add the driver. One annoying problem is that the SoC uses a single reset
line for two i2c controllers, and unfortunately one of the controllers
is managed by some firmware, not by Linux. Therefore, the driver just
deasserts the reset.

Phil Edworthy (2):
  dt-bindings: i2c: Document RZ/V2M I2C controller
  i2c: Add Renesas RZ/V2M controller

 .../bindings/i2c/renesas,rzv2m.yaml           |  76 +++
 drivers/i2c/busses/Kconfig                    |  10 +
 drivers/i2c/busses/Makefile                   |   1 +
 drivers/i2c/busses/i2c-rzv2m.c                | 530 ++++++++++++++++++
 4 files changed, 617 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/i2c/renesas,rzv2m.yaml
 create mode 100644 drivers/i2c/busses/i2c-rzv2m.c

-- 
2.34.1


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

end of thread, other threads:[~2022-06-28 19:39 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-24 10:17 [PATCH 0/2] i2c: Add new driver for Renesas RZ/V2M controller Phil Edworthy
2022-06-24 10:17 ` [PATCH 1/2] dt-bindings: i2c: Document RZ/V2M I2C controller Phil Edworthy
2022-06-25 20:43   ` Krzysztof Kozlowski
2022-06-27  7:17     ` Phil Edworthy
2022-06-27  9:17       ` Krzysztof Kozlowski
2022-06-24 10:17 ` [PATCH 2/2] i2c: Add Renesas RZ/V2M controller Phil Edworthy
2022-06-24 11:27   ` Arnd Bergmann
2022-06-24 11:48     ` Geert Uytterhoeven
2022-06-28 10:17       ` Andy Shevchenko
2022-06-28 10:26         ` Geert Uytterhoeven
2022-06-28 10:49         ` Phil Edworthy
2022-06-24 14:00     ` Phil Edworthy
2022-06-28 13:42   ` Geert Uytterhoeven
2022-06-28 19:29     ` Phil Edworthy
2022-06-24 11:18 ` [PATCH 0/2] i2c: Add new driver for " Geert Uytterhoeven

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.