i2c: add Renesas R-Car I2C driver
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Fri, 28 Sep 2012 06:44:25 +0000 (23:44 -0700)
committerWolfram Sang <w.sang@pengutronix.de>
Mon, 8 Oct 2012 10:46:25 +0000 (12:46 +0200)
R-Car I2C is similar with SH7760 I2C.
But the SH7760 I2C driver had many workaround operations, since H/W had bugs.
Thus, it was pointless to keep compatible between SH7760 and R-Car I2C drivers.
This patch creates new Renesas R-Car I2C driver.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>

No differences found