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

No differences found