public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] Generic gpmc-onenand initialization, v3
@ 2009-05-05  0:25 Tony Lindgren
  2009-05-05  0:25 ` [PATCH 1/7] onenand init: Rename board-n800-flash.c to gpmc-onenand.c Tony Lindgren
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Tony Lindgren @ 2009-05-05  0:25 UTC (permalink / raw)
  To: dedekind, juha.yrjola, linux-omap, adrian.hunter

Hi all,

Here's the whole series one more time, looks like I missed Juha
from the recipients originally. After all it's mostly Juha's
code! :)

To recap, this series creates a generic gpmc-onenand.c out of the
board-n800-flash.c so we can get this init code to the mainline
kernel. This series is against the linux-omap tree, the patch
against the mainline tree will be posted later.

Regards,

Tony

---

Tony Lindgren (7):
      onenand_init: Clean-up for checkpatch.pl
      onenand init: Convert omap3430sdp to use gpmc-onenand
      onenand_init: Allow disabling sync read and write based on flags, v3
      onenand init: Pass configuration data from board-*.c files
      onenand init: Rename n800_* functions to gpmc_onenand_* functions
      onenand init: Build gpmc-onenand.o based on CONFIG_MTD_ONENAND_OMAP2
      onenand init: Rename board-n800-flash.c to gpmc-onenand.c


 arch/arm/mach-omap2/Makefile                 |    7 +-
 arch/arm/mach-omap2/board-3430sdp-flash.c    |   28 -------
 arch/arm/mach-omap2/board-n800.c             |   50 ++++++++++++
 arch/arm/mach-omap2/board-rx51-flash.c       |   21 -----
 arch/arm/mach-omap2/board-rx51-peripherals.c |   47 ++++++++++++
 arch/arm/mach-omap2/board-rx51.c             |    2 
 arch/arm/mach-omap2/gpmc-onenand.c           |  105 ++++++++++++--------------
 arch/arm/plat-omap/include/mach/board.h      |    8 --
 arch/arm/plat-omap/include/mach/onenand.h    |   29 +++++++
 9 files changed, 177 insertions(+), 120 deletions(-)
 delete mode 100644 arch/arm/mach-omap2/board-rx51-flash.c
 rename arch/arm/mach-omap2/{board-n800-flash.c => gpmc-onenand.c} (78%)

-- 
Signature

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

end of thread, other threads:[~2009-05-06 18:07 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-05  0:25 [PATCH 0/7] Generic gpmc-onenand initialization, v3 Tony Lindgren
2009-05-05  0:25 ` [PATCH 1/7] onenand init: Rename board-n800-flash.c to gpmc-onenand.c Tony Lindgren
2009-05-05  0:26 ` [PATCH 2/7] onenand init: Build gpmc-onenand.o based on CONFIG_MTD_ONENAND_OMAP2 Tony Lindgren
2009-05-05  0:26 ` [PATCH 3/7] onenand init: Rename n800_* functions to gpmc_onenand_* functions Tony Lindgren
2009-05-05  0:26 ` [PATCH 4/7] onenand init: Pass configuration data from board-*.c files Tony Lindgren
2009-05-05  0:26 ` [PATCH 5/7] onenand_init: Allow disabling sync read and write based on flags, v3 Tony Lindgren
2009-05-05  0:26 ` [PATCH 6/7] onenand init: Convert omap3430sdp to use gpmc-onenand Tony Lindgren
2009-05-05  0:27 ` [PATCH 7/7] onenand_init: Clean-up for checkpatch.pl Tony Lindgren
2009-05-06 18:07 ` [PATCH 0/7] Generic gpmc-onenand initialization, v3 Tony Lindgren

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