| Commit message (Expand) | Author | Age | Lines |
* | nand: Fix access to last block in NAND devices | Stefan Roese | 2009-12-11 | -2/+2 |
* | Fix computation in nand_util.c:get_len_incl_bad | Daniel Hobi | 2009-12-07 | -1/+1 |
* | Clean-up of s3c24x0 nand driver | kevin.morfitt@fearnside-systems.co.uk | 2009-10-13 | -37/+25 |
* | Conditionally perform common relocation fixups | Peter Tyser | 2009-10-03 | -0/+2 |
* | NAND: davinci: Fix warnings when 4-bit ECC not used | Scott Wood | 2009-09-28 | -2/+1 |
* | mpc512x. Micron nand flash needs a reset before a read command is issued. | Paul Gibson | 2009-09-22 | -0/+1 |
* | ppc4xx: Big cleanup of PPC4xx defines | Stefan Roese | 2009-09-11 | -2/+2 |
* | mxc_nand: Remove Freescale's "All Rights Reserved." | Scott Wood | 2009-09-04 | -1/+1 |
* | NAND: DaVinci: V2 Adding 4 BIT ECC support | Sandeep Paulraj | 2009-08-26 | -2/+282 |
* | MTD:NAND: ADD new ECC mode NAND_ECC_HW_OOB_FIRST | Sandeep Paulraj | 2009-08-26 | -0/+59 |
* | mxc_nand: add nand driver for MX2/MX3 | Ilya Yanok | 2009-08-26 | -0/+881 |
* | NAND: ADD page Parameter to all read_page/read_page_raw API's | Sandeep Paulraj | 2009-08-26 | -8/+10 |
* | 83xx, kmeter1: added NAND support | Heiko Schocher | 2009-08-26 | -0/+136 |
* | KB9202: Add NAND support | Matthias Kaehlcke | 2009-08-26 | -0/+151 |
* | ppc4xx: Fix ECC Correction bug with SMC ordering for NDFC driver | Feng Kan | 2009-08-25 | -2/+2 |
* | add WATCHDOG_RESET() on nand write and read | Giulio Benetti | 2009-08-21 | -0/+4 |
* | omap3: replace all instances of gpmc config struct by one global | Dirk Behme | 2009-08-08 | -17/+16 |
* | omap3: remove typedefs for configuration structs | Dirk Behme | 2009-08-08 | -1/+1 |
* | omap3: embedd gpmc_cs into gpmc config struct | Matthias Ludwig | 2009-08-07 | -15/+7 |
* | Remove legacy NAND and disk on chip code. | Scott Wood | 2009-07-16 | -5/+0 |
* | nand: ndfc: Remove unnecessary #ifdef's | Stefan Roese | 2009-07-16 | -6/+0 |
* | nand/ppc4xx: Move PPC4xx NAND driver to common NAND driver directory | Stefan Roese | 2009-07-16 | -0/+224 |
* | nand: fixed failed reads on corrected ECC errors in nand_util.c | Valeriy Glushkov | 2009-07-16 | -5/+5 |
* | Typo fix: use CONFIG_SOC_DM644X, not CONFIG_SOC_DM646. | David Brownell | 2009-07-16 | -1/+1 |
* | Merge branch 'master' of git://git.denx.de/u-boot-arm | Wolfgang Denk | 2009-07-13 | -0/+83 |
|\ |
|
| * | nand: Add Marvell Kirkwood NAND driver | Prafulla Wadaskar | 2009-07-08 | -0/+83 |
* | | fsl_elbc_nand: redirect the pointer of bbt pattern to RAM | Mingkai Hu | 2009-07-07 | -0/+4 |
* | | Bug-fix in drivers mtd nand Makefile | kevin.morfitt@fearnside-systems.co.uk | 2009-07-07 | -1/+1 |
* | | mtd: nand: use loff_t for offset | Jean-Christophe PLAGNIOL-VILLARD | 2009-07-07 | -10/+10 |
* | | mtd: nand: new base driver for memory mapped nand devices | Mike Frysinger | 2009-07-07 | -0/+54 |
* | | davinci_nand chipselect/init cleanup | David Brownell | 2009-07-07 | -20/+8 |
* | | davinci_nand: cleanup II (CONFIG_SYS_DAVINCI_BROKEN_ECC) | David Brownell | 2009-07-07 | -205/+13 |
* | | davinci_nand: cleanup I (minor) | David Brownell | 2009-07-07 | -33/+22 |
|/ |
|
* | ARM DaVinci: EMIF settings | Thomas Lange | 2009-07-06 | -9/+3 |
* | nand/mpc512x: Add MPC512x NAND support (NFC) | Stefan Roese | 2009-06-12 | -0/+693 |
* | mtd: Introduce CONFIG_MTD_DEVICE to select compilation of mtdcore.o | Stefan Roese | 2009-06-12 | -1/+1 |
* | mtd: Update MTD infrastructure to support 64bit device size | Stefan Roese | 2009-06-12 | -4/+7 |
* | nand: Fix problem with ECC ordering for PPC4xx NDFC platforms | Stefan Roese | 2009-05-23 | -0/+5 |
* | mtd: nand/onenand: Register mtd device upon device scanning | Stefan Roese | 2009-04-28 | -0/+12 |
* | mtd: nand: Include linux/mtd/partitions.h in nand_base.h | Stefan Roese | 2009-04-28 | -0/+4 |
* | Blackfin: nand: flush peripheral before polling it | Graf Yang | 2009-04-06 | -0/+1 |
* | s3c2410: move nand driver to drivers/mtd/nand | Jean-Christophe PLAGNIOL-VILLARD | 2009-03-30 | -0/+172 |
* | davinci: move nand driver to drivers/mtd/nand | Jean-Christophe PLAGNIOL-VILLARD | 2009-03-30 | -0/+467 |
* | Merge branch 'master' of git://git.denx.de/u-boot-at91 | Wolfgang Denk | 2009-03-26 | -0/+79 |
|\ |
|
| * | at91sam9/at91cap: move nand drivers to drivers/mtd/nand | Jean-Christophe PLAGNIOL-VILLARD | 2009-03-22 | -0/+79 |
* | | Add wait flags to support board/chip specific delays | Wolfgang Grandegger | 2009-03-23 | -9/+28 |
* | | Add support for TQM-specific chip select logic to FSL-UPM | Wolfgang Grandegger | 2009-03-23 | -1/+4 |
* | | Add multi chip support to the FSL-UPM driver | Wolfgang Grandegger | 2009-03-23 | -8/+36 |
* | | Enable multi chip support in the NAND layer | Wolfgang Grandegger | 2009-03-23 | -1/+7 |
|/ |
|
* | nomadik/nand: fix 'ecc512' discards qualifiers from pointer target type | Jean-Christophe PLAGNIOL-VILLARD | 2009-02-22 | -1/+1 |