Age | Commit message (Expand) | Author |
2015-12-18 | mtd: nand: remove useless mtd->priv = chip assignments | Boris BREZILLON |
2015-12-18 | mtd: nand: atmel: use the mtd instance embedded in struct nand_chip | Boris BREZILLON |
2015-12-08 | mtd: nand: make use of mtd_to_nand() in NAND drivers | Boris BREZILLON |
2015-11-20 | mtd: nand: atmel_nand: constify atmel_nand_caps structures | LABBE Corentin |
2015-11-11 | mtd: nand: drop unnecessary partition parser data | Brian Norris |
2015-10-13 | mtd: nand: pass page number to ecc->write_xxx() methods | Boris BREZILLON |
2015-10-13 | mtd: nand: atmel_nand: show parent device in sysfs | Frans Klaver |
2015-04-06 | mtd: atmel_nand: don't map the ROM table if no pmecc table offset in DT | Wu, Josh |
2015-04-06 | mtd: atmel_nand: add a definition for the oob reserved bytes | Josh Wu |
2015-03-11 | mtd: atmel_nand: check NFC busy flag by HSMC_SR instead of NFC cmd regs | Boris Brezillon |
2015-03-03 | mtd: atmel_nand: fix typo in dev_err error message | Colin Ian King |
2015-01-20 | mtd: atmel_nand: introduce a new compatible string for sama5d4 chip | Wu, Josh |
2015-01-20 | mtd: atmel_nand: return max bitflips in all sectors in pmecc_correction() | Wu, Josh |
2014-12-17 | Merge tag 'for-linus-20141215' of git://git.infradead.org/linux-mtd | Linus Torvalds |
2014-11-26 | mtd: atmel_nand: replace memcpy32_toio/memcpy32_fromio with memcpy | Wu, Josh |
2014-11-05 | mtd: atmel_nand: make PMECC lookup table and offset property optional | Josh Wu |
2014-10-20 | mtd: nand: drop owner assignment from platform_drivers | Wolfram Sang |
2014-09-18 | mtd: atmel_nand: remove pmecc_bytes_per_sector, use chip->ecc.bytes instead | Wu, Josh |
2014-09-18 | mtd: atmel_nand: remove pmecc_sector_number, use ecc.steps instead | Wu, Josh |
2014-09-17 | mtd: nand: atmel_nand: retrieve NFC clock | Boris BREZILLON |
2014-08-19 | mtd: atmel_nand: NFC: fix mtd_nandbiterrs.ko test fail when using sram write | Wu, Josh |
2014-08-19 | mtd: atmel_nand: remove redundant dev_err call | Wei Yongjun |
2014-08-19 | mtd: atmel_nand: add pmecc support for 512, 1k, 4k, 8k page size | Wu, Josh |
2014-08-19 | mtd: atmel_nand: increase chip_delay | Raphaƫl Poggi |
2014-07-22 | mtd: atmel_nand: NFC: support multiple interrupt handling | Josh Wu |
2014-07-22 | mtd: atmel_nand: implement the nfc_device_ready() by checking the R/B bit | Wu, Josh |
2014-07-22 | mtd: atmel_nand: add NFC status error check | Wu, Josh |
2014-07-22 | mtd: atmel_nand: make ecc parameters same as definition | Bo Shen |
2014-03-11 | mtd: atmel_nand: Disable subpage NAND write when using Atmel PMECC | Herve Codina |
2014-03-11 | mtd: atmel_nand: change log level | Nicolas Ferre |
2014-03-11 | mtd: nand: force NAND_CMD_READID onto 8-bit bus | Brian Norris |
2014-01-07 | mtd: atmel_nand: use dev_err() instead of printk() | Jingoo Han |
2014-01-03 | mtd: atmel_nand: Remove unnecessary OOM messages | Jingoo Han |
2013-11-20 | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds |
2013-11-14 | dmaengine: remove DMA unmap flags | Bartlomiej Zolnierkiewicz |
2013-11-14 | Merge tag 'for-linus-20131112' of git://git.infradead.org/linux-mtd | Linus Torvalds |
2013-11-07 | mtd: atmel_nand: fix bug driver will in a dead lock if no nand detected | Josh Wu |
2013-10-27 | mtd: atmel_nand: use minimum ecc requirements of nand: ecc_{strength,step}_ds | Josh Wu |
2013-10-27 | mtd: atmel_nand: add MODULE_DEVICE_TABLE for nfc driver | Josh Wu |
2013-10-27 | mtd: atmel_nand: remove #if defined(CONFIG_OF) around OF-specific code | Josh Wu |
2013-09-26 | mtd: atmel_nand: fix deferred probe from __init | Johan Hovold |
2013-08-30 | mtd: atmel_nand: fix error return code in atmel_nand_probe() | Wei Yongjun |
2013-08-30 | mtd: atmel_nand: pmecc: fix failure to correct bit error in 1024-bytes sector | Josh Wu |
2013-08-30 | mtd: atmel_nand: move the sanity check to the beginning of pmecc_enable() | Josh Wu |
2013-08-30 | mtd: nand: use dev_get_platdata() | Jingoo Han |
2013-08-30 | mtd: atmel_nand: fix the warning when CONFIG_OF is not defined | Josh Wu |
2013-08-05 | mtd: atmel_nand: enable Nand Flash Controller (NFC) write via sram | Josh Wu |
2013-08-05 | mtd: atmel_nand: enable Nand Flash Controller (NFC) read data via sram | Josh Wu |
2013-08-05 | mtd: atmel_nand: add Nand Flash Controller (NFC) support | Josh Wu |
2013-08-05 | mtd: atmel_nand: replace pmecc enable code with one function. | Josh Wu |