summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/atmel_nand.c
AgeCommit message (Expand)Author
2015-10-13mtd: nand: pass page number to ecc->write_xxx() methodsBoris BREZILLON
2015-10-13mtd: nand: atmel_nand: show parent device in sysfsFrans Klaver
2015-04-05mtd: atmel_nand: don't map the ROM table if no pmecc table offset in DTWu, Josh
2015-04-05mtd: atmel_nand: add a definition for the oob reserved bytesJosh Wu
2015-03-11mtd: atmel_nand: check NFC busy flag by HSMC_SR instead of NFC cmd regsBoris Brezillon
2015-03-02mtd: atmel_nand: fix typo in dev_err error messageColin Ian King
2015-01-20mtd: atmel_nand: introduce a new compatible string for sama5d4 chipWu, Josh
2015-01-20mtd: atmel_nand: return max bitflips in all sectors in pmecc_correction()Wu, Josh
2014-12-17Merge tag 'for-linus-20141215' of git://git.infradead.org/linux-mtdLinus Torvalds
2014-11-25mtd: atmel_nand: replace memcpy32_toio/memcpy32_fromio with memcpyWu, Josh
2014-11-05mtd: atmel_nand: make PMECC lookup table and offset property optionalJosh Wu
2014-10-20mtd: nand: drop owner assignment from platform_driversWolfram Sang
2014-09-17mtd: atmel_nand: remove pmecc_bytes_per_sector, use chip->ecc.bytes insteadWu, Josh
2014-09-17mtd: atmel_nand: remove pmecc_sector_number, use ecc.steps insteadWu, Josh
2014-09-17mtd: nand: atmel_nand: retrieve NFC clockBoris BREZILLON
2014-08-19mtd: atmel_nand: NFC: fix mtd_nandbiterrs.ko test fail when using sram writeWu, Josh
2014-08-19mtd: atmel_nand: remove redundant dev_err callWei Yongjun
2014-08-19mtd: atmel_nand: add pmecc support for 512, 1k, 4k, 8k page sizeWu, Josh
2014-08-19mtd: atmel_nand: increase chip_delayRaphaƫl Poggi
2014-07-21mtd: atmel_nand: NFC: support multiple interrupt handlingJosh Wu
2014-07-21mtd: atmel_nand: implement the nfc_device_ready() by checking the R/B bitWu, Josh
2014-07-21mtd: atmel_nand: add NFC status error checkWu, Josh
2014-07-21mtd: atmel_nand: make ecc parameters same as definitionBo Shen
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