linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] ux500: support for snowball board V2
@ 2011-03-25 15:28 mathieu.poirier at linaro.org
  2011-03-25 15:28 ` [PATCH 1/8] ux500: adding machine ID for snowball mathieu.poirier at linaro.org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: mathieu.poirier at linaro.org @ 2011-03-25 15:28 UTC (permalink / raw)
  To: linux-arm-kernel

From: Mathieu J. Poirier <mathieu.poirier@linaro.org>

This suite of patches is the second, re-worked version for
the support of the snowball board.

Mathieu J. Poirier (8):
  ux500: adding machine ID for snowball.
  ux500: adding new board file for snowball.
  ux500: setting proper uart for snowball
  ux500: adding custom pin configuration file for snowball
  ux500: adding SDI support for snowball board
  ux500: fixing irq header file dependency.
  ux500: adding config file options for snowball board.
  ux500: Kconfig for snowball board

 arch/arm/configs/u8500_defconfig                   |   18 +-
 arch/arm/mach-ux500/Kconfig                        |    6 +
 arch/arm/mach-ux500/Makefile                       |    3 +
 arch/arm/mach-ux500/board-mop500-sdi.c             |   31 ++-
 arch/arm/mach-ux500/board-mop500.h                 |    5 +
 arch/arm/mach-ux500/board-snowball-pins.c          |  133 ++++++++
 arch/arm/mach-ux500/board-snowball.c               |  359 ++++++++++++++++++++
 arch/arm/mach-ux500/board-snowball.h               |   12 +
 .../mach-ux500/include/mach/irqs-board-mop500.h    |   44 +++
 arch/arm/mach-ux500/include/mach/irqs.h            |   43 ---
 arch/arm/mach-ux500/include/mach/uncompress.h      |    3 +-
 arch/arm/tools/mach-types                          |    1 +
 12 files changed, 606 insertions(+), 52 deletions(-)
 create mode 100644 arch/arm/mach-ux500/board-snowball-pins.c
 create mode 100644 arch/arm/mach-ux500/board-snowball.c
 create mode 100644 arch/arm/mach-ux500/board-snowball.h

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

end of thread, other threads:[~2011-03-25 20:21 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-25 15:28 [PATCH 0/8] ux500: support for snowball board V2 mathieu.poirier at linaro.org
2011-03-25 15:28 ` [PATCH 1/8] ux500: adding machine ID for snowball mathieu.poirier at linaro.org
2011-03-25 15:28 ` [PATCH 2/8] ux500: adding new board file " mathieu.poirier at linaro.org
2011-03-25 15:28 ` [PATCH 3/8] ux500: setting proper uart " mathieu.poirier at linaro.org
2011-03-25 15:28 ` [PATCH 4/8] ux500: adding custom pin configuration file " mathieu.poirier at linaro.org
2011-03-25 15:28 ` [PATCH 5/8] ux500: adding SDI support for snowball board mathieu.poirier at linaro.org
2011-03-25 15:28 ` [PATCH 6/8] ux500: fixing irq header file dependency mathieu.poirier at linaro.org
2011-03-25 15:29 ` [PATCH 7/8] ux500: adding config file options for snowball board mathieu.poirier at linaro.org
2011-03-25 15:29 ` [PATCH 8/8] ux500: Kconfig " mathieu.poirier at linaro.org
2011-03-25 20:21 ` [PATCH 0/8] ux500: support for snowball board V2 Linus Walleij

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