summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/atmel_nand.c
AgeCommit message (Expand)Author
2014-03-10mtd: atmel_nand: Disable subpage NAND write when using Atmel PMECCHerve Codina
2014-03-10mtd: atmel_nand: change log levelNicolas Ferre
2014-03-10mtd: nand: force NAND_CMD_READID onto 8-bit busBrian Norris
2014-01-07mtd: atmel_nand: use dev_err() instead of printk()Jingoo Han
2014-01-03mtd: atmel_nand: Remove unnecessary OOM messagesJingoo Han
2013-11-20Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2013-11-14dmaengine: remove DMA unmap flagsBartlomiej Zolnierkiewicz
2013-11-14Merge tag 'for-linus-20131112' of git://git.infradead.org/linux-mtdLinus Torvalds
2013-11-07mtd: atmel_nand: fix bug driver will in a dead lock if no nand detectedJosh Wu
2013-10-27mtd: atmel_nand: use minimum ecc requirements of nand: ecc_{strength,step}_dsJosh Wu
2013-10-27mtd: atmel_nand: add MODULE_DEVICE_TABLE for nfc driverJosh Wu
2013-10-27mtd: atmel_nand: remove #if defined(CONFIG_OF) around OF-specific codeJosh Wu
2013-09-26mtd: atmel_nand: fix deferred probe from __initJohan Hovold
2013-08-30mtd: atmel_nand: fix error return code in atmel_nand_probe()Wei Yongjun
2013-08-30mtd: atmel_nand: pmecc: fix failure to correct bit error in 1024-bytes sectorJosh Wu
2013-08-30mtd: atmel_nand: move the sanity check to the beginning of pmecc_enable()Josh Wu
2013-08-30mtd: nand: use dev_get_platdata()Jingoo Han
2013-08-30mtd: atmel_nand: fix the warning when CONFIG_OF is not definedJosh Wu
2013-08-05mtd: atmel_nand: enable Nand Flash Controller (NFC) write via sramJosh Wu
2013-08-05mtd: atmel_nand: enable Nand Flash Controller (NFC) read data via sramJosh Wu
2013-08-05mtd: atmel_nand: add Nand Flash Controller (NFC) supportJosh Wu
2013-08-05mtd: atmel_nand: replace pmecc enable code with one function.Josh Wu
2013-08-05mtd: atmel_nand: use devm_xxx gpio kzalloc, gpio and ioremapJean-Christophe PLAGNIOL-VILLARD
2013-08-05mtd: atmel_nand: fix pmecc selction for ecc requirement typoJosh Wu
2013-08-05mtd: atmel_nand: don't use devm_pinctrl_get_select_default() in probeWolfram Sang
2013-08-05mtd: atmel_nand: using a stronger ECC is not dangerousRichard Genoud
2013-08-05mtd: nand: atmel_nand: remove unnecessary platform_set_drvdata()Jingoo Han
2013-08-05mtd: atmel_nand: add a new dt binding item for nand dma supportJosh Wu
2013-08-05mtd: atmel_nand: replace cpu_is_at32ap7000() with a nand platform dataJosh Wu
2013-04-05mtd: atmel_nand: use module_platform_driver_probe()Jingoo Han
2013-02-12mtd: at91: atmel_nand: for PMECC, add code to check the ONFI parameter ECC re...Josh Wu
2013-02-12mtd: atmel_nand: make pmecc-cap, pmecc-sector-size in dts is optional.Josh Wu
2013-02-12mtd: atmel_nand: avoid to report an error when lookup table offset is 0.Josh Wu
2013-01-03Drivers: mtd: remove __dev* attributes.Greg Kroah-Hartman
2012-12-19Merge tag 'for-linus-20121219' of git://git.infradead.org/linux-mtdLinus Torvalds
2012-12-03mtd: at91: atmel_nand: return bit flips for the PMECC read_page()Josh Wu
2012-11-22mtd: remove use of __devinitBill Pemberton
2012-10-13MTD: atmel_nand: add pinctrl consumer supportJean-Christophe PLAGNIOL-VILLARD
2012-09-29mtd: atmel nand: fix gpio missing requestJean-Christophe PLAGNIOL-VILLARD
2012-07-06mtd: at91: atmel_nand: add Programmable Multibit ECC controller supportJosh Wu
2012-07-06mtd: at91: add dt parameters for Atmel PMECCJosh Wu
2012-07-06mtd: at91: extract hw ecc initialization to one functionJosh Wu
2012-05-13mtd: nand: add 'oob_required' argument to NAND {read,write}_page interfacesBrian Norris
2012-05-13mtd: nand: read_page() returns max_bitflipsMike Dunn
2012-03-30Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6Linus Torvalds
2012-03-27mtd: flash drivers set ecc strengthMike Dunn
2012-03-27mtd: do not use plain 0 as NULLArtem Bityutskiy
2012-03-15atmel/nand: add DT supportJean-Christophe PLAGNIOL-VILLARD
2012-03-15mtd/atmel_nand: add on_flash_bbt to enable the use of On Flash BBTJean-Christophe PLAGNIOL-VILLARD
2012-03-15ATMEL: fix nand ecc supportJean-Christophe PLAGNIOL-VILLARD