linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] arm: shmobile: r7s72100: add native i2c support
@ 2013-12-17 21:44 Wolfram Sang
  2013-12-17 21:44 ` [PATCH 2/5] arm: shmobile: r7s72100: add i2c clocks Wolfram Sang
                   ` (2 more replies)
  0 siblings, 3 replies; 23+ messages in thread
From: Wolfram Sang @ 2013-12-17 21:44 UTC (permalink / raw)
  To: linux-sh
  Cc: linux-i2c, Magnus Damm, Laurent Pinchart, Simon Horman,
	linux-arm-kernel, Wolfram Sang

Here is a series to support the I2C core of the r7s72100 natively. It has been
tested with a genmai board where an eeprom is connected. The series can be
found here:

git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git renesas/riic

It is based on the latest r7s72100 topic branch from Simon and the latest patch
series from Magnus. Note there is one issue with the current PFC driver which
needs to be sorted out. Check patch 1/5 for details.

Comments welcome. Thanks,

   Wolfram


Wolfram Sang (5):
  pinctrl: r7s72100: add riic groups
  arm: shmobile: r7s72100: add i2c clocks
  arm: shmobile: r7s72100: add nodes for i2c controllers to dtsi
  arm: shmobile: genmai: adapt dts to use native i2c driver
  i2c: riic: add driver

 Documentation/devicetree/bindings/i2c/i2c-riic.txt |  29 ++
 arch/arm/boot/dts/r7s72100-genmai-reference.dts    |  29 +-
 arch/arm/boot/dts/r7s72100.dtsi                    | 102 +++++
 arch/arm/mach-shmobile/clock-r7s72100.c            |  12 +-
 drivers/i2c/busses/Kconfig                         |  10 +
 drivers/i2c/busses/Makefile                        |   1 +
 drivers/i2c/busses/i2c-riic.c                      | 426 +++++++++++++++++++++
 drivers/pinctrl/sh-pfc/pfc-r7s72100.c              |  45 +++
 8 files changed, 635 insertions(+), 19 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/i2c/i2c-riic.txt
 create mode 100644 drivers/i2c/busses/i2c-riic.c

-- 
1.8.4.2


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

end of thread, other threads:[~2013-12-18 21:00 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-17 21:44 [PATCH 0/5] arm: shmobile: r7s72100: add native i2c support Wolfram Sang
2013-12-17 21:44 ` [PATCH 2/5] arm: shmobile: r7s72100: add i2c clocks Wolfram Sang
2013-12-18 11:38   ` Sergei Shtylyov
     [not found]     ` <52B1892B.1020806-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
2013-12-18 11:43       ` Wolfram Sang
2013-12-18 11:53         ` Sergei Shtylyov
2013-12-18 12:15           ` Wolfram Sang
2013-12-18 13:49             ` Simon Horman
     [not found]               ` <20131218134914.GA32664-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org>
2013-12-18 14:02                 ` Sergei Shtylyov
     [not found]                   ` <52B1AAE6.2020400-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
2013-12-18 14:44                     ` Magnus Damm
2013-12-18 15:13                       ` Sergei Shtylyov
2013-12-18 21:00               ` Wolfram Sang
     [not found] ` <1387316678-10174-1-git-send-email-wsa-z923LK4zBo2bacvFa/9K2g@public.gmane.org>
2013-12-17 21:44   ` [PATCH 1/5] pinctrl: r7s72100: add riic groups Wolfram Sang
     [not found]     ` <1387316678-10174-2-git-send-email-wsa-z923LK4zBo2bacvFa/9K2g@public.gmane.org>
2013-12-17 21:47       ` Wolfram Sang
2013-12-17 21:48       ` Laurent Pinchart
2013-12-17 21:44   ` [PATCH 3/5] arm: shmobile: r7s72100: add nodes for i2c controllers to dtsi Wolfram Sang
2013-12-17 21:55     ` Laurent Pinchart
2013-12-17 22:13       ` Wolfram Sang
2013-12-17 22:16         ` Laurent Pinchart
2013-12-17 21:44   ` [PATCH 5/5] i2c: riic: add driver Wolfram Sang
2013-12-18  8:42     ` Geert Uytterhoeven
2013-12-17 21:44 ` [PATCH 4/5] arm: shmobile: genmai: adapt dts to use native i2c driver Wolfram Sang
     [not found]   ` <1387316678-10174-5-git-send-email-wsa-z923LK4zBo2bacvFa/9K2g@public.gmane.org>
2013-12-17 21:57     ` Laurent Pinchart
2013-12-18 11:41   ` Sergei Shtylyov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).