aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/atmel_nand.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-12mtd: at91: atmel_nand: for PMECC, add code to check the ONFI parameter ECC requirement.Josh Wu1-3/+87
2013-02-12mtd: atmel_nand: make pmecc-cap, pmecc-sector-size in dts is optional.Josh Wu1-21/+31
2013-02-12mtd: atmel_nand: avoid to report an error when lookup table offset is 0.Josh Wu1-5/+4
2013-01-03Drivers: mtd: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-12-19Merge tag 'for-linus-20121219' of git://git.infradead.org/linux-mtdLinus Torvalds1-11/+17
2012-12-03mtd: at91: atmel_nand: return bit flips for the PMECC read_page()Josh Wu1-5/+11
2012-11-22mtd: remove use of __devinitBill Pemberton1-6/+6
2012-10-13MTD: atmel_nand: add pinctrl consumer supportJean-Christophe PLAGNIOL-VILLARD1-0/+9
2012-09-29mtd: atmel nand: fix gpio missing requestJean-Christophe PLAGNIOL-VILLARD1-2/+63
2012-07-06mtd: at91: atmel_nand: add Programmable Multibit ECC controller supportJosh Wu1-6/+751
2012-07-06mtd: at91: add dt parameters for Atmel PMECCJosh Wu1-1/+51
2012-07-06mtd: at91: extract hw ecc initialization to one functionJosh Wu1-61/+66
2012-05-13mtd: nand: add 'oob_required' argument to NAND {read,write}_page interfacesBrian Norris1-2/+3
2012-05-13mtd: nand: read_page() returns max_bitflipsMike Dunn1-3/+6
2012-03-30Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6Linus Torvalds1-0/+1
2012-03-27mtd: flash drivers set ecc strengthMike Dunn1-0/+1
2012-03-27mtd: do not use plain 0 as NULLArtem Bityutskiy1-2/+2
2012-03-15atmel/nand: add DT supportJean-Christophe PLAGNIOL-VILLARD1-20/+93
2012-03-15mtd/atmel_nand: add on_flash_bbt to enable the use of On Flash BBTJean-Christophe PLAGNIOL-VILLARD1-1/+1
2012-03-15ATMEL: fix nand ecc supportJean-Christophe PLAGNIOL-VILLARD1-19/+6
2012-02-04Revert "mtd: atmel_nand: optimize read/write buffer functions"Artem Bityutskiy1-4/+41
2011-11-29ARM: at91/nand: use gpio_is_valid to check the gpioJean-Christophe PLAGNIOL-VILLARD1-4/+4
2011-09-11mtd: atmel_nand: optimize read/write buffer functionsNicolas Ferre1-41/+4
2011-09-11mtd: atmel_nand: fix wrong use of 0 as NULLNicolas Ferre1-1/+1
2011-09-11mtd: atmel_nand.c: use mtd_device_parse_registerDmitry Eremin-Solenikov1-17/+2
2011-09-11mtd: atmel_nand don't specify default parsing optionsDmitry Eremin-Solenikov1-8/+1
2011-09-11mtd: ATMEL, AVR32: inline nand partition table accessDmitry Eremin-Solenikov1-3/+4
2011-09-11mtd: nand: rename NAND_USE_FLASH_BBTBrian Norris1-1/+1
2011-09-11mtd: nand: consolidate redundant flash-based BBT flagsBrian Norris1-1/+1
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2011-06-21net: remove mm.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-2/+2
2011-05-25mtd: atmel_nand: convert to mtd_device_register()Jamie Iles1-11/+1
2011-05-25mtd: atmel_nand: add missing include of linux/dmaengine.hHans-Christian Egtvedt1-0/+1
2011-04-01mtd: atmel_nand: use CPU I/O when buffer is in vmalloc(ed) regionHong Xu1-16/+2
2011-04-01mtd: atmel_nand: modify test case for using DMA operationsNicolas Ferre1-2/+4
2011-04-01mtd: atmel_nand: fix support for CPUs that do not support DMA accessHong Xu1-1/+4
2011-04-01mtd: atmel_nand: trivial: change DMA usage information traceNicolas Ferre1-1/+2
2011-03-11mtd: atmel_nand: Add DMA support to access NandflashHong Xu1-9/+157
2010-08-06mtd: atmel_nand: fix warning: 'part_probes' defined but not usedAndreas Bießmann1-1/+1
2010-02-26mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident()David Woodhouse1-1/+1
2009-11-30mtd: error return -EIO instead of EIORoel Kluin1-2/+2
2009-10-08mtd: atmel_nand: unused variable removedClaudio Scordino1-1/+0
2009-09-19mtd: nand: add "page" parameter to all read_page/read_page_raw APIsSneha Narnakaje1-1/+1
2009-06-25mtd: atmel_nand: Fix typo s/parititions/partitions/Thadeu Lima de Souza Cascardo1-1/+1
2009-06-05mtd: add on-flash BBT support for Atmel NAND driverSimon Polette1-1/+10
2009-02-16[ARM] 5400/1: Add support for inverted rdy_busy pin for Atmel nand device controllerGregory CLEMENT1-1/+2
2008-10-14[MTD] [NAND] Bug on atmel_nand HW ECC : OOB info not correctly writtenRichard Genoud1-52/+6
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-2/+2
2008-07-11[MTD] [NAND] atmel_nand: Work around AT32AP7000 ECC erratumHaavard Skinnemoen1-2/+23