summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* mtd: rawnand: lpc32xx_mlc: fix irq handler prototypeArnd Bergmann2024-03-261-2/+3
* mtd: Fix gluebi NULL pointer dereference caused by ftl notifierZhaoLong Wang2024-01-251-2/+2
* mtd: rawnand: Increment IFC_TIMEOUT_MSECS for nand controller responseRonald Monthero2024-01-251-1/+1
* mtd: cfi_cmdset_0001: Byte swap OTP infoLinus Walleij2023-12-081-2/+18
* mtd: cfi_cmdset_0001: Support the absence of protection registersJean-Philippe Brucker2023-12-081-5/+8
* mtd: rawnand: brcmnand: Fix ecc chunk calculation for erased page bitfipsClaire Lin2023-12-081-1/+4
* mtd: spinand: micron: correct bitmask for ecc statusMartin Kurbanov2023-10-251-1/+1
* mtd: rawnand: qcom: Unmap the right resource upon probe failureBibek Kumar Patro2023-10-251-1/+1
* ubi: Refuse attaching if mtd's erasesize is 0Zhihao Cheng2023-10-101-0/+7
* mtd: rawnand: brcmnand: Fix ECC level field setting for v7.2 controllerWilliam Zhang2023-09-231-33/+42
* mtd: rawnand: brcmnand: Fix potential false time out warningWilliam Zhang2023-09-231-0/+8
* mtd: rawnand: brcmnand: Fix potential out-of-bounds access in oob writeWilliam Zhang2023-09-231-2/+16
* mtd: rawnand: brcmnand: Fix crash during the panic_writeWilliam Zhang2023-09-231-1/+11
* mtd: rawnand: omap_elm: Fix incorrect type in assignmentRoger Quadros2023-08-111-12/+12
* treewide: Remove uninitialized_var() usageKees Cook2023-08-113-3/+3
* spi: cadence-quadspi: fix suspend-resume implementationsDhruva Gole2023-05-171-3/+16
* mtd: spi-nor: cadence-quadspi: Handle probe deferral while requesting DMA cha...Vignesh Raghavendra2023-05-171-5/+13
* mtd: spi-nor: cadence-quadspi: Don't initialize rx_dma_complete on failureVignesh Raghavendra2023-05-171-0/+1
* mtd: spi-nor: cadence-quadspi: Make driver independent of flash geometryVignesh Raghavendra2023-05-171-35/+1
* ubi: Fix return value overwrite issue in try_write_vid_and_data()Wang YanQing2023-05-171-5/+14
* ubi: Fix deadlock caused by recursively holding work_semZhaoLong Wang2023-04-201-2/+2
* mtd: ubi: wl: Fix a couple of kernel-doc issuesLee Jones2023-04-201-2/+1
* ubi: Fix failure attaching when vid_hdr offset equals to (sub)page sizeZhihao Cheng2023-04-201-6/+15
* mtdblock: tolerate corrected bit-flipsBang Li2023-04-201-4/+8
* 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: 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: rawnand: sunxi: Fix the size of the last OOB regionSamuel Holland2023-03-111-1/+1
* mtd: maps: pxa2xx-flash: fix memory leak in probeZheng Yongjun2023-01-181-0/+2
* mtd: lpddr2_nvm: Fix possible null-ptr-derefHui Tang2023-01-181-0/+2
* mtd: Fix device name leak when register device failed in add_mtd_device()Zhang Xiaoxu2023-01-181-1/+3
* spi: intel: Fix the offset to get the 64K erase opcodeMauro Lima2022-11-251-1/+1
* 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: st_spi_fsm: Add a clk_disable_unprepare() in .probe()'s error pathUwe Kleine-König2022-08-251-3/+5
* mtd: sm_ftl: Fix deadlock caused by cancel_work_sync in sm_releaseDuoming Zhou2022-08-251-1/+1
* mtd: maps: Fix refcount leak in ap_flash_initMiaoqian Lin2022-08-251-0/+1
* mtd: maps: Fix refcount leak in of_flash_probe_versatileMiaoqian Lin2022-08-251-0/+1
* mtd: cfi_cmdset_0002: Use chip_ready() for write on S29GL064NTokunori Ikegami2022-06-141-8/+34
* mtd: cfi_cmdset_0002: Move and rename chip_check/chip_ready/chip_good_for_writeTokunori Ikegami2022-06-141-45/+32
* ubi: ubi_create_volume: Fix use-after-free when volume creation failedZhihao Cheng2022-06-141-1/+0
* 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
* ubi: fastmap: Return error code if memory allocation fails in add_aeb()Zhihao Cheng2022-04-151-9/+19
* ubi: Fix race condition between ctrl_cdev_ioctl and ubi_cdev_ioctlBaokun Li2022-04-152-15/+2
* 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