]> git.baikalelectronics.ru Git - kernel.git/commit
[ARM] Acorn: move the i2c bus driver into drivers/i2c
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Sun, 4 Mar 2007 20:40:50 +0000 (20:40 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 4 Mar 2007 20:40:50 +0000 (20:40 +0000)
commit7c32ce8094da69653232d43986acf9c8d69a5678
tree1ce49dd94842d413597f4fb4e387584ce481d8a6
parentd3901176ceb4e2067d1e25f155f08f9331205dd9
[ARM] Acorn: move the i2c bus driver into drivers/i2c

Move the Acorn IOC/IOMD I2C bus driver from drivers/i2c, strip
out the reminants of the platform specific parts of the old
PCF8583 RTC code, and remove the old obsolete PCF8583 driver.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/acorn/char/Makefile
drivers/acorn/char/i2c.c [deleted file]
drivers/acorn/char/pcf8583.c [deleted file]
drivers/acorn/char/pcf8583.h [deleted file]
drivers/i2c/busses/Kconfig
drivers/i2c/busses/Makefile
drivers/i2c/busses/i2c-acorn.c [new file with mode: 0644]