Age | Commit message (Expand) | Author | Files | Lines |
2015-01-20 | mtd: atmel_nand: introduce a new compatible string for sama5d4 chip | Wu, Josh | 1 | -1/+24 |
2015-01-20 | mtd: atmel_nand: return max bitflips in all sectors in pmecc_correction() | Wu, Josh | 1 | -3/+3 |
2014-12-17 | Merge tag 'for-linus-20141215' of git://git.infradead.org/linux-mtd | Linus Torvalds | 1 | -33/+87 |
2014-11-25 | mtd: atmel_nand: replace memcpy32_toio/memcpy32_fromio with memcpy | Wu, Josh | 1 | -29/+10 |
2014-11-05 | mtd: atmel_nand: make PMECC lookup table and offset property optional | Josh Wu | 1 | -4/+77 |
2014-10-20 | mtd: nand: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -2/+0 |
2014-09-17 | mtd: atmel_nand: remove pmecc_bytes_per_sector, use chip->ecc.bytes instead | Wu, Josh | 1 | -8/+5 |
2014-09-17 | mtd: atmel_nand: remove pmecc_sector_number, use ecc.steps instead | Wu, Josh | 1 | -8/+6 |
2014-09-17 | mtd: nand: atmel_nand: retrieve NFC clock | Boris BREZILLON | 1 | -0/+25 |
2014-08-19 | mtd: atmel_nand: NFC: fix mtd_nandbiterrs.ko test fail when using sram write | Wu, Josh | 1 | -8/+9 |
2014-08-19 | mtd: atmel_nand: remove redundant dev_err call | Wei Yongjun | 1 | -8/+1 |
2014-08-19 | mtd: atmel_nand: add pmecc support for 512, 1k, 4k, 8k page size | Wu, Josh | 1 | -5/+11 |
2014-08-19 | mtd: atmel_nand: increase chip_delay | Raphaƫl Poggi | 1 | -1/+1 |
2014-07-21 | mtd: atmel_nand: NFC: support multiple interrupt handling | Josh Wu | 1 | -22/+62 |
2014-07-21 | mtd: atmel_nand: implement the nfc_device_ready() by checking the R/B bit | Wu, Josh | 1 | -3/+11 |
2014-07-21 | mtd: atmel_nand: add NFC status error check | Wu, Josh | 1 | -1/+23 |
2014-07-21 | mtd: atmel_nand: make ecc parameters same as definition | Bo Shen | 1 | -10/+10 |
2014-03-10 | mtd: atmel_nand: Disable subpage NAND write when using Atmel PMECC | Herve Codina | 1 | -0/+1 |
2014-03-10 | mtd: atmel_nand: change log level | Nicolas Ferre | 1 | -1/+1 |
2014-03-10 | mtd: nand: force NAND_CMD_READID onto 8-bit bus | Brian Norris | 1 | -5/+6 |
2014-01-07 | mtd: atmel_nand: use dev_err() instead of printk() | Jingoo Han | 1 | -2/+2 |
2014-01-03 | mtd: atmel_nand: Remove unnecessary OOM messages | Jingoo Han | 1 | -3/+1 |
2013-11-20 | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 1 | -2/+1 |
2013-11-14 | dmaengine: remove DMA unmap flags | Bartlomiej Zolnierkiewicz | 1 | -2/+1 |
2013-11-14 | Merge tag 'for-linus-20131112' of git://git.infradead.org/linux-mtd | Linus Torvalds | 1 | -53/+14 |
2013-11-07 | mtd: atmel_nand: fix bug driver will in a dead lock if no nand detected | Josh Wu | 1 | -1/+0 |
2013-10-27 | mtd: atmel_nand: use minimum ecc requirements of nand: ecc_{strength,step}_ds | Josh Wu | 1 | -37/+9 |
2013-10-27 | mtd: atmel_nand: add MODULE_DEVICE_TABLE for nfc driver | Josh Wu | 1 | -1/+2 |
2013-10-27 | mtd: atmel_nand: remove #if defined(CONFIG_OF) around OF-specific code | Josh Wu | 1 | -14/+3 |
2013-09-26 | mtd: atmel_nand: fix deferred probe from __init | Johan Hovold | 1 | -6/+7 |
2013-08-30 | mtd: atmel_nand: fix error return code in atmel_nand_probe() | Wei Yongjun | 1 | -0/+1 |
2013-08-30 | mtd: atmel_nand: pmecc: fix failure to correct bit error in 1024-bytes sector | Josh Wu | 1 | -1/+2 |
2013-08-30 | mtd: atmel_nand: move the sanity check to the beginning of pmecc_enable() | Josh Wu | 1 | -4/+4 |
2013-08-30 | mtd: nand: use dev_get_platdata() | Jingoo Han | 1 | -1/+1 |
2013-08-30 | mtd: atmel_nand: fix the warning when CONFIG_OF is not defined | Josh Wu | 1 | -0/+2 |
2013-08-05 | mtd: atmel_nand: enable Nand Flash Controller (NFC) write via sram | Josh Wu | 1 | -5/+101 |
2013-08-05 | mtd: atmel_nand: enable Nand Flash Controller (NFC) read data via sram | Josh Wu | 1 | -6/+157 |
2013-08-05 | mtd: atmel_nand: add Nand Flash Controller (NFC) support | Josh Wu | 1 | -33/+378 |
2013-08-05 | mtd: atmel_nand: replace pmecc enable code with one function. | Josh Wu | 1 | -15/+26 |
2013-08-05 | mtd: atmel_nand: use devm_xxx gpio kzalloc, gpio and ioremap | Jean-Christophe PLAGNIOL-VILLARD | 1 | -115/+65 |
2013-08-05 | mtd: atmel_nand: fix pmecc selction for ecc requirement typo | Josh Wu | 1 | -3/+3 |
2013-08-05 | mtd: atmel_nand: don't use devm_pinctrl_get_select_default() in probe | Wolfram Sang | 1 | -9/+0 |
2013-08-05 | mtd: atmel_nand: using a stronger ECC is not dangerous | Richard Genoud | 1 | -1/+1 |
2013-08-05 | mtd: nand: atmel_nand: remove unnecessary platform_set_drvdata() | Jingoo Han | 1 | -1/+0 |
2013-08-05 | mtd: atmel_nand: add a new dt binding item for nand dma support | Josh Wu | 1 | -8/+3 |
2013-08-05 | mtd: atmel_nand: replace cpu_is_at32ap7000() with a nand platform data | Josh Wu | 1 | -7/+6 |
2013-04-05 | mtd: atmel_nand: use module_platform_driver_probe() | Jingoo Han | 1 | -14/+1 |
2013-02-12 | mtd: at91: atmel_nand: for PMECC, add code to check the ONFI parameter ECC re... | Josh Wu | 1 | -3/+87 |
2013-02-12 | mtd: atmel_nand: make pmecc-cap, pmecc-sector-size in dts is optional. | Josh Wu | 1 | -21/+31 |
2013-02-12 | mtd: atmel_nand: avoid to report an error when lookup table offset is 0. | Josh Wu | 1 | -5/+4 |