summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'upstream-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-03-133-7/+198
|\
| * ubi: wl: Silence uninitialized variable warningDan Carpenter2019-03-051-1/+1
| * ubi: Expose the bitrot interfaceRichard Weinberger2019-02-243-0/+175
| * ubi: Introduce in_pq()Richard Weinberger2019-02-241-7/+23
* | Merge tag 'spi-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2019-03-043-1234/+0
|\ \
| * \ Merge branch 'spi-5.1' into spi-nextMark Brown2019-03-043-1234/+0
| |\ \
| | * | mtd: fsl-quadspi: Remove the driver as it was replaced by spi-fsl-qspi.cFrieder Schrempf2019-01-071-1224/+0
| | * | spi: Add a driver for the Freescale/NXP QuadSPI controllerFrieder Schrempf2019-01-072-10/+0
* | | | Merge tag 'mtd/for-5.1' of git://git.infradead.org/linux-mtdLinus Torvalds2019-03-0434-653/+4383
|\ \ \ \ | |/ / / |/| | |
| * | | Merge tag 'nand/for-5.1' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon2019-02-2522-553/+4243
| |\ \ \
| | * | | mtd: rawnand: denali_dt: remove single anonymous clock supportMasahiro Yamada2019-02-071-23/+4
| | * | | mtd: rawnand: mtk: fix possible object reference leakWen Yang2019-02-071-2/+6
| | * | | mtd: rawnand: jz4780: fix possible object reference leakWen Yang2019-02-071-3/+6
| | * | | mtd: rawnand: atmel: fix possible object reference leakWen Yang2019-02-071-6/+15
| | * | | mtd: rawnand: fsmc: Disable NAND on remove()Linus Walleij2019-02-051-0/+15
| | * | | mtd: rawnand: fsmc: Reset NAND timings on resume()Linus Walleij2019-02-051-0/+1
| | * | | mtd: spinand: Add support for GigaDevice GD5F1GQ4UExxGStefan Roese2019-02-051-0/+83
| | * | | mtd: rawnand: denali: remove unused dma_addr field from denali_nand_infoMasahiro Yamada2019-02-051-1/+0
| | * | | mtd: rawnand: denali: remove unused function argument 'raw'Masahiro Yamada2019-02-051-9/+9
| | * | | mtd: rawnand: denali: remove unneeded denali_reset_irq() callMasahiro Yamada2019-02-051-3/+0
| | * | | mtd: rawnand: check return code of nand_reset() and nand_readid_op()Masahiro Yamada2019-02-051-4/+10
| | * | | mtd: rawnand: remove ->legacy.erase and single_erase()Masahiro Yamada2019-02-051-27/+4
| | * | | mtd: rawnand: denali: remove ->erase hookMasahiro Yamada2019-02-051-21/+0
| | * | | mtd: rawnand: Annotate implicit fall through in nand_scan_tailMathieu Malaterre2019-02-051-0/+3
| | * | | mtd: rawnand: Annotate implicit fall through in nand_command/nand_command_lpMathieu Malaterre2019-02-051-1/+2
| | * | | mtd: spinand: Add support for all Toshiba Memory productsYoshio Furuyama2019-02-051-14/+65
| | * | | mtd: rawnand: meson: add support for Amlogic NAND flash controllerLiang Yang2019-02-053-0/+1473
| | * | | mtd: rawnand: Simplify the lockingBoris Brezillon2019-02-051-66/+45
| | * | | mtd: rawnand: Stop using chip->state in driversBoris Brezillon2019-02-053-11/+5
| | * | | mtd: rawnand: omap2: Use nand_controller_init()Boris Brezillon2019-02-051-5/+8
| | * | | mtd: rawnand: tmio: Do not abuse nand_controller->wqBoris Brezillon2019-02-051-8/+9
| | * | | mtd: rawnand: mtk: Use nand_controller_init() instead of open-coding itBoris Brezillon2019-02-051-2/+1
| | * | | mtd: rawnand: marvell: use struct_size() in devm_kzalloc()Gustavo A. R. Silva2019-02-051-3/+2
| | * | | mtd: rawnand: sunxi: Handle the tREA > tRC / 2 caseBoris Brezillon2019-02-051-3/+19
| | * | | mtd: spinand: macronix: Fix ECC Status ReadEmil Lenngren2019-02-051-1/+7
| | * | | mtd: rawnand: sunxi: Fix kernel doc headersBoris Brezillon2019-02-051-30/+30
| | * | | mtd: rawnand: sunxi: Migrate to ->exec_op()Boris Brezillon2019-02-051-120/+174
| | * | | mtd: rawnand: sunxi: Add an SPDX tagBoris Brezillon2019-02-051-11/+2
| | * | | mtd: rawnand: sunxi: Stop passing mtd_info objects aroundBoris Brezillon2019-02-051-110/+94
| | * | | mtd: rawnand: sunxi: Name nand_chip objects consistentlyBoris Brezillon2019-02-051-52/+51
| | * | | mtd: rawnand: sunxi: Use struct_size()Boris Brezillon2019-02-051-3/+1
| | * | | mtd: rawnand: sunxi: Use a consistent name for sunxi_nand_chip objectsBoris Brezillon2019-02-051-27/+29
| | * | | mtd: rawnand: stm32_fmc2: add polling modeChristophe Kerello2019-02-051-32/+297
| | * | | mtd: rawnand: stm32_fmc2: add STM32 FMC2 NAND flash controller driverChristophe Kerello2019-02-053-0/+1818
| | |/ /
| * | | Merge tag 'spi-nor/for-5.1' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon2019-02-256-31/+108
| |\ \ \
| | * | | mtd: spi-nor: cadence-quadspi: fix spelling mistake: "Couldnt't" -> "Couldn't"Colin Ian King2019-02-211-1/+1
| | * | | mtd: spi-nor: Add support for en25qh64Roger Pueyo Centelles2019-02-211-0/+2
| | * | | mtd: spi-nor: Add support for MX25V8035FFrieder Schrempf2019-02-211-0/+2
| | * | | mtd: spi-nor: Add support for EN25Q80AFrieder Schrempf2019-02-211-0/+2
| | * | | mtd: spi-nor: cadence-quadspi: Add support for Octal SPI controllerVignesh R2019-02-131-12/+47