aboutsummaryrefslogtreecommitdiff
path: root/include/linux/of_i2c.h
AgeCommit message (Collapse)AuthorFilesLines
2008-05-09[POWERPC] Fix of_i2c include for module compilationJochen Friedrich1-4/+0
Remove #ifdef CONFIG_OF_I2C as this breaks module compilation. Drivers using this header should depend on OF_I2C anyways, so there's no need to make this conditional. Signed-off-by: Jochen Friedrich <[email protected]> Signed-off-by: Paul Mackerras <[email protected]>
2008-04-17[POWERPC] i2c: OF helpers for the i2c APIJochen Friedrich1-0/+24
This implements various helpers to support OF bindings for the i2c API. Signed-off-by: Jochen Friedrich <[email protected]> Acked-by: David S. Miller <[email protected]> Acked-by: Stephen Rothwell <[email protected]> Signed-off-by: Paul Mackerras <[email protected]>