aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/atmel_nand.c
Commit message (Expand)AuthorAge
* mtd: atmel_nand: don't map the ROM table if no pmecc table offset in DTWu, Josh2015-04-05
* mtd: atmel_nand: add a definition for the oob reserved bytesJosh Wu2015-04-05
* mtd: atmel_nand: check NFC busy flag by HSMC_SR instead of NFC cmd regsBoris Brezillon2015-03-11
* mtd: atmel_nand: fix typo in dev_err error messageColin Ian King2015-03-03
* mtd: atmel_nand: introduce a new compatible string for sama5d4 chipWu, Josh2015-01-20
* mtd: atmel_nand: return max bitflips in all sectors in pmecc_correction()Wu, Josh2015-01-20
* Merge tag 'for-linus-20141215' of git://git.infradead.org/linux-mtdLinus Torvalds2014-12-17
|\
| * mtd: atmel_nand: replace memcpy32_toio/memcpy32_fromio with memcpyWu, Josh2014-11-26
| * mtd: atmel_nand: make PMECC lookup table and offset property optionalJosh Wu2014-11-05
* | mtd: nand: drop owner assignment from platform_driversWolfram Sang2014-10-20
|/
* mtd: atmel_nand: remove pmecc_bytes_per_sector, use chip->ecc.bytes insteadWu, Josh2014-09-18
* mtd: atmel_nand: remove pmecc_sector_number, use ecc.steps insteadWu, Josh2014-09-18
* mtd: nand: atmel_nand: retrieve NFC clockBoris BREZILLON2014-09-17
* mtd: atmel_nand: NFC: fix mtd_nandbiterrs.ko test fail when using sram writeWu, Josh2014-08-19
* mtd: atmel_nand: remove redundant dev_err callWei Yongjun2014-08-19
* mtd: atmel_nand: add pmecc support for 512, 1k, 4k, 8k page sizeWu, Josh2014-08-19
* mtd: atmel_nand: increase chip_delayRaphaƫl Poggi2014-08-19
* mtd: atmel_nand: NFC: support multiple interrupt handlingJosh Wu2014-07-21
* mtd: atmel_nand: implement the nfc_device_ready() by checking the R/B bitWu, Josh2014-07-21
* mtd: atmel_nand: add NFC status error checkWu, Josh2014-07-21
* mtd: atmel_nand: make ecc parameters same as definitionBo Shen2014-07-21
* mtd: atmel_nand: Disable subpage NAND write when using Atmel PMECCHerve Codina2014-03-11
* mtd: atmel_nand: change log levelNicolas Ferre2014-03-11
* mtd: nand: force NAND_CMD_READID onto 8-bit busBrian Norris2014-03-11
* mtd: atmel_nand: use dev_err() instead of printk()Jingoo Han2014-01-07
* mtd: atmel_nand: Remove unnecessary OOM messagesJingoo Han2014-01-03
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-11-20
|\
| * dmaengine: remove DMA unmap flagsBartlomiej Zolnierkiewicz2013-11-14
* | Merge tag 'for-linus-20131112' of git://git.infradead.org/linux-mtdLinus Torvalds2013-11-13
|\ \
| * | mtd: atmel_nand: fix bug driver will in a dead lock if no nand detectedJosh Wu2013-11-07
| * | mtd: atmel_nand: use minimum ecc requirements of nand: ecc_{strength,step}_dsJosh Wu2013-10-27
| * | mtd: atmel_nand: add MODULE_DEVICE_TABLE for nfc driverJosh Wu2013-10-27
| * | mtd: atmel_nand: remove #if defined(CONFIG_OF) around OF-specific codeJosh Wu2013-10-27
| |/
* / mtd: atmel_nand: fix deferred probe from __initJohan Hovold2013-09-26
|/
* mtd: atmel_nand: fix error return code in atmel_nand_probe()Wei Yongjun2013-08-30
* mtd: atmel_nand: pmecc: fix failure to correct bit error in 1024-bytes sectorJosh Wu2013-08-30
* mtd: atmel_nand: move the sanity check to the beginning of pmecc_enable()Josh Wu2013-08-30
* mtd: nand: use dev_get_platdata()Jingoo Han2013-08-30
* mtd: atmel_nand: fix the warning when CONFIG_OF is not definedJosh Wu2013-08-30
* mtd: atmel_nand: enable Nand Flash Controller (NFC) write via sramJosh Wu2013-08-05
* mtd: atmel_nand: enable Nand Flash Controller (NFC) read data via sramJosh Wu2013-08-05
* mtd: atmel_nand: add Nand Flash Controller (NFC) supportJosh Wu2013-08-05
* mtd: atmel_nand: replace pmecc enable code with one function.Josh Wu2013-08-05
* mtd: atmel_nand: use devm_xxx gpio kzalloc, gpio and ioremapJean-Christophe PLAGNIOL-VILLARD2013-08-05
* mtd: atmel_nand: fix pmecc selction for ecc requirement typoJosh Wu2013-08-05
* mtd: atmel_nand: don't use devm_pinctrl_get_select_default() in probeWolfram Sang2013-08-05
* mtd: atmel_nand: using a stronger ECC is not dangerousRichard Genoud2013-08-05
* mtd: nand: atmel_nand: remove unnecessary platform_set_drvdata()Jingoo Han2013-08-05
* mtd: atmel_nand: add a new dt binding item for nand dma supportJosh Wu2013-08-05
* mtd: atmel_nand: replace cpu_is_at32ap7000() with a nand platform dataJosh Wu2013-08-05