From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Abraham Subject: [PATCH 0/2] Add device tree support for Samsung's I2C driver. Date: Mon, 18 Jul 2011 06:20:39 +0530 Message-ID: <1310950241-13602-1-git-send-email-thomas.abraham@linaro.org> Content-Transfer-Encoding: 7BIT Return-path: Sender: linux-samsung-soc-owner@vger.kernel.org To: devicetree-discuss@lists.ozlabs.org Cc: linux-i2c@vger.kernel.org, ben-linux@fluff.org, linux-samsung-soc@vger.kernel.org, patches@linaro.org List-Id: linux-i2c@vger.kernel.org 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