From: linus.walleij@linaro.org (Linus Walleij)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/7] ARM RealView DeviceTree support v6
Date: Mon, 8 Sep 2014 13:37:59 +0200 [thread overview]
Message-ID: <1410176286-32533-1-git-send-email-linus.walleij@linaro.org> (raw)
I've updated the RealView DeviceTree patch again.
Main changes:
- Calculate cache associativity from ePAPR definitions
- Rely on the l2c_aux_[mask|val] from the DT_MACHINE
- Add cache line size to device tree
Florian Fainelli (1):
ARM: l2c: parse 'cache-size' and 'cache-sets' properties
Linus Walleij (6):
leds: add a driver for syscon-based LEDs
leds: add device tree bindings for register bit LEDs
power: reset: driver for the Versatile syscon reboot
soc: add driver for the ARM RealView
ARM: l2x0: calculate associativity from ePAPR cache props
ARM: realview: basic device tree implementation
Documentation/devicetree/bindings/arm/arm-boards | 65 ++++++
Documentation/devicetree/bindings/arm/gic.txt | 1 +
Documentation/devicetree/bindings/arm/l2cc.txt | 2 +
.../devicetree/bindings/leds/register-bit-led.txt | 99 +++++++++
arch/arm/boot/dts/Makefile | 1 +
arch/arm/boot/dts/arm-realview-pb1176.dts | 246 +++++++++++++++++++++
arch/arm/mach-realview/Kconfig | 13 ++
arch/arm/mach-realview/Makefile | 1 +
arch/arm/mach-realview/realview-dt.c | 32 +++
arch/arm/mm/cache-l2x0.c | 111 ++++++++++
drivers/irqchip/irq-gic.c | 2 +
drivers/leds/Kconfig | 10 +
drivers/leds/Makefile | 1 +
drivers/leds/leds-syscon.c | 165 ++++++++++++++
drivers/power/reset/Kconfig | 9 +
drivers/power/reset/Makefile | 1 +
drivers/power/reset/arm-versatile-reboot.c | 111 ++++++++++
drivers/soc/Kconfig | 1 +
drivers/soc/Makefile | 1 +
drivers/soc/versatile/Kconfig | 10 +
drivers/soc/versatile/Makefile | 1 +
drivers/soc/versatile/soc-realview.c | 144 ++++++++++++
22 files changed, 1027 insertions(+)
create mode 100644 Documentation/devicetree/bindings/leds/register-bit-led.txt
create mode 100644 arch/arm/boot/dts/arm-realview-pb1176.dts
create mode 100644 arch/arm/mach-realview/realview-dt.c
create mode 100644 drivers/leds/leds-syscon.c
create mode 100644 drivers/power/reset/arm-versatile-reboot.c
create mode 100644 drivers/soc/versatile/Kconfig
create mode 100644 drivers/soc/versatile/Makefile
create mode 100644 drivers/soc/versatile/soc-realview.c
--
1.9.3
next reply other threads:[~2014-09-08 11:37 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-08 11:37 Linus Walleij [this message]
2014-09-08 11:38 ` [PATCH 1/7 v6] leds: add a driver for syscon-based LEDs Linus Walleij
2014-09-12 8:56 ` Linus Walleij
2014-09-18 22:39 ` Linus Walleij
2015-01-13 20:19 ` Bryan Wu
2014-09-08 11:38 ` [PATCH 2/7 v6] leds: add device tree bindings for register bit LEDs Linus Walleij
2014-09-08 11:38 ` [PATCH 3/7 v6] power: reset: driver for the Versatile syscon reboot Linus Walleij
2014-09-12 8:55 ` Linus Walleij
2014-09-15 16:06 ` Sebastian Reichel
2014-09-08 11:38 ` [PATCH 4/7 v6] soc: add driver for the ARM RealView Linus Walleij
2014-09-08 11:38 ` [PATCH 5/7 v6] ARM: l2c: parse 'cache-size' and 'cache-sets' properties Linus Walleij
2014-09-08 12:20 ` Arnd Bergmann
2014-09-08 12:36 ` Linus Walleij
2014-09-08 13:16 ` Arnd Bergmann
2014-09-08 20:33 ` Florian Fainelli
2014-09-08 20:41 ` Arnd Bergmann
2014-09-09 7:14 ` Linus Walleij
2014-09-08 19:57 ` Florian Fainelli
2014-09-08 11:38 ` [PATCH 6/7 v6] ARM: l2x0: calculate associativity from ePAPR cache props Linus Walleij
2014-09-08 12:15 ` Arnd Bergmann
2014-09-08 12:43 ` Linus Walleij
2014-09-08 13:18 ` Arnd Bergmann
2014-09-08 11:38 ` [PATCH 7/7 v6] ARM: realview: basic device tree implementation Linus Walleij
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=1410176286-32533-1-git-send-email-linus.walleij@linaro.org \
--to=linus.walleij@linaro.org \
--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).