aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/atmel_nand.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-20mtd: move NAND files into a raw/ subdirectoryMiquel Raynal1-1511/+0
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-10-23mtd: replace MTDDEBUG() with pr_debug()Masahiro Yamada1-4/+3
2017-05-08mtd: nand: Consolidate nand spl loaders implementationLadislav Michl1-28/+2
2017-04-13mtd: nand: atmel: use another functions to set gpio valueWenyou Yang1-2/+3
2016-06-20Merge git://git.denx.de/u-boot-nand-flashTom Rini1-1/+1
2016-06-19mtd: nand: Patch remaining places where nand_to_mtd() should be usedBoris Brezillon1-1/+1
2016-06-12at91: nand: Set up the ECC strength correctlyAndre Renaud1-0/+1
2016-06-12at91: Correct NAND ECC register accessAndre Renaud1-2/+2
2016-06-03mtd: nand: Sync with Linux v4.6Scott Wood1-3/+3
2016-06-03mtd: nand: Add page argument to write_page() etc.Scott Wood1-1/+1
2016-06-03mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_dataScott Wood1-28/+27
2016-06-03nand: Embed mtd_info in struct nand_chipScott Wood1-38/+39
2016-06-03mtd: nand: Remove nand_info_t typedefScott Wood1-1/+1
2016-02-02atmel_nand: Add 32 bit ecc support for sama5d2 chipJosh Wu1-1/+9
2016-01-27atmel_nand: use the definition: PMECC_OOB_RESERVED_BYTES instead magic numberJosh Wu1-1/+1
2016-01-27atmel_nand: add '\n' in the end of error message for better displayJosh Wu1-2/+2
2016-01-27atmel_nand: use nand ecc_{strength, step}_ds instead of our own functionJosh Wu1-37/+7
2015-08-12nand, atmel: remove udelay in spl_nand_erase_one()Heiko Schocher1-2/+0
2015-04-01ARM: at91: atmel_nand: Support flash based BBTDavid Dueck1-0/+6
2015-02-07mtd: atmel_nand: according to pmecc version to perform 0xff page correctionWu, Josh1-0/+9
2014-11-17mtd: atmel_nand: runtime to build gf table for pmeccJosh Wu1-1/+74
2014-11-17spl, mtd, nand, atmel_nand: invert device ready pin logicHeiko Schocher1-3/+3
2014-11-17spl, nand, atmel_nand: add erase one block functionHeiko Schocher1-0/+33
2014-11-17mtd: atmel_nand: add missing includeHeiko Schocher1-0/+1
2014-09-19mtd: atmel_nand: Disable subpage NAND write when using Atmel PMECCBoris BREZILLON1-0/+1
2014-09-19mtd: atmel-nand: use pmecc_readl(b)/pmecc_writel to access the pmecc registerWu, Josh1-10/+11
2014-06-06mtd: nand: force NAND_CMD_READID onto 8-bit busBrian Norris1-1/+1
2014-03-09mtd: nand: atmel: prepare for nand spl boot supportBo Shen1-0/+208
2013-12-10Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD1-14/+26
2013-12-09at91: nand: switch atmel_nand to generic GPIO APIAndreas Bießmann1-5/+3
2013-11-21mtd: atmel_nand: use dev_xxx instead of printkWu, Josh1-11/+11
2013-11-21mtd: atmel_nand: don't print bit correction message in driverWu, Josh1-2/+2
2013-11-21mtd: atmel_nand: enable PMECC support for 8k bytes page NAND flashWu, Josh1-1/+9
2013-11-13MTD: atmel_nand: support for software BCH ECCBo Shen1-0/+4
2013-09-04mtd: atmel_nand: pmecc: fix bug fail to correct bit error in 1024-bytes sectorWu, Josh1-1/+2
2013-08-22ARM: at91: atmel_nand: add code to check the ONFI parameter ECC requirementWu, Josh1-2/+128
2013-08-22mtd: atmel_nand: alloc memory instead of use static array for pmecc dataWu, Josh1-7/+56
2013-08-22ARM: at91: atmel_nand: pmecc driver will select the galois table by sector sizeWu, Josh1-1/+4
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-05-31mtd: resync with Linux-3.7.1Sergey Lapin1-6/+11
2012-09-13atmel_nand: fix the U-Boot output information about nand flash with PMECC ena...Wu, Josh1-2/+3
2012-09-01at91: atmel_nand: Update driver to support Programmable Multibit ECC controllerWu, Josh1-1/+679
2012-09-01at91: atmel_nand: remove unused variables.Wu, Josh1-2/+1
2012-09-01at91: atmel_nand: extract HWECC initialization code into one function: atmel_...Wu, Josh1-58/+86
2011-11-29Fix Stelian's email addressStelian Pop1-1/+1
2011-04-01atmel_nand: don't require CONFIG_SYS_NAND_ENABLE_PINmichael1-0/+2
2011-01-12mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident()Lei Wen1-1/+1
2010-03-23at91: add hwecc method for nandNikolay Petukhov1-0/+265
2009-03-22at91sam9/at91cap: move nand drivers to drivers/mtd/nandJean-Christophe PLAGNIOL-VILLARD1-0/+78