All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Add RZ/G2L I2C support
@ 2021-06-11 16:56 Biju Das
  2021-06-11 16:56 ` [PATCH 1/5] dt-bindings: i2c: renesas,riic: Document RZ/G2L I2C controller Biju Das
                   ` (4 more replies)
  0 siblings, 5 replies; 19+ messages in thread
From: Biju Das @ 2021-06-11 16:56 UTC (permalink / raw)
  To: Philipp Zabel, Rob Herring
  Cc: Biju Das, Chris Brandt, Wolfram Sang, Arnd Bergmann,
	Jarkko Nikula, Jean Delvare, Khalil Blaiech, Krzysztof Kozlowski,
	Bence Csókás, Yicong Yang, Mike Rapoport,
	Uwe Kleine-König, linux-i2c, Geert Uytterhoeven,
	Chris Paterson, Biju Das, Prabhakar Mahadev Lad,
	linux-renesas-soc

This patch series aims to support I2C on RZ/G2L based platforms.

This patchset is based on master branch [1]

[1] https://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git/

Biju Das (5):
  dt-bindings: i2c: renesas,riic: Document RZ/G2L I2C controller
  drivers: clk: renesas: r9a07g044-cpg: Add I2C Clocks
  i2c: riic: Add RZ/G2L support
  arm64: dts: renesas: r9a07g044: Add I2C nodes
  arm64: defconfig: Enable RIIC

 .../devicetree/bindings/i2c/renesas,riic.yaml | 19 ++++-
 arch/arm64/boot/dts/renesas/r9a07g044.dtsi    | 80 +++++++++++++++++++
 arch/arm64/configs/defconfig                  |  1 +
 drivers/clk/renesas/r9a07g044-cpg.c           | 12 +++
 drivers/i2c/busses/Kconfig                    |  1 +
 drivers/i2c/busses/i2c-riic.c                 | 21 +++++
 6 files changed, 130 insertions(+), 4 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2021-08-13  9:58 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-11 16:56 [PATCH 0/5] Add RZ/G2L I2C support Biju Das
2021-06-11 16:56 ` [PATCH 1/5] dt-bindings: i2c: renesas,riic: Document RZ/G2L I2C controller Biju Das
2021-06-14 12:43   ` Geert Uytterhoeven
2021-06-11 16:56 ` [PATCH 2/5] drivers: clk: renesas: r9a07g044-cpg: Add I2C Clocks Biju Das
2021-06-14 12:32   ` Geert Uytterhoeven
2021-06-11 16:56 ` [PATCH 3/5] i2c: riic: Add RZ/G2L support Biju Das
2021-06-14 12:38   ` Geert Uytterhoeven
2021-06-14 16:04     ` Biju Das
2021-06-14 13:27   ` Philipp Zabel
2021-06-14 13:38     ` Geert Uytterhoeven
2021-06-14 17:20     ` Biju Das
2021-06-11 16:56 ` [PATCH 4/5] arm64: dts: renesas: r9a07g044: Add I2C nodes Biju Das
2021-06-14 12:45   ` Geert Uytterhoeven
2021-06-11 16:56 ` [PATCH 5/5] arm64: defconfig: Enable RIIC Biju Das
2021-06-11 16:56   ` Biju Das
2021-06-14 12:45   ` Geert Uytterhoeven
2021-06-14 12:45     ` Geert Uytterhoeven
2021-08-13  9:55     ` Geert Uytterhoeven
2021-08-13  9:55       ` 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.