summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)Author
2019-02-13mtd: powernv_flash: Fix device registration errorAneesh Kumar K.V
2019-02-13mtd: Use mtd->name when registering nvmem deviceAneesh Kumar K.V
2019-02-10mtd: spi-nor: cadence-quadspi: write upto 8-bytes data in STIG modePurna Chandra Mandal
2019-02-10mtd: spi-nor: Add support for mx25u3235fAndré Valentin
2019-02-07mtd: rawnand: denali_dt: remove single anonymous clock supportMasahiro Yamada
2019-02-07mtd: rawnand: mtk: fix possible object reference leakWen Yang
2019-02-07mtd: rawnand: jz4780: fix possible object reference leakWen Yang
2019-02-07mtd: rawnand: atmel: fix possible object reference leakWen Yang
2019-02-06mtd: rawnand: gpmi: fix MX28 bus master lockup problemMartin Kepplinger
2019-02-06mtd: Make sure mtd->erasesize is valid even if the partition is of size 0Boris Brezillon
2019-02-05mtd: rawnand: fsmc: Disable NAND on remove()Linus Walleij
2019-02-05mtd: rawnand: fsmc: Reset NAND timings on resume()Linus Walleij
2019-02-05mtd: spinand: Add support for GigaDevice GD5F1GQ4UExxGStefan Roese
2019-02-05mtd: rawnand: denali: remove unused dma_addr field from denali_nand_infoMasahiro Yamada
2019-02-05mtd: rawnand: denali: remove unused function argument 'raw'Masahiro Yamada
2019-02-05mtd: rawnand: denali: remove unneeded denali_reset_irq() callMasahiro Yamada
2019-02-05mtd: rawnand: check return code of nand_reset() and nand_readid_op()Masahiro Yamada
2019-02-05mtd: rawnand: remove ->legacy.erase and single_erase()Masahiro Yamada
2019-02-05mtd: rawnand: denali: remove ->erase hookMasahiro Yamada
2019-02-05mtd: rawnand: Annotate implicit fall through in nand_scan_tailMathieu Malaterre
2019-02-05mtd: rawnand: Annotate implicit fall through in nand_command/nand_command_lpMathieu Malaterre
2019-02-05mtd: spinand: Add support for all Toshiba Memory productsYoshio Furuyama
2019-02-05mtd: rawnand: meson: add support for Amlogic NAND flash controllerLiang Yang
2019-02-05mtd: rawnand: Simplify the lockingBoris Brezillon
2019-02-05mtd: rawnand: Stop using chip->state in driversBoris Brezillon
2019-02-05mtd: rawnand: omap2: Use nand_controller_init()Boris Brezillon
2019-02-05mtd: rawnand: tmio: Do not abuse nand_controller->wqBoris Brezillon
2019-02-05mtd: rawnand: mtk: Use nand_controller_init() instead of open-coding itBoris Brezillon
2019-02-05mtd: rawnand: marvell: use struct_size() in devm_kzalloc()Gustavo A. R. Silva
2019-02-05mtd: rawnand: sunxi: Handle the tREA > tRC / 2 caseBoris Brezillon
2019-02-05mtd: spinand: macronix: Fix ECC Status ReadEmil Lenngren
2019-02-05mtd: rawnand: sunxi: Fix kernel doc headersBoris Brezillon
2019-02-05mtd: rawnand: sunxi: Migrate to ->exec_op()Boris Brezillon
2019-02-05mtd: rawnand: sunxi: Add an SPDX tagBoris Brezillon
2019-02-05mtd: rawnand: sunxi: Stop passing mtd_info objects aroundBoris Brezillon
2019-02-05mtd: rawnand: sunxi: Name nand_chip objects consistentlyBoris Brezillon
2019-02-05mtd: rawnand: sunxi: Use struct_size()Boris Brezillon
2019-02-05mtd: rawnand: sunxi: Use a consistent name for sunxi_nand_chip objectsBoris Brezillon
2019-02-05mtd: rawnand: stm32_fmc2: add polling modeChristophe Kerello
2019-02-05mtd: rawnand: stm32_fmc2: add STM32 FMC2 NAND flash controller driverChristophe Kerello
2019-02-01mtd: Remove a debug trace in mtdpart.cBoris Brezillon
2019-01-31mtd: rawnand: fix kernel-doc warningsRandy Dunlap
2019-01-31mtd: spinand: Fix the error/cleanup path in spinand_init()Boris Brezillon
2019-01-31mtd: spinand: Handle the case where PROGRAM LOAD does not reset the cacheBoris Brezillon
2019-01-29mtd: docg3: fix a possible memory leak of mtd->nameYueHaibing
2019-01-29mtd: Remove empty lines at end of sysfs related functionsStefan Roese
2019-01-29mtd: docg3: Fix passing zero to 'PTR_ERR' warning in doc_probe_deviceYueHaibing
2019-01-23mtd: spi-nor: refine Spansion S25FL512S IDSergei Shtylyov
2019-01-23mtd: spi-nor: add Spansion S25FS512S IDSergei Shtylyov
2019-01-18mtd: rawnand: denali: get ->setup_data_interface() working againMasahiro Yamada