From: stigge@antcom.de (Roland Stigge)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] i2c: pnx: device tree conversion
Date: Sun, 22 Apr 2012 12:37:16 +0200 [thread overview]
Message-ID: <4F93DF5C.5080503@antcom.de> (raw)
Hi Arnd and Olof,
this is the series of the 4 patches adding device tree support to i2c-pnx
(used by LPC32xx) that Wolfram Sang already applied to the i2c subsystem.
Since both drivers/i2c/ and mach-lpc32xx are touched here, there will
probably be conflicts that you need to be aware of.
I'm posting this again for arm-soc since the actual mach-lpc32xx specific
DT conversion builds upon those changes (see next pull request), especially
in arch/arm/mach-lpc32xx/common.c.
Wolfram already gave permission to merge this via arm-soc, but please
coordinate and tell me if I can help resolving this.
Thanks in advance,
Roland
The following changes since commit 66f75a5d028beaf67c931435fdc3e7823125730c:
Linux 3.4-rc4 (2012-04-21 14:47:52 -0700)
are available in the git repository at:
git://git.antcom.de/linux-2.6.git lpc32xx/i2c
for you to fetch changes up to b41a216dafe4dd23c95cb4203de288f773a097a6:
i2c: Add device tree support to i2c-pnx.c (2012-04-22 11:59:47 +0200)
----------------------------------------------------------------
Roland Stigge (4):
i2c: pnx: Disable clk in suspend
i2c-pnx.c: Use resources in platforms
i2c-pnx.c: Remove duplicated i2c.h
i2c: Add device tree support to i2c-pnx.c
Documentation/devicetree/bindings/i2c/pnx.txt | 36 ++++++
arch/arm/mach-lpc32xx/common.c | 67 +++++++----
arch/arm/mach-lpc32xx/include/mach/i2c.h | 63 ----------
arch/arm/mach-pnx4008/i2c.c | 64 ++++++----
arch/arm/mach-pnx4008/include/mach/i2c.h | 64 ----------
drivers/i2c/busses/i2c-pnx.c | 160 ++++++++++++++++++-------
include/linux/i2c-pnx.h | 10 +-
7 files changed, 238 insertions(+), 226 deletions(-)
create mode 100644 Documentation/devicetree/bindings/i2c/pnx.txt
delete mode 100644 arch/arm/mach-lpc32xx/include/mach/i2c.h
delete mode 100644 arch/arm/mach-pnx4008/include/mach/i2c.h
reply other threads:[~2012-04-22 10:37 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=4F93DF5C.5080503@antcom.de \
--to=stigge@antcom.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 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.