Age | Commit message (Expand) | Author | Files | Lines |
2017-04-25 | mtd: nand: Cleanup/rework the atmel_nand driver | Boris Brezillon | 1 | -2479/+0 |
2016-11-07 | mtd: nand: atmel: return error code of nand_scan_ident/tail() on error | Masahiro Yamada | 1 | -6/+4 |
2016-05-25 | Revert "mtd: atmel_nand: Support variable RB_EDGE interrupts" | Wenyou Yang | 1 | -27/+8 |
2016-05-05 | mtd: nand: atmel: set ECC algorithm explicitly | Rafał Miłecki | 1 | -0/+13 |
2016-05-05 | mtd: nand: atmel: switch to mtd_ooblayout_ops | Boris Brezillon | 1 | -46/+38 |
2016-04-19 | mtd: nand: atmel: use mtd_ooblayout_xxx() helpers where appropriate | Boris Brezillon | 1 | -19/+31 |
2016-04-19 | mtd: nand: atmel: rely on generic DT parsing done in nand_scan_ident() | Boris Brezillon | 1 | -60/+73 |
2016-04-19 | mtd: nand: atmel: correct bitflips in erased pages for pre-sama5d4 SoCs | Boris Brezillon | 1 | -17/+20 |
2016-02-12 | mtd: atmel_nand: Support 32-bit ECC strength | Romain Izard | 1 | -2/+17 |
2016-02-12 | mtd: atmel_nand: Support PMECC on SAMA5D2 | Romain Izard | 1 | -1/+22 |
2016-02-12 | mtd: atmel_nand: Support variable RB_EDGE interrupts | Romain Izard | 1 | -8/+27 |
2016-01-23 | mtd: atmel_nand: Use of_device_get_match_data | Romain Izard | 1 | -3/+1 |
2016-01-23 | mtd: atmel_nand: Simplify error messages | Romain Izard | 1 | -2/+2 |
2016-01-23 | mtd: atmel_nand: Do not warn on bitflips | Romain Izard | 1 | -2/+2 |
2016-01-07 | mtd: nand: make use of nand_set/get_controller_data() helpers | Boris BREZILLON | 1 | -27/+28 |
2016-01-06 | mtd: nand: return consistent error codes in ecc.correct() implementations | Boris BREZILLON | 1 | -1/+1 |
2015-12-18 | mtd: nand: remove useless mtd->priv = chip assignments | Boris BREZILLON | 1 | -1/+0 |
2015-12-18 | mtd: nand: atmel: use the mtd instance embedded in struct nand_chip | Boris BREZILLON | 1 | -6/+7 |
2015-12-08 | mtd: nand: make use of mtd_to_nand() in NAND drivers | Boris BREZILLON | 1 | -25/+25 |
2015-11-20 | mtd: nand: atmel_nand: constify atmel_nand_caps structures | LABBE Corentin | 1 | -3/+3 |
2015-11-11 | mtd: nand: drop unnecessary partition parser data | Brian Norris | 1 | -4/+3 |
2015-10-13 | mtd: nand: pass page number to ecc->write_xxx() methods | Boris BREZILLON | 1 | -2/+4 |
2015-10-13 | mtd: nand: atmel_nand: show parent device in sysfs | Frans Klaver | 1 | -1/+1 |
2015-04-05 | mtd: atmel_nand: don't map the ROM table if no pmecc table offset in DT | Wu, Josh | 1 | -7/+7 |
2015-04-05 | mtd: atmel_nand: add a definition for the oob reserved bytes | Josh Wu | 1 | -2/+3 |
2015-03-11 | mtd: atmel_nand: check NFC busy flag by HSMC_SR instead of NFC cmd regs | Boris Brezillon | 1 | -3/+2 |
2015-03-02 | mtd: atmel_nand: fix typo in dev_err error message | Colin Ian King | 1 | -1/+1 |
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 |