summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand
Commit message (Expand)AuthorAgeFilesLines
...
* | mtd: Add a CONFIG_SPL_MTD_SUPPORT for a more full NAND subsystem in SPLTom Rini2014-04-171-27/+27
|/
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2014-03-101-0/+208
|\
| * mtd: nand: atmel: prepare for nand spl boot supportBo Shen2014-03-091-0/+208
* | ppc4xx: Remove 4xx NAND booting supportStefan Roese2014-03-071-13/+0
* | mtd: nand: omap: move omap_elm.h from arch/arm/include/asm to drivers/mtd/nandpekon gupta2014-03-042-2/+2
* | mtd: nand: omap: move omap_gpmc.h from arch/arm/include/asm to drivers/mtd/nandpekon gupta2014-03-042-2/+2
* | mtd: nand: omap: merge duplicate GPMC data from different arch-xx headers int...pekon gupta2014-03-042-2/+1
* | mtd: nand: omap: optimized chip->ecc.correct() for H/W ECC schemespekon gupta2014-03-031-90/+71
* | mtd: nand: omap: optimize chip->ecc.calculate() for H/W ECC schemespekon gupta2014-03-031-163/+63
* | mtd: nand: omap: optimize chip->ecc.hwctl() for H/W ECC schemespekon gupta2014-03-031-142/+56
|/
* driver/ifc:Change accessor function to take care of endiannessPrabhakar Kushwaha2014-02-032-151/+152
* powerpc:mpc85xx: Add ifc nand boot support for TPL/SPLPo Liu2014-01-211-7/+24
* nand, gpmc: fix reading after switching eccJeroen Hofstee2014-01-171-0/+1
* mtd: nand: omap: fix ecc ops assignment when changing eccNikita Kiryanov2013-12-171-0/+3
* mtd: nand: omap: fix sw->hw->sw ecc switchNikita Kiryanov2013-12-171-1/+6
* nand_util.c: Use '%zd' for length in nand_unlock debug printTom Rini2013-12-171-1/+1
* mtd: nand: omap: fix HAM1_SW ecc using default value for ecc.sizeNikita Kiryanov2013-12-171-1/+1
* mtd: nand: omap_gpmc: cosmetic: Fix indentationStefan Roese2013-12-171-43/+45
* mtd: nand: omap: fix ecc-layout for HAM1 ecc-schemepekon gupta2013-12-171-2/+6
* drivers/mtd: descend into sub directories only when it is necessaryMasahiro Yamada2013-12-131-3/+0
* Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD2013-12-106-148/+520
|\
| * Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini2013-12-022-2/+2
| |\
| | * Driver/IFC: Move Freescale IFC driver to a common driverYork Sun2013-11-252-2/+2
| * | mtd: nand: omap: add CONFIG_NAND_OMAP_ECCSCHEME for selection of ecc-schemepekon gupta2013-11-211-9/+4
| * | mtd: nand: omap: enable BCH ECC scheme using ELM for generic platformpekon gupta2013-11-211-125/+201
| * | mtd: nand: omap: make am33xx/elm.c as common driver for all OMAPx and AMxxxx ...pekon gupta2013-11-213-1/+198
| * | mtd: atmel_nand: use dev_xxx instead of printkWu, Josh2013-11-211-11/+11
| * | mtd: atmel_nand: don't print bit correction message in driverWu, Josh2013-11-211-2/+2
| * | mtd: atmel_nand: enable PMECC support for 8k bytes page NAND flashWu, Josh2013-11-211-1/+9
| * | mtd/ifc: Add support of 8K page size NAND flashPrabhakar Kushwaha2013-11-212-2/+83
| * | driver/mtd/ifc: Read Status while programming NAND flashPrabhakar Kushwaha2013-11-131-5/+16
| * | MTD: atmel_nand: support for software BCH ECCBo Shen2013-11-131-0/+4
| |/
* | at91: nand: switch atmel_nand to generic GPIO APIAndreas Bießmann2013-12-091-5/+3
|/
* Merge branch 'iu-boot/master' into 'u-boot-arm/master'Albert ARIBAUD2013-11-091-0/+12
|\
| * nand, davinci: add special UBL ecc positionHeiko Schocher2013-11-011-0/+12
* | drivers: mtd: convert makefiles to Kbuild styleMasahiro Yamada2013-10-311-62/+40
* | nand_util.c: Correct licensingTom Rini2013-10-311-1/+3
* | mtd/fsl_elbc: take NAND_ECC_SOFT_BCH config option into accountValentin Longchamp2013-10-241-1/+5
|/
* Coding Style cleanup: remove trailing empty linesWolfgang Denk2013-10-141-1/+0
* Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk2013-10-144-17/+17
* mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEANPaul Burton2013-10-091-4/+14
* mxs_nand: Fix ECC strength for NAND flash with OOB size of 224Elie De Brauwer2013-09-111-0/+3
* mtd: atmel_nand: pmecc: fix bug fail to correct bit error in 1024-bytes sectorWu, Josh2013-09-041-1/+2
* Merge branch 'u-boot-atmel/master' into 'u-boot-arm/master'Albert ARIBAUD2013-09-041-10/+188
|\
| * ARM: at91: atmel_nand: add code to check the ONFI parameter ECC requirementWu, Josh2013-08-221-2/+128
| * mtd: atmel_nand: alloc memory instead of use static array for pmecc dataWu, Josh2013-08-221-7/+56
| * ARM: at91: atmel_nand: pmecc driver will select the galois table by sector sizeWu, Josh2013-08-221-1/+4
* | nand_util: delete a useless variableMasahiro Yamada2013-08-221-2/+1
* | powerpc: p1022ds: add TPL for p1022ds nand bootYing Zhang2013-08-202-7/+21
|/
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-2433-446/+33
OpenPOWER on IntegriCloud