[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)
commit8d91cbad8e6fd5b37bf584740f134508709ba035
tree1ce49dd94842d413597f4fb4e387584ce481d8a6
parent23d046f43a05155e050a68f3ad1f19b672713374
[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]