[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1412540232-26168-1-git-send-email-b.galvani@gmail.com>
Date: Sun, 5 Oct 2014 22:17:10 +0200
From: Beniamino Galvani <b.galvani@...il.com>
To: Wolfram Sang <wsa@...-dreams.de>
Cc: Rob Herring <robh+dt@...nel.org>, Pawel Moll <pawel.moll@....com>,
Mark Rutland <mark.rutland@....com>,
Ian Campbell <ijc+devicetree@...lion.org.uk>,
Kumar Gala <galak@...eaurora.org>,
Grant Likely <grant.likely@...aro.org>,
Carlo Caione <carlo@...one.org>, linux-i2c@...r.kernel.org,
linux-kernel@...r.kernel.org, devicetree@...r.kernel.org,
Jerry Cao <jerry.cao@...ogic.com>,
Victor Wan <victor.wan@...ogic.com>,
Beniamino Galvani <b.galvani@...il.com>
Subject: [PATCH v2 0/2] i2c: add driver for Amlogic Meson I2C controller
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists