devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] i2c: add driver for Amlogic Meson I2C controller
@ 2014-10-05 20:17 Beniamino Galvani
  2014-10-05 20:17 ` [PATCH v2 1/2] i2c: add support " Beniamino Galvani
       [not found] ` <1412540232-26168-1-git-send-email-b.galvani-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 2 replies; 5+ messages in thread
From: Beniamino Galvani @ 2014-10-05 20:17 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala,
	Grant Likely, Carlo Caione, linux-i2c, linux-kernel, devicetree,
	Jerry Cao, Victor Wan, Beniamino Galvani

Hi,

this patchset adds a driver for the I2C controller available in
Amlogic Meson SoCs and has been tested on a Tronsmart Vega S89E TV box
to communicate with a Ricoh RN5T618 PMIC.

Changes since v1:
 - factored common code for token list setup

Beniamino Galvani (2):
  i2c: add support for Amlogic Meson I2C controller
  i2c: meson: add device tree bindings documentation

 .../devicetree/bindings/i2c/i2c-meson.txt          |  24 +
 drivers/i2c/busses/Kconfig                         |   7 +
 drivers/i2c/busses/Makefile                        |   1 +
 drivers/i2c/busses/i2c-meson.c                     | 492 +++++++++++++++++++++
 4 files changed, 524 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/i2c/i2c-meson.txt
 create mode 100644 drivers/i2c/busses/i2c-meson.c

-- 
1.9.1

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

end of thread, other threads:[~2014-11-10 21:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-05 20:17 [PATCH v2 0/2] i2c: add driver for Amlogic Meson I2C controller Beniamino Galvani
2014-10-05 20:17 ` [PATCH v2 1/2] i2c: add support " Beniamino Galvani
     [not found]   ` <1412540232-26168-2-git-send-email-b.galvani-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2014-11-10 14:44     ` Wolfram Sang
2014-11-10 21:46       ` Beniamino Galvani
     [not found] ` <1412540232-26168-1-git-send-email-b.galvani-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2014-10-05 20:17   ` [PATCH v2 2/2] i2c: meson: add device tree bindings documentation Beniamino Galvani

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).