summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2023-04-05mtd: rawnand: meson: invalidate cache on polling ECC bitArseniy Krasnov1-1/+7
2023-03-11ubi: ubi_wl_put_peb: Fix infinite loop when wear-leveling work failedZhihao Cheng1-2/+14
2023-03-11ubi: Fix UAF wear-leveling entry in eraseblk_count_seq_show()Zhihao Cheng1-1/+8
2023-03-11ubi: fastmap: Fix missed fm_anchor PEB in wear-leveling after disabling fastmapZhihao Cheng1-5/+7
2023-03-11ubi: Fix possible null-ptr-deref in ubi_free_volume()Yang Yingliang2-6/+7
2023-03-11ubi: Fix unreferenced object reported by kmemleak in ubi_resize_volume()Li Zetao1-1/+1
2023-03-11ubi: Fix use-after-free when volume resizing failedLi Zetao1-1/+3
2023-03-11ubi: ensure that VID header offset + VID header size <= alloc, sizeGeorge Kennedy1-0/+6
2023-03-10mtd: spi-nor: Fix shift-out-of-bounds in spi_nor_set_erase_typeLouis Rannou3-2/+12
2023-03-10mtd: spi-nor: spansion: Consider reserved bits in CFR5 registerTudor Ambarus1-2/+7
2023-03-10mtd: spi-nor: sfdp: Fix index value for SCCR dwordsTakahiro Kuwano1-1/+1
2023-01-12mtd: spi-nor: Check for zero erase size in spi_nor_find_best_erase_type()Alexander Sverdlin1-0/+2
2022-12-31mtd: maps: pxa2xx-flash: fix memory leak in probeZheng Yongjun1-0/+2
2022-12-31mtd: spi-nor: Fix the number of bytes for the dummy cyclesAllen-KH Cheng1-1/+2
2022-12-31mtd: spi-nor: hide jedec_id sysfs attribute if not presentMichael Walle1-0/+14
2022-12-31mtd: lpddr2_nvm: Fix possible null-ptr-derefHui Tang1-0/+2
2022-12-31mtd: Fix device name leak when register device failed in add_mtd_device()Zhang Xiaoxu1-1/+3
2022-11-26spi: intel: Use correct mask for flash and protected regionsMika Westerberg1-4/+4
2022-11-26mtd: spi-nor: intel-spi: Disable write protection only if askedMika Westerberg2-32/+38
2022-11-26spi: intel: Fix the offset to get the 64K erase opcodeMauro Lima1-1/+1
2022-11-10mtd: parsers: bcm47xxpart: Fix halfblock readsLinus Walleij1-2/+2
2022-11-10mtd: parsers: bcm47xxpart: print correct offset on read errorRafał Miłecki1-1/+1
2022-11-03mtd: rawnand: intel: Add missing of_node_put() in ebu_nand_probe()Yang Yingliang1-7/+12
2022-11-03mtd: rawnand: marvell: Use correct logic for nand-keep-configTony O'Brien1-1/+1
2022-10-26mtd: rawnand: meson: fix bit map use in meson_nfc_ecc_correct()Dan Carpenter1-2/+2
2022-10-26mtd: rawnand: fsl_elbc: Fix none ECC modePali Rohár1-12/+16
2022-10-26mtd: rawnand: intel: Remove undocumented compatible stringMartin Blumenstingl1-1/+0
2022-10-26mtd: rawnand: intel: Read the chip-select line from the correct OF nodeMartin Blumenstingl1-2/+9
2022-10-26mtd: devices: docg3: check the return value of devm_ioremap() in the probeWilliam Dean1-1/+6
2022-10-26mtd: rawnand: atmel: Unmap streaming DMA mappingsTudor Ambarus1-0/+1
2022-08-17mtd: spi-nor: fix spi_nor_spimem_setup_op() call in spi_nor_erase_{sector,chi...Patrice Chotard1-3/+3
2022-08-17mtd: dataflash: Add SPI ID tableMark Brown1-0/+8
2022-08-17mtd: st_spi_fsm: Add a clk_disable_unprepare() in .probe()'s error pathUwe Kleine-König1-3/+5
2022-08-17mtd: parsers: ofpart: Fix refcount leak in bcm4908_partitions_fw_offsetMiaoqian Lin1-0/+3
2022-08-17mtd: partitions: Fix refcount leak in parse_redboot_ofMiaoqian Lin1-0/+1
2022-08-17mtd: sm_ftl: Fix deadlock caused by cancel_work_sync in sm_releaseDuoming Zhou1-1/+1
2022-08-17mtd: rawnand: meson: Fix a potential double free issueChristophe JAILLET1-1/+0
2022-08-17mtd: maps: Fix refcount leak in ap_flash_initMiaoqian Lin1-0/+1
2022-08-17mtd: maps: Fix refcount leak in of_flash_probe_versatileMiaoqian Lin1-0/+1
2022-08-17mtd: rawnand: arasan: Update NAND bus clock instead of system clockAmit Kumar Mahapatra1-4/+4
2022-08-17mtd: rawnand: arasan: Fix clock rate in NV-DDROlga Kitaina1-1/+7
2022-07-29mtd: rawnand: gpmi: Set WAIT_FOR_READY timeout based on program/erase timesSascha Hauer1-2/+4
2022-07-29mtd: rawnand: gpmi: validate controller clock rateDario Binacchi1-4/+18
2022-07-15Revert "mtd: rawnand: gpmi: Fix setting busy timeout setting"Greg Kroah-Hartman1-1/+1
2022-07-12mtd: spi-nor: Skip erase logic when SPI_NOR_NO_ERASE is setTudor Ambarus1-1/+2
2022-06-29mtd: rawnand: gpmi: Fix setting busy timeout settingSascha Hauer1-1/+1
2022-06-14ubi: ubi_create_volume: Fix use-after-free when volume creation failedZhihao Cheng1-1/+0
2022-06-14ubi: fastmap: Fix high cpu usage of ubi_bgt by making sure wl_pool not emptyZhihao Cheng4-46/+57
2022-06-09mtd: cfi_cmdset_0002: Use chip_ready() for write on S29GL064NTokunori Ikegami1-8/+34
2022-06-09mtd: cfi_cmdset_0002: Move and rename chip_check/chip_ready/chip_good_for_writeTokunori Ikegami1-63/+32