summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand
Commit message (Expand)AuthorAgeLines
* Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini2013-12-02-2/+2
|\
| * Driver/IFC: Move Freescale IFC driver to a common driverYork Sun2013-11-25-2/+2
* | mtd: nand: omap: add CONFIG_NAND_OMAP_ECCSCHEME for selection of ecc-schemepekon gupta2013-11-21-9/+4
* | mtd: nand: omap: enable BCH ECC scheme using ELM for generic platformpekon gupta2013-11-21-125/+201
* | mtd: nand: omap: make am33xx/elm.c as common driver for all OMAPx and AMxxxx ...pekon gupta2013-11-21-1/+198
* | mtd: atmel_nand: use dev_xxx instead of printkWu, Josh2013-11-21-11/+11
* | mtd: atmel_nand: don't print bit correction message in driverWu, Josh2013-11-21-2/+2
* | mtd: atmel_nand: enable PMECC support for 8k bytes page NAND flashWu, Josh2013-11-21-1/+9
* | mtd/ifc: Add support of 8K page size NAND flashPrabhakar Kushwaha2013-11-21-2/+83
* | driver/mtd/ifc: Read Status while programming NAND flashPrabhakar Kushwaha2013-11-13-5/+16
* | MTD: atmel_nand: support for software BCH ECCBo Shen2013-11-13-0/+4
|/
* Merge branch 'iu-boot/master' into 'u-boot-arm/master'Albert ARIBAUD2013-11-09-0/+12
|\
| * nand, davinci: add special UBL ecc positionHeiko Schocher2013-11-01-0/+12
* | drivers: mtd: convert makefiles to Kbuild styleMasahiro Yamada2013-10-31-62/+40
* | nand_util.c: Correct licensingTom Rini2013-10-31-1/+3
* | mtd/fsl_elbc: take NAND_ECC_SOFT_BCH config option into accountValentin Longchamp2013-10-24-1/+5
|/
* Coding Style cleanup: remove trailing empty linesWolfgang Denk2013-10-14-1/+0
* Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk2013-10-14-17/+17
* mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEANPaul Burton2013-10-09-4/+14
* mxs_nand: Fix ECC strength for NAND flash with OOB size of 224Elie De Brauwer2013-09-11-0/+3
* mtd: atmel_nand: pmecc: fix bug fail to correct bit error in 1024-bytes sectorWu, Josh2013-09-04-1/+2
* Merge branch 'u-boot-atmel/master' into 'u-boot-arm/master'Albert ARIBAUD2013-09-04-10/+188
|\
| * ARM: at91: atmel_nand: add code to check the ONFI parameter ECC requirementWu, Josh2013-08-22-2/+128
| * mtd: atmel_nand: alloc memory instead of use static array for pmecc dataWu, Josh2013-08-22-7/+56
| * ARM: at91: atmel_nand: pmecc driver will select the galois table by sector sizeWu, Josh2013-08-22-1/+4
* | nand_util: delete a useless variableMasahiro Yamada2013-08-22-2/+1
* | powerpc: p1022ds: add TPL for p1022ds nand bootYing Zhang2013-08-20-7/+21
|/
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-446/+33
* mtd: mxc_nand: Fix crash after MTD resyncMarek Vasut2013-07-12-6/+4
* Merge branch 'master' of git://git.denx.de/u-boot-nand-flashTom Rini2013-07-01-24/+27
|\
| * mtd/nand: docg4: fix compiler warningsMike Dunn2013-06-26-8/+7
| * dfu, nand: before write a buffer to nand, erase the nand sectorsHeiko Schocher2013-06-24-0/+4
| * mtd: nand: fix initialization of BBT optionsDaniel Schwierzeck2013-06-18-4/+2
| * mtd: nand/docg4: fix driver after Linux resyncMike Dunn2013-06-17-12/+14
* | powerpc/mpc85xx: new SPL support for IFC NANDPrabhakar Kushwaha2013-06-20-0/+259
|/
* bug, nand, am33xx: nand->ecc.strength not set in board_nand_init()Sergey Lapin2013-06-04-0/+2
* Merge branch 'master' of git://git.denx.de/u-boot-nand-flashTom Rini2013-05-31-1277/+1502
|\
| * mtd: resync with Linux-3.7.1Sergey Lapin2013-05-31-1253/+1440
| * nand/fsl_ifc: Convert to self-initPrabhakar Kushwaha2013-05-22-5/+37
| * mtd: nand: use ssize_t instead of size_t to prevent infinite loophtbegin2013-05-22-1/+2
| * mtd: nand: fix the partial page write conditionhtbegin2013-05-22-1/+1
| * nand/fsl_elbc: detect page size at runtimeScott Wood2013-05-22-17/+22
* | Revert wrong removal of nand_init and nand_deselectAlbert ARIBAUD2013-05-11-0/+3
* | Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD2013-05-11-6/+19
|\ \
| * | nand: Add SPL_NAND support to mxc_nand_splMarek Vasut2013-05-05-3/+10
| * | mtd: mxs_nand: Add support for i.MX6Stefan Roese2013-04-22-2/+9
| * | imx: Move some header files from arch-mxs to imx-commonStefan Roese2013-04-22-1/+3
* | | mtd: nand: add driver for diskonchip g4 nand flashMike Dunn2013-05-05-0/+1252
| |/ |/|
* | lib: consolidate hang()Andreas Bießmann2013-05-01-9/+0
|/
* Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD2013-04-12-10/+60
|\