public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] Monahan/PXA3xx: integrate Linux NAND controller driver
@ 2009-12-24  3:29 Marcel Ziswiler
  2009-12-24  3:33 ` [U-Boot] [PATCH 1/3] " Marcel Ziswiler
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Marcel Ziswiler @ 2009-12-24  3:29 UTC (permalink / raw)
  To: u-boot

From: Marcel Ziswiler <marcel.ziswiler@noser.com>

This patch-set integrates the PXA3xx Linux NAND controller driver and adapts
the two Monahan/PXA3xx boards delta and zylonite accordingly.

Marcel Ziswiler (3):
  Monahan/PXA3xx: integrate Linux NAND controller driver
  delta: use new generic NAND controller driver
  zylonite: use new generic NAND controller driver

 board/delta/Makefile                   |    2 +-
 board/delta/delta.c                    |   50 +++++
 board/delta/nand.c                     |  554 --------------------------------
 board/zylonite/Makefile                |    2 +-
 board/zylonite/nand.c                  |  558 --------------------------------
 board/zylonite/zylonite.c              |   50 ++++
 drivers/mtd/nand/Makefile              |    1 +
 drivers/mtd/nand/pxa3xx_nand.c         | 1860 ++++++++++++++++++++++++++++++++
 include/asm-arm/arch-pxa/pxa-regs.h    |   95 +--
 include/asm-arm/arch-pxa/pxa3xx_nand.h |   67 ++
 include/configs/delta.h                |   32 +--
 include/configs/zylonite.h             |   34 +--
 12 files changed, 2049 insertions(+), 1256 deletions(-)
 create mode 100644 drivers/mtd/nand/pxa3xx_nand.c
 create mode 100644 include/asm-arm/arch-pxa/pxa3xx_nand.h
 delete mode 100644 board/delta/nand.c
 delete mode 100644 board/zylonite/nand.c

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

end of thread, other threads:[~2010-01-08 23:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-24  3:29 [U-Boot] [PATCH 0/3] Monahan/PXA3xx: integrate Linux NAND controller driver Marcel Ziswiler
2009-12-24  3:33 ` [U-Boot] [PATCH 1/3] " Marcel Ziswiler
2010-01-07 19:44   ` Scott Wood
2010-01-08 22:34     ` Marcel Ziswiler
2010-01-08 23:13       ` Scott Wood
2009-12-24  3:36 ` [U-Boot] [PATCH 2/3] delta: use new generic " Marcel Ziswiler
2009-12-24  3:38 ` [U-Boot] [PATCH 3/3] zylonite: " Marcel Ziswiler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox