summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/atmel_nand.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mtd: atmel_nand: fix deferred probe from __initJohan Hovold2013-09-271-6/+7
* mtd: atmel_nand: fix error return code in atmel_nand_probe()Wei Yongjun2013-08-301-0/+1
* mtd: atmel_nand: pmecc: fix failure to correct bit error in 1024-bytes sectorJosh Wu2013-08-301-1/+2
* mtd: atmel_nand: move the sanity check to the beginning of pmecc_enable()Josh Wu2013-08-301-4/+4
* mtd: nand: use dev_get_platdata()Jingoo Han2013-08-301-1/+1
* mtd: atmel_nand: fix the warning when CONFIG_OF is not definedJosh Wu2013-08-301-0/+2
* mtd: atmel_nand: enable Nand Flash Controller (NFC) write via sramJosh Wu2013-08-051-5/+101
* mtd: atmel_nand: enable Nand Flash Controller (NFC) read data via sramJosh Wu2013-08-051-6/+157
* mtd: atmel_nand: add Nand Flash Controller (NFC) supportJosh Wu2013-08-051-33/+378
* mtd: atmel_nand: replace pmecc enable code with one function.Josh Wu2013-08-051-15/+26
* mtd: atmel_nand: use devm_xxx gpio kzalloc, gpio and ioremapJean-Christophe PLAGNIOL-VILLARD2013-08-051-115/+65
* mtd: atmel_nand: fix pmecc selction for ecc requirement typoJosh Wu2013-08-051-3/+3
* mtd: atmel_nand: don't use devm_pinctrl_get_select_default() in probeWolfram Sang2013-08-051-9/+0
* mtd: atmel_nand: using a stronger ECC is not dangerousRichard Genoud2013-08-051-1/+1
* mtd: nand: atmel_nand: remove unnecessary platform_set_drvdata()Jingoo Han2013-08-051-1/+0
* mtd: atmel_nand: add a new dt binding item for nand dma supportJosh Wu2013-08-051-8/+3
* mtd: atmel_nand: replace cpu_is_at32ap7000() with a nand platform dataJosh Wu2013-08-051-7/+6
* mtd: atmel_nand: use module_platform_driver_probe()Jingoo Han2013-04-051-14/+1
* mtd: at91: atmel_nand: for PMECC, add code to check the ONFI parameter ECC re...Josh Wu2013-02-121-3/+87
* mtd: atmel_nand: make pmecc-cap, pmecc-sector-size in dts is optional.Josh Wu2013-02-121-21/+31
* mtd: atmel_nand: avoid to report an error when lookup table offset is 0.Josh Wu2013-02-121-5/+4
* Drivers: mtd: remove __dev* attributes.Greg Kroah-Hartman2013-01-041-3/+3
* Merge tag 'for-linus-20121219' of git://git.infradead.org/linux-mtdLinus Torvalds2012-12-191-11/+17
|\
| * mtd: at91: atmel_nand: return bit flips for the PMECC read_page()Josh Wu2012-12-031-5/+11
| * mtd: remove use of __devinitBill Pemberton2012-11-221-6/+6
* | MTD: atmel_nand: add pinctrl consumer supportJean-Christophe PLAGNIOL-VILLARD2012-10-131-0/+9
|/
* mtd: atmel nand: fix gpio missing requestJean-Christophe PLAGNIOL-VILLARD2012-09-291-2/+63
* mtd: at91: atmel_nand: add Programmable Multibit ECC controller supportJosh Wu2012-07-061-6/+751
* mtd: at91: add dt parameters for Atmel PMECCJosh Wu2012-07-061-1/+51
* mtd: at91: extract hw ecc initialization to one functionJosh Wu2012-07-061-61/+66
* mtd: nand: add 'oob_required' argument to NAND {read,write}_page interfacesBrian Norris2012-05-141-2/+3
* mtd: nand: read_page() returns max_bitflipsMike Dunn2012-05-141-3/+6
* Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6Linus Torvalds2012-03-311-0/+1
|\
| * mtd: flash drivers set ecc strengthMike Dunn2012-03-271-0/+1
| * mtd: do not use plain 0 as NULLArtem Bityutskiy2012-03-271-2/+2
* | atmel/nand: add DT supportJean-Christophe PLAGNIOL-VILLARD2012-03-151-20/+93
* | mtd/atmel_nand: add on_flash_bbt to enable the use of On Flash BBTJean-Christophe PLAGNIOL-VILLARD2012-03-151-1/+1
* | ATMEL: fix nand ecc supportJean-Christophe PLAGNIOL-VILLARD2012-03-151-19/+6
|/
* Revert "mtd: atmel_nand: optimize read/write buffer functions"Artem Bityutskiy2012-02-041-4/+41
* ARM: at91/nand: use gpio_is_valid to check the gpioJean-Christophe PLAGNIOL-VILLARD2011-11-291-4/+4
* mtd: atmel_nand: optimize read/write buffer functionsNicolas Ferre2011-09-111-41/+4
* mtd: atmel_nand: fix wrong use of 0 as NULLNicolas Ferre2011-09-111-1/+1
* mtd: atmel_nand.c: use mtd_device_parse_registerDmitry Eremin-Solenikov2011-09-111-17/+2
* mtd: atmel_nand don't specify default parsing optionsDmitry Eremin-Solenikov2011-09-111-8/+1
* mtd: ATMEL, AVR32: inline nand partition table accessDmitry Eremin-Solenikov2011-09-111-3/+4
* mtd: nand: rename NAND_USE_FLASH_BBTBrian Norris2011-09-111-1/+1
* mtd: nand: consolidate redundant flash-based BBT flagsBrian Norris2011-09-111-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-251-2/+2
|\
| * treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2011-06-101-2/+2
* | net: remove mm.h inclusion from netdevice.hAlexey Dobriyan2011-06-221-0/+1
|/