aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/pasemi/misc.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2008-05-18i2c: Switch pasemi to the new device/driver matching schemeJean Delvare1-5/+2
The old device/driver matching scheme is going away so stop using it. Signed-off-by: Jean Delvare <khali@linux-fr.org> Acked-by: Olof Johansson <olof@lixom.net>
2008-02-21[POWERPC] pasemi: Register i2c devices at bootOlof Johansson1-0/+97
Setup i2c_board_info based on device tree contents. This has to be a device_initcall since we need PCI to be probed by the time we run it, but before the actual driver is initialized. Signed-off-by: Olof Johansson <olof@lixom.net> Signed-off-by: Paul Mackerras <paulus@samba.org>