summaryrefslogtreecommitdiffstats
path: root/drivers/mtd (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | mtd: spi-nor: macronix: Add support for mx25uw51245g with RWWMiquel Raynal2023-04-041-0/+3
| | * | | | mtd: spi-nor: Delay the initialization of bank_sizeMiquel Raynal2023-04-041-1/+2
| | * | | | mtd: spi-nor: Fix a trivial typoMiquel Raynal2023-04-041-1/+1
| | * | | | mtd: spi-nor: Enhance locking to support reads while writesMiquel Raynal2023-03-291-16/+321
| | * | | | mtd: spi-nor: Add a RWW flagMiquel Raynal2023-03-293-0/+7
| | * | | | mtd: spi-nor: Prepare the introduction of a new locking mechanismMiquel Raynal2023-03-291-6/+53
| | * | | | mtd: spi-nor: Separate preparation and lockingMiquel Raynal2023-03-291-4/+20
| | * | | | mtd: spi-nor: Reorder the preparation vs. locking stepsMiquel Raynal2023-03-295-21/+18
| | * | | | mtd: spi-nor: Add a macro to define more banksMiquel Raynal2023-03-291-0/+4
| | * | | | mtd: spi-nor: Introduce the concept of bankMiquel Raynal2023-03-293-5/+13
| | * | | | mtd: spi-nor: spansion: Add support for Infineon S25FS256TTakahiro Kuwano2023-03-171-0/+60
| | * | | | mtd: spi-nor: spansion: Make RD_ANY_REG_OP macro take number of dummy bytesTakahiro Kuwano2023-03-171-5/+5
| | | |/ / | | |/| |
| * | | | mtd: lpddr_cmds: remove unused words variableTom Rix2023-03-281-5/+2
| * | | | mtdblock: tolerate corrected bit-flipsBang Li2023-03-221-1/+3
| * | | | mtd: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-226-10/+9
| * | | | mtd: Avoid magic valuesMiquel Raynal2023-03-081-1/+1
| * | | | mtd: Avoid printing error messages on probe deferralsMiquel Raynal2023-03-081-5/+4
| * | | | Merge tag 'mtd/core-fixes-before-nvmem-layouts-for-6.4' into mtd/nextMiquel Raynal2023-03-081-10/+16
| |\ \ \ \
| | * | | | mtd: core: prepare mtd_otp_nvmem_add() to handle -EPROBE_DEFERMichael Walle2023-03-081-4/+3
| | * | | | mtd: core: fix error path for nvmem providerMichael Walle2023-03-081-3/+10
| | * | | | mtd: core: fix nvmem error reportingMichael Walle2023-03-081-2/+3
| | * | | | mtd: core: provide unique name for nvmem device, take twoMichael Walle2023-03-081-3/+2
| | | |/ / | | |/| |
| * / | | mtd: bcm63xxpart: remove MODULE_LICENSE in non-modulesNick Alcock2023-03-081-1/+0
| |/ / /
* | | | Merge tag 'ubifs-for-linus-6.3-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-162-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