u-boot/include/linux/mtd
Wolfgang Grandegger a75a57ef6e NAND FSL UPM: driver re-write using the hwcontrol callback
This is a re-write of the NAND FSL UPM driver using the more universal
hwcontrol callback (instead of the cmdfunc callback). Here is a brief
list of furher modifications:

- For the time being, the UPM setup writing the UPM array has been
  removed from the driver and must now be done by the board specific
  code.

- The bus width definition in "struct fsl_upm_nand" is now in bits to
  comply with the corresponding Linux driver and 8, 16 and 32 bit
  accesses are supported.

- chip->dev_read is only set if fun->dev_ready != NULL, which is
  required for boards not connecting the R/B pin.

- A few issue have been fixed with MxMR bit manipulation like in the
  corresponding Linux driver.

Note: I think the "io_addr" field of "struct fsl_upm" could be removed
      as well, because the address is already determined by
      "nand->IO_ADDR_[RW]", but I'm not 100% sure.

This patch has been tested on a TQM8548 modules with the NAND chip
Micron MT29F8G08FABWP.

This patch is based on the following patches posted to this list a few
minutes ago:

  PPC: add accessor macros to clear and set bits in one shot
  83xx/85xx/86xx: add more MxMR local bus definitions

Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
2008-06-10 18:22:26 -05:00
..
bbm.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
compat.h Add support for AMCC Sequoia PPC440EPx eval board 2006-09-07 11:51:23 +02:00
doc2000.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
fsl_upm.h NAND FSL UPM: driver re-write using the hwcontrol callback 2008-06-10 18:22:26 -05:00
mtd-abi.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
mtd.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
nand.h NAND: Provide a sane default for NAND_MAX_CHIPS. 2008-05-28 11:06:24 -05:00
nand_ecc.h Rewrite of NAND code based on what is in 2.6.12 Linux kernel 2005-08-17 12:55:25 +02:00
nand_ids.h Re-factoring the legacy NAND code (legacy NAND now only in board-specific 2006-03-05 18:57:33 +01:00
nand_legacy.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
ndfc.h Add support for AMCC Sequoia PPC440EPx eval board 2006-09-07 11:51:23 +02:00
nftl.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
onenand.h OneNAND support (take #2) 2007-09-17 08:19:08 +02:00
onenand_regs.h OneNAND support (take #2) 2007-09-17 08:19:08 +02:00