* [GIT PULL] i2c: pnx: device tree conversion
@ 2012-04-22 10:37 Roland Stigge
0 siblings, 0 replies; only message in thread
From: Roland Stigge @ 2012-04-22 10:37 UTC (permalink / raw)
To: linux-arm-kernel
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-04-22 10:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-22 10:37 [GIT PULL] i2c: pnx: device tree conversion Roland Stigge
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).