All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add device tree support for Samsung's I2C driver.
@ 2011-07-18  0:50 Thomas Abraham
       [not found] ` <1310950241-13602-1-git-send-email-thomas.abraham-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
  0 siblings, 1 reply; 11+ messages in thread
From: Thomas Abraham @ 2011-07-18  0:50 UTC (permalink / raw)
  To: devicetree-discuss; +Cc: linux-i2c, ben-linux, linux-samsung-soc, patches

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

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2011-07-22  7:12 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-18  0:50 [PATCH 0/2] Add device tree support for Samsung's I2C driver Thomas Abraham
     [not found] ` <1310950241-13602-1-git-send-email-thomas.abraham-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2011-07-18  0:50   ` [PATCH 1/2] i2c: s3c24xx: Add device tree support Thomas Abraham
     [not found]     ` <1310950241-13602-2-git-send-email-thomas.abraham-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2011-07-18  4:28       ` Grant Likely
2011-07-18  0:50   ` [PATCH 2/2] arm: dt: Add device tree support for i2c instance 1 on exynos4 dt machine Thomas Abraham
2011-07-18  4:30     ` Grant Likely
2011-07-18  9:45       ` Ben Dooks
     [not found]         ` <20110718094534.GN15795-SMNkleLxa3Z6Wcw2j4pizdi2O/JbrIOy@public.gmane.org>
2011-07-18 20:28           ` Grant Likely
2011-07-18 11:53     ` G, Manjunath Kondaiah
2011-07-18 20:30       ` Grant Likely
2011-07-19 17:05         ` G, Manjunath Kondaiah
2011-07-22  7:12           ` Tony Lindgren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.