summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand
AgeCommit message (Expand)Author
2019-01-08mtd: rawnand: qcom: fix memory corruption that causes panicChristian Lamparter
2018-12-18Merge tag 'spi-nor/for-4.21' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon
2018-12-18Merge tag 'nand/for-4.21' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon
2018-12-17mtd: rawnand: sunxi: Write pageprog related opcodes to WCMD_SETBoris Brezillon
2018-12-15mtd: rawnand: marvell: prevent timeouts on a loaded machineMiquel Raynal
2018-12-14mtd: rawnand: omap2: Pass the parent of pdev to dma_request_chan()Boris Brezillon
2018-12-14mtd: rawnand: Fix JEDEC detectionBoris Brezillon
2018-12-07mtd: rawnand: jz4780: annotate implicit fall throughsMathieu Malaterre
2018-12-07mtd: spinand: add support for GigaDevice GD5FxGQ4xAChuanhong Guo
2018-12-07mtd: rawnand: Deprecate the dummy_controller fieldBoris Brezillon
2018-12-07mtd: rawnand: vf610: Add an SPDX tag to replace the license textBoris Brezillon
2018-12-07mtd: rawnand: vf610: Stop using the dummy controller objBoris Brezillon
2018-12-07mtd: rawnand: vf610: Stop passing mtd_info to internal functionsBoris Brezillon
2018-12-07mtd: rawnand: fsmc: Fix all coding style issues reported by checkpatchBoris Brezillon
2018-12-07mtd: rawnand: fsmc: Add an SPDX tag to replace the license textBoris Brezillon
2018-12-07mtd: rawnand: fsmc: Stop using the dummy controller objBoris Brezillon
2018-12-07mtd: rawnand: fsmc: Make conversion from chip to fsmc consistentBoris Brezillon
2018-12-07mtd: rawnand: fsmc: Fix the fsmc_nand_data kernel-docBoris Brezillon
2018-12-07mtd: rawnand: fsmc: Stop passing mtd_info objects to internal functionsBoris Brezillon
2018-12-07mtd: rawnand: denali: remove denali_reset_banks()Masahiro Yamada
2018-12-07mtd: rawnand: denali: remove ->dev_ready() hookMasahiro Yamada
2018-12-07mtd: rawnand: marvell: fix spelling mistake in kernel docMiquel Raynal
2018-12-07mtd: rawnand: ams-delta: Use GPIO API for data I/OJanusz Krzysztofik
2018-12-07mtd: rawnand: ams-delta: Request data port GPIO resourceJanusz Krzysztofik
2018-12-07mtd: rawnand: Move ->setup_data_interface() to nand_controller_opsBoris Brezillon
2018-12-07mtd: rawnand: Move the ->exec_op() method to nand_controller_opsBoris Brezillon
2018-12-07mtd: rawnand: Deprecate the ->select_chip() hookBoris Brezillon
2018-12-07mtd: rawnand: ams-delta: Stop implementing ->select_chip()Boris Brezillon
2018-12-07mtd: rawnand: vf610: Stop implementing ->select_chip()Boris Brezillon
2018-12-07mtd: rawnand: tegra: Stop implementing ->select_chip()Boris Brezillon
2018-12-07mtd: rawnand: marvell: Stop implementing ->select_chip()Boris Brezillon
2018-12-07mtd: rawnand: fsmc: Stop implementing ->select_chip()Boris Brezillon
2018-12-07mtd: rawnand: Make ->select_chip() optional when ->exec_op() is implementedBoris Brezillon
2018-12-07mtd: rawnand: Pass the CS line to be selected in struct nand_operationBoris Brezillon
2018-12-07mtd: rawnand: Add nand_[de]select_target() helpersBoris Brezillon
2018-12-07mtd: rawnand: ams-delta: Explicitly inherit from nand_controllerBoris Brezillon
2018-12-07mtd: rawnand: ams-delta: Check mtd_device_register() return codeBoris Brezillon
2018-12-07mtd: rawnand: ams-delta: cleanup ams_delta_init() error pathBoris Brezillon
2018-12-07mtd: rawnand: ams-delta: Fix various coding style issuesBoris Brezillon
2018-12-07mtd: rawnand: ams-delta: Add an SPDX tag to replace the license textBoris Brezillon
2018-12-07mtd: rawnand: ams-delta: Allow this driver to be compiled when COMPILE_TEST=yBoris Brezillon
2018-12-07mtd: rawnand: Move nand_exec_op() to internal.hBoris Brezillon
2018-12-07mtd: rawnand: legacy: Drop useless test in nand_legacy_set_defaults()Boris Brezillon
2018-12-07mtd: rawnand: Reorganize code to avoid forward declarationsBoris Brezillon
2018-12-07mtd: rawnand: Stop passing mtd_info objects to internal functionsBoris Brezillon
2018-12-07mtd: spinand: Add initial support for Toshiba TC58CVG2S0HSchrempf Frieder
2018-12-03mtd: use DEFINE_SHOW_ATTRIBUTE() instead of open-coding itYangtao Li
2018-11-28mtd: nand: Fix memory allocation in nanddev_bbt_init()Frieder Schrempf
2018-11-18mtd: rawnand: qcom: Namespace prefix some commandsOlof Johansson
2018-11-18mtd: rawnand: atmel: fix OF child-node lookupJohan Hovold