From: wsa@the-dreams.de (Wolfram Sang)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V2 0/5] arm: shmobile: r7s72100: add native i2c support
Date: Wed, 18 Dec 2013 22:31:56 +0100 [thread overview]
Message-ID: <1387402321-21866-1-git-send-email-wsa@the-dreams.de> (raw)
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.
I've addressed all comments from V1. See patches 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
next reply other threads:[~2013-12-18 21:31 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-18 21:31 Wolfram Sang [this message]
2013-12-18 21:31 ` [PATCH V2 1/5] pinctrl: r7s72100: add riic groups Wolfram Sang
2013-12-18 21:49 ` Wolfram Sang
2013-12-18 21:31 ` [PATCH V2 2/5] arm: shmobile: r7s72100: add i2c clocks Wolfram Sang
2013-12-24 2:48 ` Simon Horman
2013-12-26 21:20 ` Geert Uytterhoeven
2013-12-26 21:25 ` Wolfram Sang
2013-12-26 21:34 ` Geert Uytterhoeven
2013-12-26 21:51 ` Geert Uytterhoeven
2013-12-27 2:01 ` Simon Horman
2013-12-18 21:31 ` [PATCH V2 3/5] arm: shmobile: r7s72100: add nodes for i2c controllers to dtsi Wolfram Sang
2013-12-27 4:27 ` Wolfram Sang
2014-01-06 5:22 ` Simon Horman
2013-12-18 21:32 ` [PATCH V2 4/5] arm: shmobile: genmai: adapt dts to use native i2c driver Wolfram Sang
2013-12-18 21:32 ` [PATCH V2 5/5] i2c: riic: add driver Wolfram Sang
2013-12-19 0:01 ` Laurent Pinchart
2013-12-19 12:06 ` Wolfram Sang
2013-12-19 15:33 ` Laurent Pinchart
2013-12-20 15:47 ` Wolfram Sang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1387402321-21866-1-git-send-email-wsa@the-dreams.de \
--to=wsa@the-dreams.de \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).