From: zonque@gmail.com (Daniel Mack)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 0/9] Assorted PXA3xx DT patches
Date: Sat, 28 Jul 2012 12:07:32 +0200 [thread overview]
Message-ID: <1343470061-16879-1-git-send-email-zonque@gmail.com> (raw)
This is a series of 9 patches that add basic support for booting PXA3xx
boards from devicetrees. I'm able to mount a rootfs and use all
irq/gpio based functions as well as the NAND, USB and RTC drivers.
Changes from v2:
- more "mrvl" -> "marvell" renaming fixes
- avoid PXA_IRQ() in new code in arch/arm/mach-pxa/irq.c
- add the two GPIO patches that have been acked-by Arnd already
Changes from v1:
- renaming of "mrvl" to "marvell"
- better documentation
Daniel Mack (9):
RTC: add DT bindings to pxa-rtc
MMC: pxa-mci: add DT bindings
MTD: pxa3xx-nand: add devicetree bindings
GPIO: gpio-pxa: simplify pxa_gpio_to_irq() and pxa_irq_to_chip()
GPIO: gpio-pxa: fix devicetree functions
ARM: pxa: add devicetree code for irq handling
ARM: pxa3xx: skip default device initialization when booting via DT
ARM: pxa3xx: add generic DT machine code
ARM: pxa: add .dtsi files
Documentation/devicetree/bindings/mmc/pxa-mmc.txt | 25 ++++
.../devicetree/bindings/mtd/pxa3xx-nand.txt | 31 +++++
Documentation/devicetree/bindings/rtc/pxa-rtc.txt | 14 +++
arch/arm/boot/dts/pxa2xx.dtsi | 132 +++++++++++++++++++++
arch/arm/boot/dts/pxa3xx.dtsi | 27 +++++
arch/arm/mach-pxa/Kconfig | 12 ++
arch/arm/mach-pxa/Makefile | 3 +
arch/arm/mach-pxa/irq.c | 74 ++++++++++++
arch/arm/mach-pxa/pxa-dt.c | 63 ++++++++++
arch/arm/mach-pxa/pxa3xx.c | 21 +++-
drivers/gpio/gpio-pxa.c | 96 +++++++--------
drivers/mmc/host/pxamci.c | 52 ++++++++
drivers/mtd/nand/pxa3xx_nand.c | 85 ++++++++++---
drivers/rtc/rtc-pxa.c | 11 ++
14 files changed, 575 insertions(+), 71 deletions(-)
create mode 100644 Documentation/devicetree/bindings/mmc/pxa-mmc.txt
create mode 100644 Documentation/devicetree/bindings/mtd/pxa3xx-nand.txt
create mode 100644 Documentation/devicetree/bindings/rtc/pxa-rtc.txt
create mode 100644 arch/arm/boot/dts/pxa2xx.dtsi
create mode 100644 arch/arm/boot/dts/pxa3xx.dtsi
create mode 100644 arch/arm/mach-pxa/pxa-dt.c
--
1.7.11.2
next reply other threads:[~2012-07-28 10:07 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-28 10:07 Daniel Mack [this message]
2012-07-28 10:07 ` [PATCH v3 1/9] RTC: add DT bindings to pxa-rtc Daniel Mack
2012-07-28 10:07 ` [PATCH v3 2/9] MMC: pxa-mci: add DT bindings Daniel Mack
2012-08-03 23:52 ` Chris Ball
2012-08-04 1:30 ` Haojian Zhuang
2012-07-28 10:07 ` [PATCH v3 3/9] MTD: pxa3xx-nand: add devicetree bindings Daniel Mack
2012-07-28 10:07 ` [PATCH v3 4/9] GPIO: gpio-pxa: simplify pxa_gpio_to_irq() and pxa_irq_to_chip() Daniel Mack
2012-08-05 0:12 ` Linus Walleij
2012-08-05 2:56 ` Haojian Zhuang
2012-08-05 9:37 ` Linus Walleij
2012-08-06 8:09 ` Arnd Bergmann
2012-08-06 8:11 ` Daniel Mack
2012-07-28 10:07 ` [PATCH v3 5/9] GPIO: gpio-pxa: fix devicetree functions Daniel Mack
2012-08-04 23:40 ` Linus Walleij
2012-08-05 2:58 ` Haojian Zhuang
2012-07-28 10:07 ` [PATCH v3 6/9] ARM: pxa: add devicetree code for irq handling Daniel Mack
2012-07-28 10:07 ` [PATCH v3 7/9] ARM: pxa3xx: skip default device initialization when booting via DT Daniel Mack
2012-07-28 10:07 ` [PATCH v3 8/9] ARM: pxa3xx: add generic DT machine code Daniel Mack
2012-07-28 10:07 ` [PATCH v3 9/9] ARM: pxa: add .dtsi files Daniel Mack
2012-07-28 18:42 ` Amar Nath
2012-07-29 0:02 ` Daniel Mack
2012-07-29 19:05 ` Daniel Mack
2012-07-29 13:04 ` [PATCH v3 0/9] Assorted PXA3xx DT patches Arnd Bergmann
2012-07-30 14:01 ` Haojian Zhuang
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=1343470061-16879-1-git-send-email-zonque@gmail.com \
--to=zonque@gmail.com \
--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).