public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* [RFC] mxc nand controller updates
@ 2009-10-21 14:13 Sascha Hauer
  2009-10-21 14:13 ` [PATCH 01/19] Revert "mtd: mxc_nand: fix 2KiB pagesize NAND on i.MX27" Sascha Hauer
                   ` (2 more replies)
  0 siblings, 3 replies; 38+ messages in thread
From: Sascha Hauer @ 2009-10-21 14:13 UTC (permalink / raw)
  To: linux-mtd; +Cc: Vladimir Barinov, mathieu.berland, jbe, Eric Benard, sha

Hi all,

Here are several patches for the mxc nand controller. At the end
of this series we are able to use this driver with the i.MX25/35
SoCs. Please review and test if you do not want to see your boards
break ;)

Sascha

The following changes since commit 012abeea669ea49636cf952d13298bb68654146a:
  Linus Torvalds (1):
        Linux 2.6.32-rc5

are available in the git repository at:

  git://git.pengutronix.de/git/imx/linux-2.6.git mxc-nand

Sascha Hauer (19):
      Revert "mtd: mxc_nand: fix 2KiB pagesize NAND on i.MX27"
      mxc_nand: cleanup eccoob descriptions
      mxc_nand: cleanup initialization
      mxc_nand: merge send_read_page and send_prog_page
      mxc_nand: introduce mxc_do_addr_cycle
      mxc nand: remove debug param
      mxc nand: remove dead code
      mxc nand: use resource_size()
      mxc nand: use buffers
      mxc nand: simplify command processing
      mxc nand: modify send_page to send all pages, not only one
      mxc_nand: remove unused defines
      mxc_nand: Make main/spare areas runtime configurable
      mxc_nand: Get rid of pagesize_2k flag
      mxc_nand: Add NFC V2 support
      mxc_nand: disable sp_en bit only once
      mxc_nand: Allow flash based bbt
      mxc_nand: remove TROP_US_DELAY
      mxc_nand: use DRIVER_NAME where appropriate

 arch/arm/plat-mxc/include/mach/mxc_nand.h |    3 +-
 drivers/mtd/nand/mxc_nand.c               |  781 +++++++++++------------------
 2 files changed, 297 insertions(+), 487 deletions(-)

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

end of thread, other threads:[~2010-02-03 16:04 UTC | newest]

Thread overview: 38+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-21 14:13 [RFC] mxc nand controller updates Sascha Hauer
2009-10-21 14:13 ` [PATCH 01/19] Revert "mtd: mxc_nand: fix 2KiB pagesize NAND on i.MX27" Sascha Hauer
2009-10-21 14:13   ` [PATCH 02/19] mxc_nand: cleanup eccoob descriptions Sascha Hauer
2009-10-21 14:13     ` [PATCH 03/19] mxc_nand: cleanup initialization Sascha Hauer
2009-10-21 14:13       ` [PATCH 04/19] mxc_nand: merge send_read_page and send_prog_page Sascha Hauer
2009-10-21 14:13         ` [PATCH 05/19] mxc_nand: introduce mxc_do_addr_cycle Sascha Hauer
2009-10-21 14:13           ` [PATCH 06/19] mxc nand: remove debug param Sascha Hauer
2009-10-21 14:13             ` [PATCH 07/19] mxc nand: remove dead code Sascha Hauer
2009-10-21 14:13               ` [PATCH 08/19] mxc nand: use resource_size() Sascha Hauer
2009-10-21 14:13                 ` [PATCH 09/19] mxc nand: use buffers Sascha Hauer
2009-10-21 14:13                   ` [PATCH 10/19] mxc nand: simplify command processing Sascha Hauer
2009-10-21 14:13                     ` [PATCH 11/19] mxc nand: modify send_page to send all pages, not only one Sascha Hauer
2009-10-21 14:13                       ` [PATCH 12/19] mxc_nand: remove unused defines Sascha Hauer
2009-10-21 14:13                         ` [PATCH 13/19] mxc_nand: Make main/spare areas runtime configurable Sascha Hauer
2009-10-21 14:13                           ` [PATCH 14/19] mxc_nand: Get rid of pagesize_2k flag Sascha Hauer
2009-10-21 14:13                             ` [PATCH 15/19] mxc_nand: Add NFC V2 support Sascha Hauer
2009-10-21 14:13                               ` [PATCH 16/19] mxc_nand: disable sp_en bit only once Sascha Hauer
2009-10-21 14:13                                 ` [PATCH 17/19] mxc_nand: Allow flash based bbt Sascha Hauer
2009-10-21 14:13                                   ` [PATCH 18/19] mxc_nand: remove TROP_US_DELAY Sascha Hauer
2009-10-21 14:13                                     ` [PATCH 19/19] mxc_nand: use DRIVER_NAME where appropriate Sascha Hauer
2009-10-31 18:38 ` [RFC] mxc nand controller updates alfred steele
2009-10-31 20:11   ` Robert Schwebel
2009-10-31 23:08     ` alfred steele
2009-11-11  7:49 ` Artem Bityutskiy
2009-11-12  7:36   ` Sascha Hauer
2009-11-13  8:32     ` Artem Bityutskiy
2009-11-30 11:20       ` David Woodhouse
2009-11-30 11:41         ` Artem Bityutskiy
2009-11-30 12:29         ` Sascha Hauer
2009-12-05 10:43           ` Eric Bénard
2009-12-07 22:02             ` [PATCH] mxc_nand : add RESET command support Eric Bénard
2009-12-09  8:25               ` Artem Bityutskiy
2009-12-09 11:12                 ` [PATCH 1/1] " Eric Benard
2009-12-11 12:40                   ` Sascha Hauer
2010-01-22  8:12                   ` Sascha Hauer
2010-02-03 16:02                     ` Artem Bityutskiy
2010-01-21 20:46               ` [PATCH] " Eric Bénard
2009-12-08 12:07             ` [RFC] mxc nand controller updates Artem Bityutskiy

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