| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "mtd: atmel_nand: Support variable RB_EDGE interrupts" | Wenyou Yang | 2016-05-25 | 1 | -27/+8 |
* | mtd: nand: atmel: set ECC algorithm explicitly | Rafał Miłecki | 2016-05-05 | 1 | -0/+13 |
* | mtd: nand: atmel: switch to mtd_ooblayout_ops | Boris Brezillon | 2016-05-05 | 1 | -46/+38 |
* | mtd: nand: atmel: use mtd_ooblayout_xxx() helpers where appropriate | Boris Brezillon | 2016-04-19 | 1 | -19/+31 |
* | mtd: nand: atmel: rely on generic DT parsing done in nand_scan_ident() | Boris Brezillon | 2016-04-19 | 1 | -60/+73 |
* | mtd: nand: atmel: correct bitflips in erased pages for pre-sama5d4 SoCs | Boris Brezillon | 2016-04-19 | 1 | -17/+20 |
* | mtd: atmel_nand: Support 32-bit ECC strength | Romain Izard | 2016-02-12 | 1 | -2/+17 |
* | mtd: atmel_nand: Support PMECC on SAMA5D2 | Romain Izard | 2016-02-12 | 1 | -1/+22 |
* | mtd: atmel_nand: Support variable RB_EDGE interrupts | Romain Izard | 2016-02-12 | 1 | -8/+27 |
* | mtd: atmel_nand: Use of_device_get_match_data | Romain Izard | 2016-01-23 | 1 | -3/+1 |
* | mtd: atmel_nand: Simplify error messages | Romain Izard | 2016-01-23 | 1 | -2/+2 |
* | mtd: atmel_nand: Do not warn on bitflips | Romain Izard | 2016-01-23 | 1 | -2/+2 |
* | mtd: nand: make use of nand_set/get_controller_data() helpers | Boris BREZILLON | 2016-01-07 | 1 | -27/+28 |
* | mtd: nand: return consistent error codes in ecc.correct() implementations | Boris BREZILLON | 2016-01-06 | 1 | -1/+1 |
* | mtd: nand: remove useless mtd->priv = chip assignments | Boris BREZILLON | 2015-12-18 | 1 | -1/+0 |
* | mtd: nand: atmel: use the mtd instance embedded in struct nand_chip | Boris BREZILLON | 2015-12-18 | 1 | -6/+7 |
* | mtd: nand: make use of mtd_to_nand() in NAND drivers | Boris BREZILLON | 2015-12-08 | 1 | -25/+25 |
* | mtd: nand: atmel_nand: constify atmel_nand_caps structures | LABBE Corentin | 2015-11-20 | 1 | -3/+3 |
* | mtd: nand: drop unnecessary partition parser data | Brian Norris | 2015-11-11 | 1 | -4/+3 |
* | mtd: nand: pass page number to ecc->write_xxx() methods | Boris BREZILLON | 2015-10-13 | 1 | -2/+4 |
* | mtd: nand: atmel_nand: show parent device in sysfs | Frans Klaver | 2015-10-13 | 1 | -1/+1 |
* | mtd: atmel_nand: don't map the ROM table if no pmecc table offset in DT | Wu, Josh | 2015-04-05 | 1 | -7/+7 |
* | mtd: atmel_nand: add a definition for the oob reserved bytes | Josh Wu | 2015-04-05 | 1 | -2/+3 |
* | mtd: atmel_nand: check NFC busy flag by HSMC_SR instead of NFC cmd regs | Boris Brezillon | 2015-03-11 | 1 | -3/+2 |
* | mtd: atmel_nand: fix typo in dev_err error message | Colin Ian King | 2015-03-02 | 1 | -1/+1 |
* | mtd: atmel_nand: introduce a new compatible string for sama5d4 chip | Wu, Josh | 2015-01-20 | 1 | -1/+24 |
* | mtd: atmel_nand: return max bitflips in all sectors in pmecc_correction() | Wu, Josh | 2015-01-20 | 1 | -3/+3 |
* | Merge tag 'for-linus-20141215' of git://git.infradead.org/linux-mtd | Linus Torvalds | 2014-12-17 | 1 | -33/+87 |
|\ |
|
| * | mtd: atmel_nand: replace memcpy32_toio/memcpy32_fromio with memcpy | Wu, Josh | 2014-11-25 | 1 | -29/+10 |
| * | mtd: atmel_nand: make PMECC lookup table and offset property optional | Josh Wu | 2014-11-05 | 1 | -4/+77 |
* | | mtd: nand: drop owner assignment from platform_drivers | Wolfram Sang | 2014-10-20 | 1 | -2/+0 |
|/ |
|
* | mtd: atmel_nand: remove pmecc_bytes_per_sector, use chip->ecc.bytes instead | Wu, Josh | 2014-09-17 | 1 | -8/+5 |
* | mtd: atmel_nand: remove pmecc_sector_number, use ecc.steps instead | Wu, Josh | 2014-09-17 | 1 | -8/+6 |
* | mtd: nand: atmel_nand: retrieve NFC clock | Boris BREZILLON | 2014-09-17 | 1 | -0/+25 |
* | mtd: atmel_nand: NFC: fix mtd_nandbiterrs.ko test fail when using sram write | Wu, Josh | 2014-08-19 | 1 | -8/+9 |
* | mtd: atmel_nand: remove redundant dev_err call | Wei Yongjun | 2014-08-19 | 1 | -8/+1 |
* | mtd: atmel_nand: add pmecc support for 512, 1k, 4k, 8k page size | Wu, Josh | 2014-08-19 | 1 | -5/+11 |
* | mtd: atmel_nand: increase chip_delay | Raphaël Poggi | 2014-08-19 | 1 | -1/+1 |
* | mtd: atmel_nand: NFC: support multiple interrupt handling | Josh Wu | 2014-07-21 | 1 | -22/+62 |
* | mtd: atmel_nand: implement the nfc_device_ready() by checking the R/B bit | Wu, Josh | 2014-07-21 | 1 | -3/+11 |
* | mtd: atmel_nand: add NFC status error check | Wu, Josh | 2014-07-21 | 1 | -1/+23 |
* | mtd: atmel_nand: make ecc parameters same as definition | Bo Shen | 2014-07-21 | 1 | -10/+10 |
* | mtd: atmel_nand: Disable subpage NAND write when using Atmel PMECC | Herve Codina | 2014-03-10 | 1 | -0/+1 |
* | mtd: atmel_nand: change log level | Nicolas Ferre | 2014-03-10 | 1 | -1/+1 |
* | mtd: nand: force NAND_CMD_READID onto 8-bit bus | Brian Norris | 2014-03-10 | 1 | -5/+6 |
* | mtd: atmel_nand: use dev_err() instead of printk() | Jingoo Han | 2014-01-07 | 1 | -2/+2 |
* | mtd: atmel_nand: Remove unnecessary OOM messages | Jingoo Han | 2014-01-03 | 1 | -3/+1 |
* | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2013-11-20 | 1 | -2/+1 |
|\ |
|
| * | dmaengine: remove DMA unmap flags | Bartlomiej Zolnierkiewicz | 2013-11-14 | 1 | -2/+1 |
* | | Merge tag 'for-linus-20131112' of git://git.infradead.org/linux-mtd | Linus Torvalds | 2013-11-14 | 1 | -53/+14 |
|\ \ |
|