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