All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add RZ/G2L I2C support
@ 2021-06-14 19:32 Biju Das
  2021-06-14 19:32 ` [PATCH v2 1/2] dt-bindings: i2c: renesas,riic: Document RZ/G2L I2C controller Biju Das
  2021-06-14 19:32 ` [PATCH v2 2/2] i2c: riic: Add RZ/G2L support Biju Das
  0 siblings, 2 replies; 6+ messages in thread
From: Biju Das @ 2021-06-14 19:32 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,
	Yicong Yang, Bence Csókás, 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/

v1->v2:-
  * Removed patch 2,4 and 5 as it is queued for v5.15.
  * Added Geert's Rb tag for binding patch
  * Incorporated philipp and Geert's review comments for driver patch 

v1:-
  https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=499069

Biju Das (2):
  dt-bindings: i2c: renesas,riic: Document RZ/G2L I2C controller
  i2c: riic: Add RZ/G2L support

 .../devicetree/bindings/i2c/renesas,riic.yaml | 19 +++++++++++----
 drivers/i2c/busses/Kconfig                    |  1 +
 drivers/i2c/busses/i2c-riic.c                 | 23 ++++++++++++++++++-
 3 files changed, 38 insertions(+), 5 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2021-06-15  7:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-14 19:32 [PATCH v2 0/2] Add RZ/G2L I2C support Biju Das
2021-06-14 19:32 ` [PATCH v2 1/2] dt-bindings: i2c: renesas,riic: Document RZ/G2L I2C controller Biju Das
2021-06-14 19:32 ` [PATCH v2 2/2] i2c: riic: Add RZ/G2L support Biju Das
2021-06-14 19:43   ` Geert Uytterhoeven
2021-06-15  7:48   ` Philipp Zabel
2021-06-15  7: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.