summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2023-06-09mtdchar: mark bits of ioctl handler noinlineArnd Bergmann1-4/+4
2023-06-09mtd: rawnand: marvell: don't set the NAND frequency selectChris Packham1-4/+0
2023-06-09mtd: rawnand: marvell: ensure timing values are writtenChris Packham1-0/+6
2023-06-09mtd: rawnand: ingenic: fix empty stub helper definitionsArnd Bergmann1-4/+4
2023-05-17mtd: spi-nor: spansion: Enable JFFS2 write buffer for Infineon s25hx SEMPER f...Takahiro Kuwano1-5/+2
2023-05-17mtd: spi-nor: spansion: Enable JFFS2 write buffer for Infineon s28hx SEMPER f...Takahiro Kuwano4-1/+17
2023-05-17mtd: spi-nor: Add a RWW flagMiquel Raynal3-0/+7
2023-05-11mtd: spi-nor: core: Update flash's current address mode when changing address...Tudor Ambarus1-1/+3
2023-05-11mtd: core: fix error path for nvmem providerMichael Walle1-3/+10
2023-05-11mtd: core: fix nvmem error reportingMichael Walle1-2/+3
2023-05-11mtd: core: provide unique name for nvmem device, take twoMichael Walle1-3/+2
2023-05-11ubi: Fix return value overwrite issue in try_write_vid_and_data()Wang YanQing1-5/+14
2023-04-16Merge tag 'ubifs-for-linus-6.3-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-8/+17
2023-04-03mtd: rawnand: meson: fix bitmask for length in command wordArseniy Krasnov1-3/+3
2023-04-03mtdblock: tolerate corrected bit-flipsBang Li1-4/+8
2023-04-03mtd: rawnand: stm32_fmc2: use timings.mode instead of checking tRC_minChristophe Kerello1-1/+1
2023-04-03mtd: rawnand: stm32_fmc2: remove unsupported EDO modeChristophe Kerello1-0/+3
2023-04-02Merge tag 'driver-core-6.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-4/+23
2023-03-30ubi: Fix failure attaching when vid_hdr offset equals to (sub)page sizeZhihao Cheng1-6/+15
2023-03-27Merge tag 'mtd/fixes-for-6.3-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-3/+25
2023-03-22mtd: rawnand: meson: invalidate cache on polling ECC bitArseniy Krasnov1-1/+7
2023-03-22mtd: rawnand: nandsim: Artificially prevent sequential page readsMiquel Raynal1-1/+16
2023-03-11Merge tag 'i2c-for-6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+2
2023-03-11ubi: block: Fix missing blk_mq_end_requestRichard Weinberger1-1/+4
2023-03-09mtd: maps: pismo: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2023-03-06mtd: nand: mxic-ecc: Fix mxic_ecc_data_xfer_wait_for_completion() when irq is...Christophe JAILLET1-0/+1
2023-03-06mtd: rawnand: meson: initialize struct with zeroesArseniy Krasnov1-1/+1
2023-03-06mtd: spi-nor: fix memory leak when using debugfs_lookup()Greg Kroah-Hartman3-4/+23
2023-03-04ubi: Fix deadlock caused by recursively holding work_semZhaoLong Wang1-2/+2
2023-03-01Merge tag 'ubifs-for-linus-6.3-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds10-106/+118
2023-02-27Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-9/+9
2023-02-26Merge tag 'mtd/for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds26-757/+540
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+10
2023-02-23Merge tag 'nand/for-6.3' into mtd/nextMiquel Raynal16-663/+422
2023-02-23Merge tag 'spi-nor/for-6.3' into mtd/nextMiquel Raynal10-87/+104
2023-02-21Merge tag 'arm-boardfile-remove-6.3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-61/+1
2023-02-14ubi: block: Fix a possible use-after-free bug in ubiblock_create()Harshit Mogalapalli1-0/+1
2023-02-14mtd: ubi: block: wire-up device parentDaniel Golle2-1/+2
2023-02-14mtd: ubi: wire-up parent MTD deviceDaniel Golle1-0/+1
2023-02-08mtd: mtdpart: Don't create platform device that'll never probeSaravana Kannan1-0/+10
2023-02-06mtd: parsers: ofpart: add workaround for #size-cells 0Francesco Dolcini1-0/+19
2023-02-06mtd: rawnand: sunxi: Precompute the ECC_CTL register valueSamuel Holland1-17/+10
2023-02-06mtd: rawnand: sunxi: Embed sunxi_nand_hw_ecc by valueSamuel Holland1-39/+6
2023-02-06mtd: rawnand: sunxi: Update OOB layout to match hardwareSamuel Holland1-0/+7
2023-02-06Merge tag 'mtd/fixes-for-6.2-rc4' into spi-nor/nextTudor Ambarus2-2/+4
2023-02-06mtd: spi-nor: Sort headers alphabeticallyTudor Ambarus3-9/+8
2023-02-06mtd: spi-nor: Fix shift-out-of-bounds in spi_nor_set_erase_typeLouis Rannou3-2/+12
2023-02-06ubi: use correct names in function kernel-doc commentsRandy Dunlap3-3/+3
2023-02-06ubi: block: set BLK_MQ_F_BLOCKINGChristoph Hellwig1-69/+28
2023-02-03mtd: nand: ecc-mtk: Add ECC support fot MT7986 ICXiangsheng Hou1-3/+25