summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mtd/for-5.1' of git://git.infradead.org/linux-mtdLinus Torvalds2019-03-0422-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
* | mtd: rawnand: gpmi: fix MX28 bus master lockup problemMartin Kepplinger2019-02-061-7/+6
* | mtd: rawnand: fix kernel-doc warningsRandy Dunlap2019-01-312-1/+2
* | mtd: spinand: Fix the error/cleanup path in spinand_init()Boris Brezillon2019-01-311-2/+2
* | mtd: spinand: Handle the case where PROGRAM LOAD does not reset the cacheBoris Brezillon2019-01-311-22/+20
* | mtd: rawnand: denali: get ->setup_data_interface() working againMasahiro Yamada2019-01-181-1/+1
* | mtd: nand: jz4740: fix '__iomem *' vs. '* __iomem'Luc Van Oostenryck2019-01-181-1/+1
* | mtd: rawnand: fsmc: Keep bank enable bit setLinus Walleij2019-01-151-21/+0
* | mtd: rawnand: qcom: fix memory corruption that causes panicChristian Lamparter2019-01-081-10/+10
|/
* Merge tag 'spi-nor/for-4.21' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon2018-12-183-21/+25
|\
| * mtd: nand: Fix memory allocation in nanddev_bbt_init()Frieder Schrempf2018-11-281-1/+2
| * mtd: rawnand: qcom: Namespace prefix some commandsOlof Johansson2018-11-181-16/+16
| * mtd: rawnand: atmel: fix OF child-node lookupJohan Hovold2018-11-181-4/+7
* | Merge tag 'nand/for-4.21' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon2018-12-1851-1018/+1415
|\ \
| * | mtd: rawnand: sunxi: Write pageprog related opcodes to WCMD_SETBoris Brezillon2018-12-171-1/+1
| * | mtd: rawnand: marvell: prevent timeouts on a loaded machineMiquel Raynal2018-12-151-3/+14