summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/atmel_nand.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.denx.de/u-boot-nand-flashTom Rini2016-06-201-1/+1
|\
| * mtd: nand: Patch remaining places where nand_to_mtd() should be usedBoris Brezillon2016-06-191-1/+1
* | at91: nand: Set up the ECC strength correctlyAndre Renaud2016-06-121-0/+1
* | at91: Correct NAND ECC register accessAndre Renaud2016-06-121-2/+2
|/
* mtd: nand: Sync with Linux v4.6Scott Wood2016-06-031-3/+3
* mtd: nand: Add page argument to write_page() etc.Scott Wood2016-06-031-1/+1
* mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_dataScott Wood2016-06-031-28/+27
* nand: Embed mtd_info in struct nand_chipScott Wood2016-06-031-38/+39
* mtd: nand: Remove nand_info_t typedefScott Wood2016-06-031-1/+1
* atmel_nand: Add 32 bit ecc support for sama5d2 chipJosh Wu2016-02-021-1/+9
* atmel_nand: use the definition: PMECC_OOB_RESERVED_BYTES instead magic numberJosh Wu2016-01-271-1/+1
* atmel_nand: add '\n' in the end of error message for better displayJosh Wu2016-01-271-2/+2
* atmel_nand: use nand ecc_{strength, step}_ds instead of our own functionJosh Wu2016-01-271-37/+7
* nand, atmel: remove udelay in spl_nand_erase_one()Heiko Schocher2015-08-121-2/+0
* ARM: at91: atmel_nand: Support flash based BBTDavid Dueck2015-04-011-0/+6
* mtd: atmel_nand: according to pmecc version to perform 0xff page correctionWu, Josh2015-02-071-0/+9
* mtd: atmel_nand: runtime to build gf table for pmeccJosh Wu2014-11-171-1/+74
* spl, mtd, nand, atmel_nand: invert device ready pin logicHeiko Schocher2014-11-171-3/+3
* spl, nand, atmel_nand: add erase one block functionHeiko Schocher2014-11-171-0/+33
* mtd: atmel_nand: add missing includeHeiko Schocher2014-11-171-0/+1
* mtd: atmel_nand: Disable subpage NAND write when using Atmel PMECCBoris BREZILLON2014-09-191-0/+1
* mtd: atmel-nand: use pmecc_readl(b)/pmecc_writel to access the pmecc registerWu, Josh2014-09-191-10/+11
* mtd: nand: force NAND_CMD_READID onto 8-bit busBrian Norris2014-06-061-1/+1
* mtd: nand: atmel: prepare for nand spl boot supportBo Shen2014-03-091-0/+208
* Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD2013-12-101-14/+26
|\
| * 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: 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
|/
* mtd: atmel_nand: pmecc: fix bug fail to correct bit error in 1024-bytes sectorWu, Josh2013-09-041-1/+2
* 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
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* mtd: resync with Linux-3.7.1Sergey Lapin2013-05-311-6/+11
* atmel_nand: fix the U-Boot output information about nand flash with PMECC ena...Wu, Josh2012-09-131-2/+3
* at91: atmel_nand: Update driver to support Programmable Multibit ECC controllerWu, Josh2012-09-011-1/+679
* at91: atmel_nand: remove unused variables.Wu, Josh2012-09-011-2/+1
* at91: atmel_nand: extract HWECC initialization code into one function: atmel_...Wu, Josh2012-09-011-58/+86
* Fix Stelian's email addressStelian Pop2011-11-291-1/+1
* atmel_nand: don't require CONFIG_SYS_NAND_ENABLE_PINmichael2011-04-011-0/+2
* mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident()Lei Wen2011-01-121-1/+1
* at91: add hwecc method for nandNikolay Petukhov2010-03-231-0/+265
* at91sam9/at91cap: move nand drivers to drivers/mtd/nandJean-Christophe PLAGNIOL-VILLARD2009-03-221-0/+78
OpenPOWER on IntegriCloud