summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/atmel_nand.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-11mtd: atmel_nand: Disable subpage NAND write when using Atmel PMECCHerve Codina1-0/+1
2014-03-11mtd: atmel_nand: change log levelNicolas Ferre1-1/+1
2014-03-11mtd: nand: force NAND_CMD_READID onto 8-bit busBrian Norris1-5/+6
2014-01-07mtd: atmel_nand: use dev_err() instead of printk()Jingoo Han1-2/+2
2014-01-03mtd: atmel_nand: Remove unnecessary OOM messagesJingoo Han1-3/+1
2013-11-21Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-2/+1
2013-11-14dmaengine: remove DMA unmap flagsBartlomiej Zolnierkiewicz1-2/+1
2013-11-14Merge tag 'for-linus-20131112' of git://git.infradead.org/linux-mtdLinus Torvalds1-53/+14
2013-11-07mtd: atmel_nand: fix bug driver will in a dead lock if no nand detectedJosh Wu1-1/+0
2013-10-28mtd: atmel_nand: use minimum ecc requirements of nand: ecc_{strength,step}_dsJosh Wu1-37/+9
2013-10-28mtd: atmel_nand: add MODULE_DEVICE_TABLE for nfc driverJosh Wu1-1/+2
2013-10-28mtd: atmel_nand: remove #if defined(CONFIG_OF) around OF-specific codeJosh Wu1-14/+3
2013-09-27mtd: atmel_nand: fix deferred probe from __initJohan Hovold1-6/+7
2013-08-31mtd: atmel_nand: fix error return code in atmel_nand_probe()Wei Yongjun1-0/+1
2013-08-31mtd: atmel_nand: pmecc: fix failure to correct bit error in 1024-bytes sectorJosh Wu1-1/+2
2013-08-31mtd: atmel_nand: move the sanity check to the beginning of pmecc_enable()Josh Wu1-4/+4
2013-08-31mtd: nand: use dev_get_platdata()Jingoo Han1-1/+1
2013-08-31mtd: atmel_nand: fix the warning when CONFIG_OF is not definedJosh Wu1-0/+2
2013-08-06mtd: atmel_nand: enable Nand Flash Controller (NFC) write via sramJosh Wu1-5/+101
2013-08-06mtd: atmel_nand: enable Nand Flash Controller (NFC) read data via sramJosh Wu1-6/+157
2013-08-06mtd: atmel_nand: add Nand Flash Controller (NFC) supportJosh Wu1-33/+378
2013-08-06mtd: atmel_nand: replace pmecc enable code with one function.Josh Wu1-15/+26
2013-08-06mtd: atmel_nand: use devm_xxx gpio kzalloc, gpio and ioremapJean-Christophe PLAGNIOL-VILLARD1-115/+65
2013-08-06mtd: atmel_nand: fix pmecc selction for ecc requirement typoJosh Wu1-3/+3
2013-08-06mtd: atmel_nand: don't use devm_pinctrl_get_select_default() in probeWolfram Sang1-9/+0
2013-08-06mtd: atmel_nand: using a stronger ECC is not dangerousRichard Genoud1-1/+1
2013-08-05mtd: nand: atmel_nand: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-08-05mtd: atmel_nand: add a new dt binding item for nand dma supportJosh Wu1-8/+3
2013-08-05mtd: atmel_nand: replace cpu_is_at32ap7000() with a nand platform dataJosh Wu1-7/+6
2013-04-05mtd: atmel_nand: use module_platform_driver_probe()Jingoo Han1-14/+1
2013-02-12mtd: at91: atmel_nand: for PMECC, add code to check the ONFI parameter ECC re...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-04Drivers: mtd: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-12-20Merge 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-14mtd: nand: add 'oob_required' argument to NAND {read,write}_page interfacesBrian Norris1-2/+3
2012-05-14mtd: nand: read_page() returns max_bitflipsMike Dunn1-3/+6
2012-03-31Merge 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