[PATCH 0/3] i2c: Add High speed I2C controller driver for Exynos5

From: Naveen Krishna Chatradhi
Date: Tue Nov 27 2012 - 08:01:53 EST


Exynos5 and latter SoCs from Samsung supports High Speed I2C controller.
This patch set adds the controller driver, device tree information for Exynos5
platform and defines gating clocks.

Naveen Krishna Chatradhi (3):
i2c: exynos5: add High Speed I2C controller driver
ARM: exynos5: Add gate clocks for HS-I2C
arm: exynos5: Add HS-I2C device tree platform information

arch/arm/boot/dts/exynos5250-smdk5250.dts | 16 +
arch/arm/boot/dts/exynos5250.dtsi | 32 ++
arch/arm/mach-exynos/clock-exynos5.c | 20 +
drivers/i2c/busses/Kconfig | 6 +
drivers/i2c/busses/Makefile | 1 +
drivers/i2c/busses/i2c-exynos5.c | 758 +++++++++++++++++++++++++++++
drivers/i2c/busses/i2c-exynos5.h | 80 +++
7 files changed, 913 insertions(+)
create mode 100644 drivers/i2c/busses/i2c-exynos5.c
create mode 100644 drivers/i2c/busses/i2c-exynos5.h

--
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/