linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Add a DT description of LaCie 2Big and 5Big Network v2
@ 2014-04-17 16:08 Andrew Lunn
  2014-04-17 16:08 ` [PATCH 1/4] ARM: Kirkwood: Add board file for netxbig LEDs Andrew Lunn
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Andrew Lunn @ 2014-04-17 16:08 UTC (permalink / raw)
  To: linux-arm-kernel

This patchset adds a DT description for LaCie 2Big and 5Big, one of
the last remaining boards in mach-kirkwood. The LEDs cannot be
described in DT, since there is no binding yet for the device which
controls them. So a board file is added for that part.

These patches are build tested only. It would be good if somebody
could boot them.

Andrew Lunn (4):
  ARM: Kirkwood: Add board file for netxbig LEDs
  ARM: Kirkwood: Add DT descriptions for net2big and net5big.
  ARM: MVEBU: Add LaCie 2Big and 5Big Network v2
  ARM: MULTI_V5: Enable LaCie 2Big and 5Big Network v2

 arch/arm/boot/dts/Makefile              |   2 +
 arch/arm/boot/dts/kirkwood-net2big.dts  |  25 +++++
 arch/arm/boot/dts/kirkwood-net5big.dts  |  67 +++++++++++
 arch/arm/boot/dts/kirkwood-netxbig.dtsi | 182 ++++++++++++++++++++++++++++++
 arch/arm/configs/multi_v5_defconfig     |   1 +
 arch/arm/configs/mvebu_v5_defconfig     |   1 +
 arch/arm/mach-mvebu/Kconfig             |   7 ++
 arch/arm/mach-mvebu/Makefile            |   1 +
 arch/arm/mach-mvebu/board-netxbig.c     | 191 ++++++++++++++++++++++++++++++++
 arch/arm/mach-mvebu/board.h             |   6 +
 arch/arm/mach-mvebu/kirkwood.c          |   3 +
 11 files changed, 486 insertions(+)
 create mode 100644 arch/arm/boot/dts/kirkwood-net2big.dts
 create mode 100644 arch/arm/boot/dts/kirkwood-net5big.dts
 create mode 100644 arch/arm/boot/dts/kirkwood-netxbig.dtsi
 create mode 100644 arch/arm/mach-mvebu/board-netxbig.c

-- 
1.9.2

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2014-04-18 18:07 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-17 16:08 [PATCH 0/4] Add a DT description of LaCie 2Big and 5Big Network v2 Andrew Lunn
2014-04-17 16:08 ` [PATCH 1/4] ARM: Kirkwood: Add board file for netxbig LEDs Andrew Lunn
2014-04-18 13:21   ` Jason Cooper
2014-04-18 18:07     ` Andrew Lunn
2014-04-17 16:08 ` [PATCH 2/4] ARM: Kirkwood: Add DT descriptions for net2big and net5big Andrew Lunn
2014-04-17 18:08   ` Simon Guinot
2014-04-17 16:08 ` [PATCH 3/4] ARM: MVEBU: Add LaCie 2Big and 5Big Network v2 Andrew Lunn
2014-04-17 16:22   ` Gregory CLEMENT
2014-04-18 13:29     ` Jason Cooper
2014-04-17 16:08 ` [PATCH 4/4] ARM: MULTI_V5: Enable " Andrew Lunn
2014-04-17 17:56 ` [PATCH 0/4] Add a DT description of " Simon Guinot
2014-04-18 13:31   ` Jason Cooper

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).