Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | i2c: Switch pasemi to the new device/driver matching scheme | Jean Delvare | 2008-05-18 | 1 | -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> | ||||
* | [POWERPC] pasemi: Register i2c devices at boot | Olof Johansson | 2008-02-21 | 1 | -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> |