linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/10] ux500: support for snowball board.
@ 2011-03-11 23:08 mathieu.poirier at linaro.org
  2011-03-11 23:08 ` [PATCH 01/10] ux500: Introducing foundation " mathieu.poirier at linaro.org
                   ` (9 more replies)
  0 siblings, 10 replies; 23+ messages in thread
From: mathieu.poirier at linaro.org @ 2011-03-11 23:08 UTC (permalink / raw)
  To: linux-arm-kernel

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

This suite of patches introduce support for the u8500 based
snowball board.

Alessandro Rubini (3):
  smsc911x: use shifted register access
  ux500: added snowball-netev with latest fixes
  ux500: added snowball-digio.c

Mathieu J. Poirier (7):
  ux500: Introducing foundation for snowball board.
  ux500: Adding new board files for snowball.
  ux500: Adding custom pin configuration file for snowball. - Adding
    dependency in Makefile. - Adding init function call to
    board-snowball.c - New header file.
  ux500: Adding sdi support on snowball.
  ux500: hooking up netdev and digio to compilation.
  ux500: Addressing irq header file dependency for snowball.
  ux500: adding config file options for snowball board.

 arch/arm/configs/u8500_defconfig              | 1497 +++++++++++++++++++++++++
 arch/arm/mach-ux500/Kconfig                   |    6 +
 arch/arm/mach-ux500/Makefile                  |    5 +
 arch/arm/mach-ux500/board-mop500-sdi.c        |   32 +-
 arch/arm/mach-ux500/board-mop500.h            |    5 +
 arch/arm/mach-ux500/board-snowball-digio.c    |  122 ++
 arch/arm/mach-ux500/board-snowball-netdev.c   |   86 ++
 arch/arm/mach-ux500/board-snowball-pins.c     |  133 +++
 arch/arm/mach-ux500/board-snowball.c          |  265 +++++
 arch/arm/mach-ux500/board-snowball.h          |   18 +
 arch/arm/mach-ux500/include/mach/irqs.h       |    2 +-
 arch/arm/mach-ux500/include/mach/uncompress.h |    3 +-
 arch/arm/tools/mach-types                     |    1 +
 drivers/net/smsc911x.c                        |   27 +-
 include/linux/smsc911x.h                      |    1 +
 15 files changed, 2185 insertions(+), 18 deletions(-)
 create mode 100644 arch/arm/mach-ux500/board-snowball-digio.c
 create mode 100644 arch/arm/mach-ux500/board-snowball-netdev.c
 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] 23+ messages in thread

end of thread, other threads:[~2011-03-14  9:04 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-11 23:08 [PATCH 00/10] ux500: support for snowball board mathieu.poirier at linaro.org
2011-03-11 23:08 ` [PATCH 01/10] ux500: Introducing foundation " mathieu.poirier at linaro.org
2011-03-12  9:45   ` Arnd Bergmann
2011-03-11 23:08 ` [PATCH 02/10] ux500: Adding new board files for snowball mathieu.poirier at linaro.org
2011-03-12  9:50   ` Arnd Bergmann
2011-03-12  9:57     ` Russell King - ARM Linux
2011-03-11 23:08 ` [PATCH 03/10] ux500: Adding custom pin configuration file for snowball. - Adding dependency in Makefile. - Adding init function call to board-snowball.c - New header file mathieu.poirier at linaro.org
2011-03-11 23:08 ` [PATCH 04/10] ux500: Adding sdi support on snowball mathieu.poirier at linaro.org
2011-03-12  9:53   ` Arnd Bergmann
2011-03-11 23:08 ` [PATCH 05/10] smsc911x: use shifted register access mathieu.poirier at linaro.org
2011-03-14  8:42   ` Linus Walleij
2011-03-11 23:08 ` [PATCH 06/10] ux500: added snowball-netev with latest fixes mathieu.poirier at linaro.org
2011-03-12  9:58   ` Arnd Bergmann
2011-03-14  9:04   ` Alessandro Rubini
2011-03-11 23:08 ` [PATCH 07/10] ux500: added snowball-digio.c mathieu.poirier at linaro.org
2011-03-12  9:59   ` Arnd Bergmann
2011-03-11 23:08 ` [PATCH 08/10] ux500: hooking up netdev and digio to compilation mathieu.poirier at linaro.org
2011-03-12 10:00   ` Arnd Bergmann
2011-03-11 23:08 ` [PATCH 09/10] ux500: Addressing irq header file dependency for snowball mathieu.poirier at linaro.org
2011-03-12 10:05   ` Arnd Bergmann
2011-03-14  8:49     ` Linus Walleij
2011-03-11 23:08 ` [PATCH 10/10] ux500: adding config file options for snowball board mathieu.poirier at linaro.org
2011-03-12  9:38   ` Arnd Bergmann

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