[PATCH] i2c: New bus driver for the OpenCores I2C controller
authorPeter Korsgaard <jacmet@sunsite.dk>
Sun, 4 Jun 2006 18:01:08 +0000 (20:01 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 22 Jun 2006 18:10:33 +0000 (11:10 -0700)
commit18f98b1e3147afdb51e545cc6ff2b016c7d088a7
tree5f974b01a7efadabe037ace19a0f33037d36a4b7
parentaee62305345863430a937af289b9bd080a100dac
[PATCH] i2c: New bus driver for the OpenCores I2C controller

The following patch adds support for the OpenCores I2C controller IP
core (See http://www.opencores.org/projects.cgi/web/i2c/overview).

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Documentation/i2c/busses/i2c-ocores [new file with mode: 0644]
drivers/i2c/busses/Kconfig
drivers/i2c/busses/Makefile
drivers/i2c/busses/i2c-ocores.c [new file with mode: 0644]
include/linux/i2c-ocores.h [new file with mode: 0644]