summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ubifs-for-linus-6.3-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-152-8/+17
|\
| * ubi: Fix failure attaching when vid_hdr offset equals to (sub)page sizeZhihao Cheng2023-03-291-6/+15
| * ubi: Fix deadlock caused by recursively holding work_semZhaoLong Wang2023-03-041-2/+2
* | mtd: rawnand: meson: fix bitmask for length in command wordArseniy Krasnov2023-04-031-3/+3
* | mtdblock: tolerate corrected bit-flipsBang Li2023-04-031-4/+8
* | mtd: rawnand: stm32_fmc2: use timings.mode instead of checking tRC_minChristophe Kerello2023-04-031-1/+1
* | mtd: rawnand: stm32_fmc2: remove unsupported EDO modeChristophe Kerello2023-04-031-0/+3
* | Merge tag 'driver-core-6.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-023-4/+23
|\ \
| * | mtd: spi-nor: fix memory leak when using debugfs_lookup()Greg Kroah-Hartman2023-03-063-4/+23
| |/
* | Merge tag 'mtd/fixes-for-6.3-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-03-273-3/+25
|\ \
| * | mtd: rawnand: meson: invalidate cache on polling ECC bitArseniy Krasnov2023-03-221-1/+7
| * | mtd: rawnand: nandsim: Artificially prevent sequential page readsMiquel Raynal2023-03-221-1/+16
| * | mtd: nand: mxic-ecc: Fix mxic_ecc_data_xfer_wait_for_completion() when irq is...Christophe JAILLET2023-03-061-0/+1
| * | mtd: rawnand: meson: initialize struct with zeroesArseniy Krasnov2023-03-061-1/+1
| |/
* | Merge tag 'i2c-for-6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-03-111-3/+2
|\ \
| * | mtd: maps: pismo: Convert to i2c's .probe_new()Uwe Kleine-König2023-03-091-3/+2
| |/
* / ubi: block: Fix missing blk_mq_end_requestRichard Weinberger2023-03-111-1/+4
|/
* Merge tag 'ubifs-for-linus-6.3-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-03-0110-106/+118
|\
| * ubi: block: Fix a possible use-after-free bug in ubiblock_create()Harshit Mogalapalli2023-02-141-0/+1
| * mtd: ubi: block: wire-up device parentDaniel Golle2023-02-132-1/+2
| * mtd: ubi: wire-up parent MTD deviceDaniel Golle2023-02-131-0/+1
| * ubi: use correct names in function kernel-doc commentsRandy Dunlap2023-02-053-3/+3
| * ubi: block: set BLK_MQ_F_BLOCKINGChristoph Hellwig2023-02-051-69/+28
| * UBI: Fastmap: Fix kernel-docJiapeng Chong2023-02-021-1/+1
| * ubi: ubi_wl_put_peb: Fix infinite loop when wear-leveling work failedZhihao Cheng2023-02-021-2/+14
| * ubi: Fix UAF wear-leveling entry in eraseblk_count_seq_show()Zhihao Cheng2023-02-021-1/+8
| * ubi: fastmap: Fix missed fm_anchor PEB in wear-leveling after disabling fastmapZhihao Cheng2023-02-021-5/+7
| * ubi: Fix permission display of the debugfs filesZhaoLong Wang2023-02-021-9/+10
| * ubi: Fix possible null-ptr-deref in ubi_free_volume()Yang Yingliang2023-02-022-6/+7
| * ubi: fastmap: Add fastmap control support for module parameterZhaoLong Wang2023-02-021-4/+20
| * ubi: Fix unreferenced object reported by kmemleak in ubi_resize_volume()Li Zetao2023-02-021-1/+1
| * ubi: Fix use-after-free when volume resizing failedLi Zetao2023-02-021-1/+3
| * ubi: block: Reduce warning print to info for static volumesMårten Lindahl2023-02-021-3/+6
| * ubi: ensure that VID header offset + VID header size <= alloc, sizeGeorge Kennedy2023-02-021-0/+6
* | Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-02-271-9/+9
|\ \
| * | memory: renesas-rpc-if: Remove Runtime PM wrappersGeert Uytterhoeven2023-01-231-3/+3
| * | memory: renesas-rpc-if: Pass device instead of rpcif to rpcif_*()Geert Uytterhoeven2023-01-231-9/+9
* | | Merge tag 'mtd/for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds2023-02-2526-757/+540
|\ \ \
| * \ \ Merge tag 'nand/for-6.3' into mtd/nextMiquel Raynal2023-02-2316-663/+422
| |\ \ \
| | * | | mtd: rawnand: sunxi: Precompute the ECC_CTL register valueSamuel Holland2023-02-061-17/+10
| | * | | mtd: rawnand: sunxi: Embed sunxi_nand_hw_ecc by valueSamuel Holland2023-02-061-39/+6
| | * | | mtd: rawnand: sunxi: Update OOB layout to match hardwareSamuel Holland2023-02-061-0/+7
| | * | | mtd: nand: ecc-mtk: Add ECC support fot MT7986 ICXiangsheng Hou2023-02-031-3/+25
| | * | | mtd: rawnand: fsl_elbc: Propagate HW ECC settings to HWPali Rohár2023-01-301-0/+8
| | * | | mtd: spinand: Add support for AllianceMemory AS5F34G04SNDMario Kicherer2023-01-303-1/+155
| | * | | mtd: spinand: macronix: use scratch buffer for DMA operationDaniel Golle2023-01-231-1/+2
| | * | | mtd: rawnand: vf610_nfc: use regular comments for functionsRandy Dunlap2023-01-131-2/+2
| | * | | mtd: rawnand: Support for sequential cache readsJaimeLiao2023-01-131-4/+115
| | * | | mtd: rawnand: Prepare the late addition of supported operation checksMiquel Raynal2023-01-131-0/+10
| | * | | mtd: rawnand: Check the data only read pattern only onceMiquel Raynal2023-01-133-4/+22