]> git.baikalelectronics.ru Git - kernel.git/commit
i2c: New driver for the SuperH Mobile I2C bus controller
authorMagnus Damm <magnus.damm@gmail.com>
Tue, 22 Apr 2008 20:16:49 +0000 (22:16 +0200)
committerJean Delvare <khali@hyperion.delvare>
Tue, 22 Apr 2008 20:16:49 +0000 (22:16 +0200)
commit823be243bc5d9789d570f607308c396d3ea893f6
tree2cdef53debcf5a71a81d2f9ccc607279a3ebb96b
parentb1e1b67a075eeaf0c9f12cc58c05ac4f80c546a3
i2c: New driver for the SuperH Mobile I2C bus controller

This is V5 of the SuperH Mobile I2C Controller Driver. A simple Master
only driver for the I2C block included in processors such as sh7343,
sh7722 and sh7723. Tested on a sh7722 MigoR using a rs5c732b rtc.

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
drivers/i2c/busses/Kconfig
drivers/i2c/busses/Makefile
drivers/i2c/busses/i2c-sh_mobile.c [new file with mode: 0644]