summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand
Commit message (Expand)AuthorAgeFilesLines
* mtd: rawnand: atmel: Unmap streaming DMA mappingsTudor Ambarus2022-10-261-0/+1
* mtd: rawnand: Fix return value check of wait_for_completion_timeoutMiaoqian Lin2022-05-121-6/+8
* mtd: rawnand: fix ecc parameters for mt7622Chuanhong Guo2022-05-121-4/+8
* mtd: rawnand: atmel: fix refcount issue in atmel_nand_controller_initXin Xiong2022-04-151-3/+11
* mtd: onenand: Check for error irqJiasheng Jiang2022-04-151-1/+6
* mtd: rawnand: brcmnand: Fixed incorrect sub-page ECC statusdavid regan2022-02-231-1/+1
* mtd: rawnand: brcmnand: Refactored code to introduce helper functionsKamal Dasu2022-02-231-38/+62
* mtd: rawnand: qcom: Fix clock sequencing in qcom_nandc_probe()Bryan O'Donoghue2022-02-231-8/+6
* mtd: nand: bbt: Fix corner case in bad block table handlingDoyle, Patrick2022-01-271-1/+1
* mtd: rawnand: gpmi: Remove explicit default gpmi clock setting for i.MX6Stefan Riedmueller2022-01-271-9/+0
* mtd: rawnand: fsmc: Take instruction delay into accountHerve Codina2021-12-141-0/+4
* mtd: rawnand: cafe: Fix a resource leak in the error handling path of 'cafe_n...Christophe JAILLET2021-09-221-1/+3
* mtd: rawnand: marvell: add missing clk_disable_unprepare() on error in marvel...Yang Yingliang2021-07-201-1/+3
* mtd: rawnand: gpmi: Fix a double free in gpmi_nand_initLv Yunlong2021-05-221-1/+1
* mtd: rawnand: qcom: Return actual error code instead of -ENODEVManivannan Sadhasivam2021-05-221-5/+2
* mtd: rawnand: brcmnand: fix OOB R/W with Hamming ECCÁlvaro Fernández Rojas2021-05-221-0/+6
* mtd: rawnand: fsmc: Fix error code in fsmc_nand_probe()Dan Carpenter2021-05-221-0/+2
* mtd: rawnand: atmel: Update ecc_stats.corrected counterKai Stuhlemmer (ebee Engineering)2021-05-221-2/+4
* mtd: spinand: core: add missing MODULE_DEVICE_TABLE()Alexander Lobakin2021-05-221-0/+2
* Revert "mtd: spinand: Fix OOB read"Felix Fietkau2021-01-091-4/+0
* mtd: rawnand: qcom: Fix DMA sync on FLASH_STATUS register readPraveenkumar I2020-12-301-0/+2
* mtd: spinand: Fix OOB readMiquel Raynal2020-12-301-0/+4
* mtd: rawnand: sunxi: Fix the probe error pathMiquel Raynal2020-10-141-1/+1
* mtd: rawnand: omap_elm: Fix runtime PM imbalance on errorDinghao Liu2020-10-011-0/+1
* mtd: rawnand: qcom: avoid write to unavailable registerSivaprakash Murugesan2020-08-191-1/+6
* mtd: rawnand: oxnas: Release all devices in the _remove() pathMiquel Raynal2020-07-221-2/+6
* mtd: rawnand: oxnas: Unregister all devices on errorMiquel Raynal2020-07-221-0/+8
* mtd: rawnand: oxnas: Keep track of registered devicesMiquel Raynal2020-07-221-4/+4
* mtd: rawnand: brcmnand: fix CS0 layoutÁlvaro Fernández Rojas2020-07-221-2/+3
* mtd: rawnand: timings: Fix default tR_max and tCCS_min timingsMiquel Raynal2020-07-221-3/+2
* mtd: rawnand: marvell: Fix probe error pathMiquel Raynal2020-07-221-9/+14
* mtd: rawnand: marvell: Use nand_cleanup() when the device is not yet registeredMiquel Raynal2020-07-221-1/+1
* mtd: rawnand: marvell: Fix the condition on a return codeMiquel Raynal2020-06-301-1/+1
* mtd: rawnand: tmio: Fix the probe error pathMiquel Raynal2020-06-251-1/+1
* mtd: rawnand: mtk: Fix the probe error pathMiquel Raynal2020-06-251-1/+1
* mtd: rawnand: plat_nand: Fix the probe error pathMiquel Raynal2020-06-251-1/+1
* mtd: rawnand: socrates: Fix the probe error pathMiquel Raynal2020-06-251-1/+1
* mtd: rawnand: oxnas: Fix the probe error pathMiquel Raynal2020-06-251-4/+4
* mtd: rawnand: oxnas: Add of_node_put()Nishka Dasgupta2020-06-251-3/+5
* mtd: rawnand: orion: Fix the probe error pathMiquel Raynal2020-06-251-1/+1
* mtd: rawnand: xway: Fix the probe error pathMiquel Raynal2020-06-251-1/+1
* mtd: rawnand: sharpsl: Fix the probe error pathMiquel Raynal2020-06-251-1/+1
* mtd: rawnand: diskonchip: Fix the probe error pathMiquel Raynal2020-06-251-5/+2
* mtd: rawnand: Pass a nand_chip object to nand_release()Boris Brezillon2020-06-2547-73/+64
* mtd: rawnand: Pass a nand_chip object to nand_scan()Boris Brezillon2020-06-2549-59/+58
* mtd: rawnand: pasemi: Fix the probe error pathMiquel Raynal2020-06-221-1/+3
* mtd: rawnand: brcmnand: fix hamming oob layoutÁlvaro Fernández Rojas2020-06-221-4/+7
* mtd: spinand: Propagate ECC information to the MTD structureMiquel Raynal2020-05-271-0/+4
* mtd: spinand: Explicitly use MTD_OPS_RAW to write the bad block marker to OOBFrieder Schrempf2020-04-231-0/+1
* mtd: spinand: Do not erase the block before writing a bad block markerFrieder Schrempf2020-04-171-3/+0