[RFC] mxc nand controller updates

Sascha Hauer s.hauer at pengutronix.de
Wed Oct 21 10:13:07 EDT 2009


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




More information about the linux-mtd mailing list