The following series adds automatic registration of i2c devices from OF device tree data. If the i2c bus has the of_node pointer set, then it will use that node pointer as the parent for a set of i2c devices and automatically register the child nodes as new i2c devices. When CONFIG_OF is not set, the of i2c hooks become empty stubs. --- Grant Likely (3): of/i2c: Generalize OF support i2c: Add OF-style registration and binding of: refactor of_modalias_node() and remove explicit match table. arch/powerpc/platforms/83xx/mcu_mpc8349emitx.c | 6 ++ drivers/i2c/busses/i2c-cpm.c | 6 -- drivers/i2c/busses/i2c-ibm_iic.c | 4 -- drivers/i2c/busses/i2c-mpc.c | 2 - drivers/i2c/i2c-core.c | 9 +++ drivers/mmc/host/mmc_spi.c | 8 +++ drivers/of/Kconfig | 2 - drivers/of/base.c | 64 +++--------------------- drivers/of/of_i2c.c | 50 +++++++++++-------- include/linux/of_i2c.h | 13 ++++- 10 files changed, 75 insertions(+), 89 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-i2c" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html