linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3]  i2c: add driver for Amlogic Meson I2C controller
@ 2014-11-13 19:32 Beniamino Galvani
  2014-11-13 19:32 ` [PATCH v3 1/3] i2c: meson: add device tree bindings documentation Beniamino Galvani
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Beniamino Galvani @ 2014-11-13 19:32 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

this patchset adds a driver for the I2C controller available in
Amlogic Meson SoCs. It has been tested on a Meson8 based board with
the following devices:
 - Ricoh RN5T618 PMIC
 - NXP PCF8564 RTC

Changes since v2:
 - fixed token generation for split reads
 - simplified meson_i2c_prepare_xfer()
 - added DTS patch

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

Beniamino Galvani (3):
  i2c: meson: add device tree bindings documentation
  i2c: add support for Amlogic Meson I2C controller
  ARM: dts: meson: add I2C controller nodes

 .../devicetree/bindings/i2c/i2c-meson.txt          |  24 +
 arch/arm/boot/dts/meson.dtsi                       |  30 ++
 drivers/i2c/busses/Kconfig                         |   7 +
 drivers/i2c/busses/Makefile                        |   1 +
 drivers/i2c/busses/i2c-meson.c                     | 492 +++++++++++++++++++++
 5 files changed, 554 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] 9+ messages in thread

end of thread, other threads:[~2014-11-18 20:32 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-13 19:32 [PATCH v3 0/3] i2c: add driver for Amlogic Meson I2C controller Beniamino Galvani
2014-11-13 19:32 ` [PATCH v3 1/3] i2c: meson: add device tree bindings documentation Beniamino Galvani
2014-11-18 15:17   ` Wolfram Sang
2014-11-13 19:32 ` [PATCH v3 2/3] i2c: add support for Amlogic Meson I2C controller Beniamino Galvani
2014-11-18 15:17   ` Wolfram Sang
2014-11-13 19:32 ` [PATCH v3 3/3] ARM: dts: meson: add I2C controller nodes Beniamino Galvani
2014-11-18 15:19   ` Wolfram Sang
2014-11-18 15:29     ` Carlo Caione
2014-11-18 20:32       ` 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).