aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/atmel_nand.c
AgeCommit message (Expand)AuthorFilesLines
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