On Tue, Jun 17, 2014 at 11:57:24AM +0200, Wolfram Sang wrote:
On Tue, Feb 18, 2014 at 06:38:43PM +0100, Wolfram Sang wrote:
quoted
On Tue, Sep 03, 2013 at 05:49:29PM +0100, Ian Molton wrote:
quoted
Add a driver for the EMMA mobile I2C block.
The driver supports low and high-speed interrupt driven PIO transfers.
Signed-off-by: Ian Molton <redacted>
quoted
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -777,6 +777,16 @@ config I2C_RCAR
This driver can also be built as a module. If so, the module
will be called i2c-rcar.
+config I2C_EM
+ tristate "EMMA Mobile series I2C adapter"
+ depends on I2C && HAVE_CLK
+ help
+ If you say yes to this option, support will be included for the
+ I2C interface on the Renesas Electronics EM/EV family of processors.
+
+ This driver can also be built as a module. If so, the module
+ will be called i2c-em
+
Please keep it sorted.
Ping. Still any interest in this one?
I happen to have access to a kzm9d board meanwhile. Do you have the
board enablement patches still somewhere?