| Commit message (Expand) | Author | Age | Lines |
* | mtd: nand: Sync with Linux v4.6 | Scott Wood | 2016-06-03 | -3/+3 |
* | mtd: nand: Add page argument to write_page() etc. | Scott Wood | 2016-06-03 | -1/+1 |
* | mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_data | Scott Wood | 2016-06-03 | -28/+27 |
* | nand: Embed mtd_info in struct nand_chip | Scott Wood | 2016-06-03 | -38/+39 |
* | mtd: nand: Remove nand_info_t typedef | Scott Wood | 2016-06-03 | -1/+1 |
* | atmel_nand: Add 32 bit ecc support for sama5d2 chip | Josh Wu | 2016-02-02 | -1/+9 |
* | atmel_nand: use the definition: PMECC_OOB_RESERVED_BYTES instead magic number | Josh Wu | 2016-01-27 | -1/+1 |
* | atmel_nand: add '\n' in the end of error message for better display | Josh Wu | 2016-01-27 | -2/+2 |
* | atmel_nand: use nand ecc_{strength, step}_ds instead of our own function | Josh Wu | 2016-01-27 | -37/+7 |
* | nand, atmel: remove udelay in spl_nand_erase_one() | Heiko Schocher | 2015-08-12 | -2/+0 |
* | ARM: at91: atmel_nand: Support flash based BBT | David Dueck | 2015-04-01 | -0/+6 |
* | mtd: atmel_nand: according to pmecc version to perform 0xff page correction | Wu, Josh | 2015-02-07 | -0/+9 |
* | mtd: atmel_nand: runtime to build gf table for pmecc | Josh Wu | 2014-11-17 | -1/+74 |
* | spl, mtd, nand, atmel_nand: invert device ready pin logic | Heiko Schocher | 2014-11-17 | -3/+3 |
* | spl, nand, atmel_nand: add erase one block function | Heiko Schocher | 2014-11-17 | -0/+33 |
* | mtd: atmel_nand: add missing include | Heiko Schocher | 2014-11-17 | -0/+1 |
* | mtd: atmel_nand: Disable subpage NAND write when using Atmel PMECC | Boris BREZILLON | 2014-09-19 | -0/+1 |
* | mtd: atmel-nand: use pmecc_readl(b)/pmecc_writel to access the pmecc register | Wu, Josh | 2014-09-19 | -10/+11 |
* | mtd: nand: force NAND_CMD_READID onto 8-bit bus | Brian Norris | 2014-06-06 | -1/+1 |
* | mtd: nand: atmel: prepare for nand spl boot support | Bo Shen | 2014-03-09 | -0/+208 |
* | Merge branch 'u-boot/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2013-12-10 | -14/+26 |
|\ |
|
| * | mtd: atmel_nand: use dev_xxx instead of printk | Wu, Josh | 2013-11-21 | -11/+11 |
| * | mtd: atmel_nand: don't print bit correction message in driver | Wu, Josh | 2013-11-21 | -2/+2 |
| * | mtd: atmel_nand: enable PMECC support for 8k bytes page NAND flash | Wu, Josh | 2013-11-21 | -1/+9 |
| * | MTD: atmel_nand: support for software BCH ECC | Bo Shen | 2013-11-13 | -0/+4 |
* | | at91: nand: switch atmel_nand to generic GPIO API | Andreas Bießmann | 2013-12-09 | -5/+3 |
|/ |
|
* | mtd: atmel_nand: pmecc: fix bug fail to correct bit error in 1024-bytes sector | Wu, Josh | 2013-09-04 | -1/+2 |
* | ARM: at91: atmel_nand: add code to check the ONFI parameter ECC requirement | Wu, Josh | 2013-08-22 | -2/+128 |
* | mtd: atmel_nand: alloc memory instead of use static array for pmecc data | Wu, Josh | 2013-08-22 | -7/+56 |
* | ARM: at91: atmel_nand: pmecc driver will select the galois table by sector size | Wu, Josh | 2013-08-22 | -1/+4 |
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | -17/+1 |
* | mtd: resync with Linux-3.7.1 | Sergey Lapin | 2013-05-31 | -6/+11 |
* | atmel_nand: fix the U-Boot output information about nand flash with PMECC ena... | Wu, Josh | 2012-09-13 | -2/+3 |
* | at91: atmel_nand: Update driver to support Programmable Multibit ECC controller | Wu, Josh | 2012-09-01 | -1/+679 |
* | at91: atmel_nand: remove unused variables. | Wu, Josh | 2012-09-01 | -2/+1 |
* | at91: atmel_nand: extract HWECC initialization code into one function: atmel_... | Wu, Josh | 2012-09-01 | -58/+86 |
* | Fix Stelian's email address | Stelian Pop | 2011-11-29 | -1/+1 |
* | atmel_nand: don't require CONFIG_SYS_NAND_ENABLE_PIN | michael | 2011-04-01 | -0/+2 |
* | mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident() | Lei Wen | 2011-01-12 | -1/+1 |
* | at91: add hwecc method for nand | Nikolay Petukhov | 2010-03-23 | -0/+265 |
* | at91sam9/at91cap: move nand drivers to drivers/mtd/nand | Jean-Christophe PLAGNIOL-VILLARD | 2009-03-22 | -0/+78 |