| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | mtd: atmel_nand: don't print bit correction message in driver | Wu, Josh | 2013-11-21 | 1 | -2/+2 |
| * | | mtd: atmel_nand: enable PMECC support for 8k bytes page NAND flash | Wu, Josh | 2013-11-21 | 1 | -1/+9 |
| * | | mtd/ifc: Add support of 8K page size NAND flash | Prabhakar Kushwaha | 2013-11-21 | 2 | -2/+83 |
| * | | driver/mtd/ifc: Read Status while programming NAND flash | Prabhakar Kushwaha | 2013-11-13 | 1 | -5/+16 |
| * | | MTD: atmel_nand: support for software BCH ECC | Bo Shen | 2013-11-13 | 1 | -0/+4 |
| |/ |
|
* | | at91: nand: switch atmel_nand to generic GPIO API | Andreas Bießmann | 2013-12-09 | 1 | -5/+3 |
|/ |
|
* | Merge branch 'iu-boot/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2013-11-09 | 1 | -0/+12 |
|\ |
|
| * | nand, davinci: add special UBL ecc position | Heiko Schocher | 2013-11-01 | 1 | -0/+12 |
* | | drivers: mtd: convert makefiles to Kbuild style | Masahiro Yamada | 2013-10-31 | 1 | -62/+40 |
* | | nand_util.c: Correct licensing | Tom Rini | 2013-10-31 | 1 | -1/+3 |
* | | mtd/fsl_elbc: take NAND_ECC_SOFT_BCH config option into account | Valentin Longchamp | 2013-10-24 | 1 | -1/+5 |
|/ |
|
* | Coding Style cleanup: remove trailing empty lines | Wolfgang Denk | 2013-10-14 | 1 | -1/+0 |
* | Coding Style cleanup: replace leading SPACEs by TABs | Wolfgang Denk | 2013-10-14 | 4 | -17/+17 |
* | mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEAN | Paul Burton | 2013-10-09 | 1 | -4/+14 |
* | mxs_nand: Fix ECC strength for NAND flash with OOB size of 224 | Elie De Brauwer | 2013-09-11 | 1 | -0/+3 |
* | mtd: atmel_nand: pmecc: fix bug fail to correct bit error in 1024-bytes sector | Wu, Josh | 2013-09-04 | 1 | -1/+2 |
* | Merge branch 'u-boot-atmel/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2013-09-04 | 1 | -10/+188 |
|\ |
|
| * | ARM: at91: atmel_nand: add code to check the ONFI parameter ECC requirement | Wu, Josh | 2013-08-22 | 1 | -2/+128 |
| * | mtd: atmel_nand: alloc memory instead of use static array for pmecc data | Wu, Josh | 2013-08-22 | 1 | -7/+56 |
| * | ARM: at91: atmel_nand: pmecc driver will select the galois table by sector size | Wu, Josh | 2013-08-22 | 1 | -1/+4 |
* | | nand_util: delete a useless variable | Masahiro Yamada | 2013-08-22 | 1 | -2/+1 |
* | | powerpc: p1022ds: add TPL for p1022ds nand boot | Ying Zhang | 2013-08-20 | 2 | -7/+21 |
|/ |
|
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | 33 | -446/+33 |
* | mtd: mxc_nand: Fix crash after MTD resync | Marek Vasut | 2013-07-12 | 1 | -6/+4 |
* | Merge branch 'master' of git://git.denx.de/u-boot-nand-flash | Tom Rini | 2013-07-01 | 5 | -24/+27 |
|\ |
|
| * | mtd/nand: docg4: fix compiler warnings | Mike Dunn | 2013-06-26 | 1 | -8/+7 |
| * | dfu, nand: before write a buffer to nand, erase the nand sectors | Heiko Schocher | 2013-06-24 | 1 | -0/+4 |
| * | mtd: nand: fix initialization of BBT options | Daniel Schwierzeck | 2013-06-18 | 2 | -4/+2 |
| * | mtd: nand/docg4: fix driver after Linux resync | Mike Dunn | 2013-06-17 | 1 | -12/+14 |
* | | powerpc/mpc85xx: new SPL support for IFC NAND | Prabhakar Kushwaha | 2013-06-20 | 2 | -0/+259 |
|/ |
|
* | bug, nand, am33xx: nand->ecc.strength not set in board_nand_init() | Sergey Lapin | 2013-06-04 | 1 | -0/+2 |
* | Merge branch 'master' of git://git.denx.de/u-boot-nand-flash | Tom Rini | 2013-05-31 | 21 | -1277/+1502 |
|\ |
|
| * | mtd: resync with Linux-3.7.1 | Sergey Lapin | 2013-05-31 | 21 | -1253/+1440 |
| * | nand/fsl_ifc: Convert to self-init | Prabhakar Kushwaha | 2013-05-22 | 1 | -5/+37 |
| * | mtd: nand: use ssize_t instead of size_t to prevent infinite loop | htbegin | 2013-05-22 | 1 | -1/+2 |
| * | mtd: nand: fix the partial page write condition | htbegin | 2013-05-22 | 1 | -1/+1 |
| * | nand/fsl_elbc: detect page size at runtime | Scott Wood | 2013-05-22 | 1 | -17/+22 |
* | | Revert wrong removal of nand_init and nand_deselect | Albert ARIBAUD | 2013-05-11 | 1 | -0/+3 |
* | | Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2013-05-11 | 2 | -6/+19 |
|\ \ |
|
| * | | nand: Add SPL_NAND support to mxc_nand_spl | Marek Vasut | 2013-05-05 | 1 | -3/+10 |
| * | | mtd: mxs_nand: Add support for i.MX6 | Stefan Roese | 2013-04-22 | 1 | -2/+9 |
| * | | imx: Move some header files from arch-mxs to imx-common | Stefan Roese | 2013-04-22 | 1 | -1/+3 |
* | | | mtd: nand: add driver for diskonchip g4 nand flash | Mike Dunn | 2013-05-05 | 3 | -0/+1252 |
| |/
|/| |
|
* | | lib: consolidate hang() | Andreas Bießmann | 2013-05-01 | 1 | -9/+0 |
|/ |
|
* | Merge branch 'u-boot/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2013-04-12 | 2 | -10/+60 |
|\ |
|
| * | nand: Extend nand_(read|write)_skip_bad with *actual and limit parameters | Tom Rini | 2013-04-10 | 1 | -8/+60 |
| * | Consolidate bool type | York Sun | 2013-04-01 | 1 | -2/+0 |
* | | kirkwood_nand: allow usage of NAND_ECC_SOFT_BCH | Gerlando Falauto | 2013-04-12 | 1 | -0/+4 |
* | | arm: Remove support for unused s3c64xx | Benoît Thébaudeau | 2013-04-12 | 2 | -296/+0 |
* | | nand: mxc: Switch NAND SPL to generic SPL | Benoît Thébaudeau | 2013-04-12 | 4 | -5/+597 |