linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Support for three IXP425 based boards
@ 2010-06-02  9:55 Richard Cochran
  2010-06-02  9:56 ` [PATCH 1/3] ixp4xx: support the OMICRON DEVIXP board Richard Cochran
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Richard Cochran @ 2010-06-02  9:55 UTC (permalink / raw)
  To: linux-arm-kernel

This patch series adds support for three IXP425 based boards from
OMICRON electronics GmbH. The code has been adapted from the IXDP425
and the NSLU boards.

Richard Cochran (3):
  ixp4xx: support the OMICRON DEVIXP board
  ixp4xx: support the OMICRON MICCPT board
  ixp4xx: support the OMICRON MIC256 board

 arch/arm/mach-ixp4xx/Kconfig                   |   22 +++
 arch/arm/mach-ixp4xx/Makefile                  |    4 +
 arch/arm/mach-ixp4xx/devixp-setup.c            |  225 ++++++++++++++++++++++++
 arch/arm/mach-ixp4xx/include/mach/uncompress.h |    3 +-
 arch/arm/mach-ixp4xx/mic256-setup.c            |  220 +++++++++++++++++++++++
 arch/arm/mach-ixp4xx/miccpt-pci.c              |   78 ++++++++
 arch/arm/mach-ixp4xx/miccpt-setup.c            |  221 +++++++++++++++++++++++
 7 files changed, 772 insertions(+), 1 deletions(-)
 create mode 100644 arch/arm/mach-ixp4xx/devixp-setup.c
 create mode 100644 arch/arm/mach-ixp4xx/mic256-setup.c
 create mode 100644 arch/arm/mach-ixp4xx/miccpt-pci.c
 create mode 100644 arch/arm/mach-ixp4xx/miccpt-setup.c

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

end of thread, other threads:[~2010-06-14  5:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-02  9:55 [PATCH 0/3] Support for three IXP425 based boards Richard Cochran
2010-06-02  9:56 ` [PATCH 1/3] ixp4xx: support the OMICRON DEVIXP board Richard Cochran
2010-06-02  9:57 ` [PATCH 2/3] ixp4xx: support the OMICRON MICCPT board Richard Cochran
2010-06-02  9:57 ` [PATCH 3/3] ixp4xx: support the OMICRON MIC256 board Richard Cochran
2010-06-12 23:11 ` [PATCH 0/3] Support for three IXP425 based boards Krzysztof Halasa
2010-06-14  5:36   ` Richard Cochran

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