This patchset adds device tree support for Samsung's I2C driver. The Exynos4 DT enabled machine is updated to support device tree based probe for I2C instance 1. Thomas Abraham (2): i2c: s3c24xx: Add device tree support arm: dt: Add device tree support for i2c instance 1 on exynos4 dt machine .../devicetree/bindings/i2c/samsung-i2c.txt | 43 ++++++++++ arch/arm/boot/dts/exynos4-smdkv310.dts | 19 ++++- arch/arm/mach-exynos4/Kconfig | 1 + arch/arm/mach-exynos4/mach-exynos4-dt.c | 9 ++ drivers/i2c/busses/i2c-s3c2410.c | 87 ++++++++++++++++---- 5 files changed, 143 insertions(+), 16 deletions(-) create mode 100644 Documentation/devicetree/bindings/i2c/samsung-i2c.txt -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html