summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
AgeCommit message (Expand)AuthorLines
2019-04-25mtd: rawnand: marvell: Clean the controller state before each operationMiquel Raynal-6/+6
2019-04-05mtd: cfi: fix deadloop in cfi_cmdset_0002.c do_write_bufferLiu Jian-1/+5
2019-03-13Merge tag 'upstream-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-7/+198
2019-03-05ubi: wl: Silence uninitialized variable warningDan Carpenter-1/+1
2019-03-04Merge tag 'spi-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds-1234/+0
2019-03-04Merge tag 'mtd/for-5.1' of git://git.infradead.org/linux-mtdLinus Torvalds-653/+4383
2019-03-04Merge branch 'spi-5.1' into spi-nextMark Brown-1234/+0
2019-02-25Merge tag 'nand/for-5.1' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon-553/+4243
2019-02-25Merge tag 'spi-nor/for-5.1' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon-31/+108
2019-02-24ubi: Expose the bitrot interfaceRichard Weinberger-0/+175
2019-02-24ubi: Introduce in_pq()Richard Weinberger-7/+23
2019-02-21mtd: spi-nor: cadence-quadspi: fix spelling mistake: "Couldnt't" -> "Couldn't"Colin Ian King-1/+1
2019-02-21mtd: spi-nor: Add support for en25qh64Roger Pueyo Centelles-0/+2
2019-02-21mtd: spi-nor: Add support for MX25V8035FFrieder Schrempf-0/+2
2019-02-21mtd: spi-nor: Add support for EN25Q80AFrieder Schrempf-0/+2
2019-02-13mtd: spi-nor: cadence-quadspi: Add support for Octal SPI controllerVignesh R-12/+47
2019-02-13mtd: spi-nor: split s25fl128s into s25fl128s0 and s25fl128s1Ahmet Celenk-1/+4
2019-02-13mtd: powernv_flash: Fix device registration errorAneesh Kumar K.V-1/+1
2019-02-13mtd: Use mtd->name when registering nvmem deviceAneesh Kumar K.V-0/+1
2019-02-10mtd: spi-nor: cadence-quadspi: write upto 8-bytes data in STIG modePurna Chandra Mandal-3/+12
2019-02-10mtd: spi-nor: Add support for mx25u3235fAndré Valentin-0/+2
2019-02-07mtd: rawnand: denali_dt: remove single anonymous clock supportMasahiro Yamada-23/+4
2019-02-07mtd: rawnand: mtk: fix possible object reference leakWen Yang-2/+6
2019-02-07mtd: rawnand: jz4780: fix possible object reference leakWen Yang-3/+6
2019-02-07mtd: rawnand: atmel: fix possible object reference leakWen Yang-6/+15
2019-02-06mtd: rawnand: gpmi: fix MX28 bus master lockup problemMartin Kepplinger-7/+6
2019-02-06mtd: Make sure mtd->erasesize is valid even if the partition is of size 0Boris Brezillon-0/+4
2019-02-05mtd: rawnand: fsmc: Disable NAND on remove()Linus Walleij-0/+15
2019-02-05mtd: rawnand: fsmc: Reset NAND timings on resume()Linus Walleij-0/+1
2019-02-05mtd: spinand: Add support for GigaDevice GD5F1GQ4UExxGStefan Roese-0/+83
2019-02-05mtd: rawnand: denali: remove unused dma_addr field from denali_nand_infoMasahiro Yamada-1/+0
2019-02-05mtd: rawnand: denali: remove unused function argument 'raw'Masahiro Yamada-9/+9
2019-02-05mtd: rawnand: denali: remove unneeded denali_reset_irq() callMasahiro Yamada-3/+0
2019-02-05mtd: rawnand: check return code of nand_reset() and nand_readid_op()Masahiro Yamada-4/+10
2019-02-05mtd: rawnand: remove ->legacy.erase and single_erase()Masahiro Yamada-27/+4
2019-02-05mtd: rawnand: denali: remove ->erase hookMasahiro Yamada-21/+0
2019-02-05mtd: rawnand: Annotate implicit fall through in nand_scan_tailMathieu Malaterre-0/+3
2019-02-05mtd: rawnand: Annotate implicit fall through in nand_command/nand_command_lpMathieu Malaterre-1/+2
2019-02-05mtd: spinand: Add support for all Toshiba Memory productsYoshio Furuyama-14/+65
2019-02-05mtd: rawnand: meson: add support for Amlogic NAND flash controllerLiang Yang-0/+1473
2019-02-05mtd: rawnand: Simplify the lockingBoris Brezillon-66/+45
2019-02-05mtd: rawnand: Stop using chip->state in driversBoris Brezillon-11/+5
2019-02-05mtd: rawnand: omap2: Use nand_controller_init()Boris Brezillon-5/+8
2019-02-05mtd: rawnand: tmio: Do not abuse nand_controller->wqBoris Brezillon-8/+9
2019-02-05mtd: rawnand: mtk: Use nand_controller_init() instead of open-coding itBoris Brezillon-2/+1
2019-02-05mtd: rawnand: marvell: use struct_size() in devm_kzalloc()Gustavo A. R. Silva-3/+2
2019-02-05mtd: rawnand: sunxi: Handle the tREA > tRC / 2 caseBoris Brezillon-3/+19
2019-02-05mtd: spinand: macronix: Fix ECC Status ReadEmil Lenngren-1/+7
2019-02-05mtd: rawnand: sunxi: Fix kernel doc headersBoris Brezillon-30/+30
2019-02-05mtd: rawnand: sunxi: Migrate to ->exec_op()Boris Brezillon-120/+174