summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-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
| * | mtd: rawnand: omap2: Pass the parent of pdev to dma_request_chan()Boris Brezillon2018-12-141-1/+1
| * | mtd: rawnand: Fix JEDEC detectionBoris Brezillon2018-12-141-0/+2
| * | mtd: rawnand: jz4780: annotate implicit fall throughsMathieu Malaterre2018-12-071-0/+2
| * | mtd: spinand: add support for GigaDevice GD5FxGQ4xAChuanhong Guo2018-12-073-1/+150
| * | mtd: rawnand: Deprecate the dummy_controller fieldBoris Brezillon2018-12-0713-14/+14
| * | mtd: rawnand: vf610: Add an SPDX tag to replace the license textBoris Brezillon2018-12-071-5/+1
| * | mtd: rawnand: vf610: Stop using the dummy controller objBoris Brezillon2018-12-071-1/+5
| * | mtd: rawnand: vf610: Stop passing mtd_info to internal functionsBoris Brezillon2018-12-071-29/+19
| * | mtd: rawnand: fsmc: Fix all coding style issues reported by checkpatchBoris Brezillon2018-12-071-100/+99
| * | mtd: rawnand: fsmc: Add an SPDX tag to replace the license textBoris Brezillon2018-12-071-5/+2
| * | mtd: rawnand: fsmc: Stop using the dummy controller objBoris Brezillon2018-12-071-1/+6
| * | mtd: rawnand: fsmc: Make conversion from chip to fsmc consistentBoris Brezillon2018-12-071-2/+1
| * | mtd: rawnand: fsmc: Fix the fsmc_nand_data kernel-docBoris Brezillon2018-12-071-3/+4
| * | mtd: rawnand: fsmc: Stop passing mtd_info objects to internal functionsBoris Brezillon2018-12-071-28/+23
| * | mtd: rawnand: denali: remove denali_reset_banks()Masahiro Yamada2018-12-071-29/+0
| * | mtd: rawnand: denali: remove ->dev_ready() hookMasahiro Yamada2018-12-071-22/+1
| * | mtd: rawnand: marvell: fix spelling mistake in kernel docMiquel Raynal2018-12-071-1/+1
| * | mtd: rawnand: ams-delta: Use GPIO API for data I/OJanusz Krzysztofik2018-12-071-48/+61
| * | mtd: rawnand: ams-delta: Request data port GPIO resourceJanusz Krzysztofik2018-12-071-2/+9
| * | mtd: rawnand: Move ->setup_data_interface() to nand_controller_opsBoris Brezillon2018-12-0714-22/+51
| * | mtd: rawnand: Move the ->exec_op() method to nand_controller_opsBoris Brezillon2018-12-079-38/+51
| * | mtd: rawnand: Deprecate the ->select_chip() hookBoris Brezillon2018-12-0727-36/+37
| * | mtd: rawnand: ams-delta: Stop implementing ->select_chip()Boris Brezillon2018-12-071-8/+6
| * | mtd: rawnand: vf610: Stop implementing ->select_chip()Boris Brezillon2018-12-071-16/+18
| * | mtd: rawnand: tegra: Stop implementing ->select_chip()Boris Brezillon2018-12-071-16/+12
| * | mtd: rawnand: marvell: Stop implementing ->select_chip()Boris Brezillon2018-12-071-9/+18
| * | mtd: rawnand: fsmc: Stop implementing ->select_chip()Boris Brezillon2018-12-071-11/+12