linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Add DT board setup for LaCie CloudBox
@ 2013-04-08 22:41 Simon Guinot
  2013-04-08 22:41 ` [PATCH v2 1/3] ARM: Kirkwood: sort board entries by ASCII-code order Simon Guinot
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Simon Guinot @ 2013-04-08 22:41 UTC (permalink / raw)
  To: linux-arm-kernel

This patch series adds DT board setup for the LaCie CloudBox machine.
Note that two patches have been added for this v2. The first,
"ARM: Kirkwood: sort board entries by ASCII-code order" helps to respect
alphabetical order while adding a new board entry. The last,
"ARM: Kirkwood: update Network Space Mini v2 description" could be
useful to differentiate the cloudbox and netspace_v2_mini machines
(both embedded in products named LaCie CloudBox).

Regards,

Simon

Changes for v2:
 - Add patch "ARM: Kirkwood: sort board entries by ASCII-code order".
 - Add patch "ARM: Kirkwood: update Network Space Mini v2 description".
 - Rebase against Jason's branch marvell/mvebu/boards.
 - Remove i2c pinctrl declaration (not used).
 - For all modified files, respect alphabetical order while inserting cloudbox
   entries.
 - Enhance patch description to avoid confusion between the two LaCie
   products named CloudBox.

Simon Guinot (3):
  ARM: Kirkwood: sort board entries by ASCII-code order
  ARM: Kirkwood: DT board setup for CloudBox
  ARM: Kirkwood: update Network Space Mini v2 description

 arch/arm/boot/dts/Makefile              |    3 +-
 arch/arm/boot/dts/kirkwood-cloudbox.dts |   89 +++++++++
 arch/arm/boot/dts/kirkwood-ns2mini.dts  |    1 +
 arch/arm/configs/kirkwood_defconfig     |   51 ++---
 arch/arm/mach-kirkwood/Kconfig          |  325 ++++++++++++++++---------------
 arch/arm/mach-kirkwood/Makefile         |   41 ++--
 arch/arm/mach-kirkwood/board-dt.c       |   14 +-
 arch/arm/mach-kirkwood/board-ns2.c      |    3 +-
 arch/arm/mach-kirkwood/common.h         |    6 +
 9 files changed, 324 insertions(+), 209 deletions(-)
 create mode 100644 arch/arm/boot/dts/kirkwood-cloudbox.dts

-- 
1.7.10.4

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

end of thread, other threads:[~2013-04-10 18:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-08 22:41 [PATCH v2 0/3] Add DT board setup for LaCie CloudBox Simon Guinot
2013-04-08 22:41 ` [PATCH v2 1/3] ARM: Kirkwood: sort board entries by ASCII-code order Simon Guinot
2013-04-08 22:41 ` [PATCH v2 2/3] ARM: Kirkwood: DT board setup for CloudBox Simon Guinot
2013-04-08 22:41 ` [PATCH v2 3/3] ARM: Kirkwood: update Network Space Mini v2 description Simon Guinot
2013-04-09  5:19 ` [PATCH v2 0/3] Add DT board setup for LaCie CloudBox Andrew Lunn
2013-04-10 18:21 ` 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).