linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Amlogic Meson I2C driver
@ 2014-09-16 22:07 Beniamino Galvani
       [not found] ` <1410905277-22172-1-git-send-email-b.galvani-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Beniamino Galvani @ 2014-09-16 22:07 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: Carlo Caione, Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell,
	Kumar Gala, Grant Likely, linux-i2c, linux-arm-kernel,
	linux-kernel, devicetree, Beniamino Galvani

Hi,

this series adds a driver for the I2C controller found on Amlogic
Meson SoCs. It has been tested on a Tronsmart Vega S89 TV Box, which
is based on a Meson8 core, but should work also on Meson6 devices. 

A patchset adding support for these SoCs was submitted some days ago
and can be found here:

http://thread.gmane.org/gmane.linux.ports.arm.kernel/356685

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                     | 500 +++++++++++++++++++++
 4 files changed, 532 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] 3+ messages in thread

end of thread, other threads:[~2014-09-16 22:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-16 22:07 [PATCH 0/2] Amlogic Meson I2C driver Beniamino Galvani
     [not found] ` <1410905277-22172-1-git-send-email-b.galvani-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2014-09-16 22:07   ` [PATCH 1/2] i2c: add support for Amlogic Meson I2C controller Beniamino Galvani
2014-09-16 22:07   ` [PATCH 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).