From: simon.guinot@sequanux.org (Simon Guinot)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/4] Add DT support for Network Space v2 and parents
Date: Wed, 17 Oct 2012 12:09:02 +0200 [thread overview]
Message-ID: <1350468546-25901-1-git-send-email-simon.guinot@sequanux.org> (raw)
This patch series provides DT support for LaCie NAS Network Space v2 and
parents. This includes the following machines:
- Internet Space v2
- Network Space v2
- Network Space Max v2
- Network Space Lite v2
- Network Space Mini v2
Note that the three first boards are already supported by the Linux
kernel via an "old-fashion" board setup. The two lasts (Lite and Mini)
are new boards.
Also note that the first patch of the series is related with the LED
subsystem. It adds device tree binding to the driver leds-ns2.
Changes for v2:
- Fix version for patch (update to v3):
"ARM: kirkwood: DT board setup for Network Space v2 and parents"
- Fix compatibility string for driver leds-ns2. Use "lacie,ns2-leds".
- leds-ns2: Remove useless #else #endif statement.
Simon Guinot (4):
leds: leds-ns2: add device tree binding
ARM: kirkwood: DT board setup for Network Space v2 and parents
ARM: kirkwood: DT board setup for Network Space Lite v2
ARM: kirkwood: DT board setup for Network Space Mini v2
.../devicetree/bindings/gpio/leds-ns2.txt | 26 ++++++
arch/arm/boot/dts/Makefile | 5 ++
arch/arm/boot/dts/kirkwood-is2.dts | 30 +++++++
arch/arm/boot/dts/kirkwood-ns2-common.dtsi | 63 ++++++++++++++
arch/arm/boot/dts/kirkwood-ns2.dts | 30 +++++++
arch/arm/boot/dts/kirkwood-ns2lite.dts | 30 +++++++
arch/arm/boot/dts/kirkwood-ns2max.dts | 49 +++++++++++
arch/arm/boot/dts/kirkwood-ns2mini.dts | 49 +++++++++++
arch/arm/mach-kirkwood/Kconfig | 36 ++++++++
arch/arm/mach-kirkwood/Makefile | 5 ++
arch/arm/mach-kirkwood/board-dt.c | 12 +++
arch/arm/mach-kirkwood/board-ns2.c | 87 ++++++++++++++++++++
arch/arm/mach-kirkwood/common.h | 10 +++
drivers/leds/Kconfig | 4 +-
drivers/leds/leds-ns2.c | 78 +++++++++++++++++-
15 files changed, 510 insertions(+), 4 deletions(-)
create mode 100644 Documentation/devicetree/bindings/gpio/leds-ns2.txt
create mode 100644 arch/arm/boot/dts/kirkwood-is2.dts
create mode 100644 arch/arm/boot/dts/kirkwood-ns2-common.dtsi
create mode 100644 arch/arm/boot/dts/kirkwood-ns2.dts
create mode 100644 arch/arm/boot/dts/kirkwood-ns2lite.dts
create mode 100644 arch/arm/boot/dts/kirkwood-ns2max.dts
create mode 100644 arch/arm/boot/dts/kirkwood-ns2mini.dts
create mode 100644 arch/arm/mach-kirkwood/board-ns2.c
--
1.7.10
next reply other threads:[~2012-10-17 10:09 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-17 10:09 Simon Guinot [this message]
2012-10-17 10:09 ` [PATCH v2 1/4] leds: leds-ns2: add device tree binding Simon Guinot
2012-10-17 10:09 ` [PATCH v3 2/4] ARM: kirkwood: DT board setup for Network Space v2 and parents Simon Guinot
2012-11-26 9:02 ` Olof Johansson
2012-11-26 10:00 ` Andrew Lunn
2012-11-26 10:03 ` Olof Johansson
2012-11-26 15:18 ` Simon Guinot
2012-11-26 16:04 ` Jason Cooper
2012-11-27 11:14 ` Simon Guinot
2012-11-27 12:50 ` Jason Cooper
2012-11-27 20:57 ` Stefan Peter
2012-11-27 21:02 ` Jason Cooper
2012-10-17 10:09 ` [PATCH v2 3/4] ARM: kirkwood: DT board setup for Network Space Lite v2 Simon Guinot
2012-10-17 10:09 ` [PATCH v2 4/4] ARM: kirkwood: DT board setup for Network Space Mini v2 Simon Guinot
2012-10-20 16:06 ` [PATCH v2 0/4] Add DT support for Network Space v2 and parents Andrew Lunn
2012-10-21 1:05 ` Jason Cooper
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=1350468546-25901-1-git-send-email-simon.guinot@sequanux.org \
--to=simon.guinot@sequanux.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).