i2c-pxa2xx: Add PCI support for PXA I2C controller
commit7e94dd154e934aa2137c427c3b1c8e9a6e465fcd
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Wed, 2 Mar 2011 10:26:53 +0000 (2 11:26 +0100)
committerBen Dooks <ben-linux@fluff.org>
Mon, 21 Mar 2011 09:18:54 +0000 (21 09:18 +0000)
tree77a8705ed9f3b5b0e94381f4ccb5458fd10721f8
parentb459396ee9398bdf61e3118ca730394f58e90c9c
i2c-pxa2xx: Add PCI support for PXA I2C controller

The Sodaville I2C controller is almost the same as found on PXA2xx. The
difference:
- the register are at a different offset
- no slave support

The PCI probe code adds three platform devices which are probed then by
the platform code.
The X86 part also adds dummy clock defines because we don't have HW
clock support.

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Dirk Brandewie <dirk.brandewie@gmail.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
drivers/i2c/busses/Kconfig
drivers/i2c/busses/Makefile
drivers/i2c/busses/i2c-pxa-pci.c [new file with mode: 0644]
drivers/i2c/busses/i2c-pxa.c