From: stigge@antcom.de (Roland Stigge)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] LPC32xx: Device tree conversion
Date: Sun, 22 Apr 2012 12:38:40 +0200 [thread overview]
Message-ID: <4F93DFB0.4040409@antcom.de> (raw)
Hi Arnd and Olof,
this is a rearrangement of all mach-lpc32xx specific patches for device
tree conversion. Please note that:
* It builds upon the i2c-pnx changes (see previous pull request, branch
lpc32xx/i2c)
* Dave Miller gave permission to merge the lpc_eth.c change via arm-soc
(patch 1/8)
The rest of the patches is mach-lpc32xx only.
Thanks in advance,
Roland
The following changes since commit b41a216dafe4dd23c95cb4203de288f773a097a6:
i2c: Add device tree support to i2c-pnx.c (2012-04-22 11:59:47 +0200)
are available in the git repository at:
git://git.antcom.de/linux-2.6.git lpc32xx/dt
for you to fetch changes up to 89982a181b0783335d79e6e5264a23009aa7c6e9:
ARM: LPC32xx: Defconfig update (2012-04-22 12:01:20 +0200)
----------------------------------------------------------------
Roland Stigge (8):
net: Add device tree support to LPC32xx
ARM: LPC32xx: clock.c cleanup
ARM: LPC32xx: clock.c registration adjustment
ARM: LPC32xx: Remove obsolete platform Kconfig
ARM: LPC32xx: DTS files for device tree conversion
ARM: LPC32xx: Device tree support
ARM: LPC32xx: Move common code to common.c
ARM: LPC32xx: Defconfig update
.../devicetree/bindings/arm/lpc32xx-mic.txt | 38 +++
Documentation/devicetree/bindings/arm/lpc32xx.txt | 8 +
Documentation/devicetree/bindings/net/lpc-eth.txt | 24 ++
arch/arm/Kconfig | 1 +
arch/arm/boot/dts/lpc32xx.dtsi | 292 ++++++++++++++++++++
arch/arm/boot/dts/phy3250.dts | 145 ++++++++++
arch/arm/configs/lpc32xx_defconfig | 44 +++-
arch/arm/mach-lpc32xx/Kconfig | 26 --
arch/arm/mach-lpc32xx/clock.c | 77 +++---
arch/arm/mach-lpc32xx/common.c | 205 +-------------
arch/arm/mach-lpc32xx/common.h | 14 -
arch/arm/mach-lpc32xx/irq.c | 78 ++++--
arch/arm/mach-lpc32xx/phy3250.c | 149 ++++-------
drivers/net/ethernet/nxp/lpc_eth.c | 71 ++++--
14 files changed, 754 insertions(+), 418 deletions(-)
create mode 100644 Documentation/devicetree/bindings/arm/lpc32xx-mic.txt
create mode 100644 Documentation/devicetree/bindings/arm/lpc32xx.txt
create mode 100644 Documentation/devicetree/bindings/net/lpc-eth.txt
create mode 100644 arch/arm/boot/dts/lpc32xx.dtsi
create mode 100644 arch/arm/boot/dts/phy3250.dts
next reply other threads:[~2012-04-22 10:38 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-22 10:38 Roland Stigge [this message]
2012-04-22 21:28 ` [GIT PULL] LPC32xx: Device tree conversion Arnd Bergmann
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=4F93DFB0.4040409@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.