summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* ubi: ubi_wl_put_peb: Fix infinite loop when wear-leveling work failedZhihao Cheng2023-03-111-2/+14
* ubi: Fix UAF wear-leveling entry in eraseblk_count_seq_show()Zhihao Cheng2023-03-111-1/+8
* ubi: fastmap: Fix missed fm_anchor PEB in wear-leveling after disabling fastmapZhihao Cheng2023-03-111-5/+7
* ubi: Fix possible null-ptr-deref in ubi_free_volume()Yang Yingliang2023-03-112-6/+7
* ubi: Fix unreferenced object reported by kmemleak in ubi_resize_volume()Li Zetao2023-03-111-1/+1
* ubi: Fix use-after-free when volume resizing failedLi Zetao2023-03-111-1/+3
* ubi: ensure that VID header offset + VID header size <= alloc, sizeGeorge Kennedy2023-03-111-0/+6
* mtd: spi-nor: Fix shift-out-of-bounds in spi_nor_set_erase_typeLouis Rannou2023-03-103-2/+12
* mtd: spi-nor: spansion: Consider reserved bits in CFR5 registerTudor Ambarus2023-03-101-2/+7
* mtd: spi-nor: sfdp: Fix index value for SCCR dwordsTakahiro Kuwano2023-03-101-1/+1
* mtd: spi-nor: Check for zero erase size in spi_nor_find_best_erase_type()Alexander Sverdlin2023-01-121-0/+2
* mtd: maps: pxa2xx-flash: fix memory leak in probeZheng Yongjun2022-12-311-0/+2
* mtd: spi-nor: Fix the number of bytes for the dummy cyclesAllen-KH Cheng2022-12-311-1/+2
* mtd: spi-nor: hide jedec_id sysfs attribute if not presentMichael Walle2022-12-311-0/+14
* mtd: lpddr2_nvm: Fix possible null-ptr-derefHui Tang2022-12-311-0/+2
* mtd: Fix device name leak when register device failed in add_mtd_device()Zhang Xiaoxu2022-12-311-1/+3
* spi: intel: Use correct mask for flash and protected regionsMika Westerberg2022-11-261-4/+4
* mtd: spi-nor: intel-spi: Disable write protection only if askedMika Westerberg2022-11-262-32/+38
* spi: intel: Fix the offset to get the 64K erase opcodeMauro Lima2022-11-261-1/+1
* mtd: parsers: bcm47xxpart: Fix halfblock readsLinus Walleij2022-11-101-2/+2
* mtd: parsers: bcm47xxpart: print correct offset on read errorRafał Miłecki2022-11-101-1/+1
* mtd: rawnand: intel: Add missing of_node_put() in ebu_nand_probe()Yang Yingliang2022-11-031-7/+12
* mtd: rawnand: marvell: Use correct logic for nand-keep-configTony O'Brien2022-11-031-1/+1
* mtd: rawnand: meson: fix bit map use in meson_nfc_ecc_correct()Dan Carpenter2022-10-261-2/+2
* mtd: rawnand: fsl_elbc: Fix none ECC modePali Rohár2022-10-261-12/+16
* mtd: rawnand: intel: Remove undocumented compatible stringMartin Blumenstingl2022-10-261-1/+0
* mtd: rawnand: intel: Read the chip-select line from the correct OF nodeMartin Blumenstingl2022-10-261-2/+9
* mtd: devices: docg3: check the return value of devm_ioremap() in the probeWilliam Dean2022-10-261-1/+6
* mtd: rawnand: atmel: Unmap streaming DMA mappingsTudor Ambarus2022-10-261-0/+1
* mtd: spi-nor: fix spi_nor_spimem_setup_op() call in spi_nor_erase_{sector,chi...Patrice Chotard2022-08-171-3/+3
* mtd: dataflash: Add SPI ID tableMark Brown2022-08-171-0/+8
* mtd: st_spi_fsm: Add a clk_disable_unprepare() in .probe()'s error pathUwe Kleine-König2022-08-171-3/+5
* mtd: parsers: ofpart: Fix refcount leak in bcm4908_partitions_fw_offsetMiaoqian Lin2022-08-171-0/+3
* mtd: partitions: Fix refcount leak in parse_redboot_ofMiaoqian Lin2022-08-171-0/+1
* mtd: sm_ftl: Fix deadlock caused by cancel_work_sync in sm_releaseDuoming Zhou2022-08-171-1/+1
* mtd: rawnand: meson: Fix a potential double free issueChristophe JAILLET2022-08-171-1/+0
* mtd: maps: Fix refcount leak in ap_flash_initMiaoqian Lin2022-08-171-0/+1
* mtd: maps: Fix refcount leak in of_flash_probe_versatileMiaoqian Lin2022-08-171-0/+1
* mtd: rawnand: arasan: Update NAND bus clock instead of system clockAmit Kumar Mahapatra2022-08-171-4/+4
* mtd: rawnand: arasan: Fix clock rate in NV-DDROlga Kitaina2022-08-171-1/+7
* mtd: rawnand: gpmi: Set WAIT_FOR_READY timeout based on program/erase timesSascha Hauer2022-07-291-2/+4
* mtd: rawnand: gpmi: validate controller clock rateDario Binacchi2022-07-291-4/+18
* Revert "mtd: rawnand: gpmi: Fix setting busy timeout setting"Greg Kroah-Hartman2022-07-151-1/+1
* mtd: spi-nor: Skip erase logic when SPI_NOR_NO_ERASE is setTudor Ambarus2022-07-121-1/+2
* mtd: rawnand: gpmi: Fix setting busy timeout settingSascha Hauer2022-06-291-1/+1
* ubi: ubi_create_volume: Fix use-after-free when volume creation failedZhihao Cheng2022-06-141-1/+0
* ubi: fastmap: Fix high cpu usage of ubi_bgt by making sure wl_pool not emptyZhihao Cheng2022-06-144-46/+57
* mtd: cfi_cmdset_0002: Use chip_ready() for write on S29GL064NTokunori Ikegami2022-06-091-8/+34
* mtd: cfi_cmdset_0002: Move and rename chip_check/chip_ready/chip_good_for_writeTokunori Ikegami2022-06-091-63/+32
* mtd: rawnand: intel: fix possible null-ptr-deref in ebu_nand_probe()Yang Yingliang2022-06-091-1/+1