aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/atmel_nand.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-20mtd: atmel_nand: introduce a new compatible string for sama5d4 chipWu, Josh1-1/+24
2015-01-20mtd: atmel_nand: return max bitflips in all sectors in pmecc_correction()Wu, Josh1-3/+3
2014-12-17Merge tag 'for-linus-20141215' of git://git.infradead.org/linux-mtdLinus Torvalds1-33/+87
2014-11-25mtd: atmel_nand: replace memcpy32_toio/memcpy32_fromio with memcpyWu, Josh1-29/+10
2014-11-05mtd: atmel_nand: make PMECC lookup table and offset property optionalJosh Wu1-4/+77
2014-10-20mtd: nand: drop owner assignment from platform_driversWolfram Sang1-2/+0
2014-09-17mtd: atmel_nand: remove pmecc_bytes_per_sector, use chip->ecc.bytes insteadWu, Josh1-8/+5
2014-09-17mtd: atmel_nand: remove pmecc_sector_number, use ecc.steps insteadWu, Josh1-8/+6
2014-09-17mtd: nand: atmel_nand: retrieve NFC clockBoris BREZILLON1-0/+25
2014-08-19mtd: atmel_nand: NFC: fix mtd_nandbiterrs.ko test fail when using sram writeWu, Josh1-8/+9
2014-08-19mtd: atmel_nand: remove redundant dev_err callWei Yongjun1-8/+1
2014-08-19mtd: atmel_nand: add pmecc support for 512, 1k, 4k, 8k page sizeWu, Josh1-5/+11
2014-08-19mtd: atmel_nand: increase chip_delayRaphaƫl Poggi1-1/+1
2014-07-21mtd: atmel_nand: NFC: support multiple interrupt handlingJosh Wu1-22/+62
2014-07-21mtd: atmel_nand: implement the nfc_device_ready() by checking the R/B bitWu, Josh1-3/+11
2014-07-21mtd: atmel_nand: add NFC status error checkWu, Josh1-1/+23
2014-07-21mtd: atmel_nand: make ecc parameters same as definitionBo Shen1-10/+10
2014-03-10mtd: atmel_nand: Disable subpage NAND write when using Atmel PMECCHerve Codina1-0/+1
2014-03-10mtd: atmel_nand: change log levelNicolas Ferre1-1/+1
2014-03-10mtd: 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-20Merge 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-27mtd: atmel_nand: use minimum ecc requirements of nand: ecc_{strength,step}_dsJosh Wu1-37/+9
2013-10-27mtd: atmel_nand: add MODULE_DEVICE_TABLE for nfc driverJosh Wu1-1/+2
2013-10-27mtd: atmel_nand: remove #if defined(CONFIG_OF) around OF-specific codeJosh Wu1-14/+3
2013-09-26mtd: atmel_nand: fix deferred probe from __initJohan Hovold1-6/+7
2013-08-30mtd: atmel_nand: fix error return code in atmel_nand_probe()Wei Yongjun1-0/+1
2013-08-30mtd: atmel_nand: pmecc: fix failure to correct bit error in 1024-bytes sectorJosh Wu1-1/+2
2013-08-30mtd: atmel_nand: move the sanity check to the beginning of pmecc_enable()Josh Wu1-4/+4
2013-08-30mtd: nand: use dev_get_platdata()Jingoo Han1-1/+1
2013-08-30mtd: atmel_nand: fix the warning when CONFIG_OF is not definedJosh Wu1-0/+2
2013-08-05mtd: atmel_nand: enable Nand Flash Controller (NFC) write via sramJosh Wu1-5/+101
2013-08-05mtd: atmel_nand: enable Nand Flash Controller (NFC) read data via sramJosh Wu1-6/+157
2013-08-05mtd: atmel_nand: add Nand Flash Controller (NFC) supportJosh Wu1-33/+378
2013-08-05mtd: atmel_nand: replace pmecc enable code with one function.Josh Wu1-15/+26
2013-08-05mtd: atmel_nand: use devm_xxx gpio kzalloc, gpio and ioremapJean-Christophe PLAGNIOL-VILLARD1-115/+65
2013-08-05mtd: atmel_nand: fix pmecc selction for ecc requirement typoJosh Wu1-3/+3
2013-08-05mtd: atmel_nand: don't use devm_pinctrl_get_select_default() in probeWolfram Sang1-9/+0
2013-08-05mtd: 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 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