summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2023-06-29Merge tag 'mtd/for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds23-61/+398
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds4-34/+49
2023-06-23Merge branch 'nand/next' into mtd/nextMiquel Raynal9-25/+354
2023-06-23mtd: sm_ftl: Fix typos in commentsBo Liu1-1/+1
2023-06-19mtd: otp: clean up on error in mtd_otp_nvmem_add()Dan Carpenter1-3/+5
2023-06-19mtd: maps: pismo: Switch back to use i2c_driver's .probe()Uwe Kleine-König1-1/+1
2023-06-19mtd: rawnand: macronix: OTP access for MX30LFxG18ACArseniy Krasnov1-0/+167
2023-06-19mtd: rawnand: meson: fix unaligned DMA buffers handlingArseniy Krasnov1-0/+4
2023-06-19mtd: rawnand: add support for the Sandisk SDTNQGAMA chipJohan Jonker1-0/+3
2023-06-19mtd: rawnand: add basic sandisk manufacturer opsJohan Jonker4-1/+29
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig3-7/+6
2023-06-12mtd: block: use a simple bool to track open for writeChristoph Hellwig2-2/+2
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig1-2/+2
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig2-2/+2
2023-06-12block: pass a gendisk to ->openChristoph Hellwig2-4/+4
2023-06-09mtd: otp: Put factory OTP/NVRAM into the entropy poolLinus Walleij1-0/+19
2023-06-09mtd: mtdpart: Drop useless LIST_HEADChristophe JAILLET1-1/+0
2023-06-09mtd: chips: Use SPDX license headersLinus Walleij9-11/+15
2023-06-09mtd: rawnand: meson: check buffer lengthArseniy Krasnov1-3/+43
2023-06-09mtd: spinand: macronix: Add support for serial NAND flashJaimeLiao1-0/+20
2023-06-09mtd: rawnand: meson: waiting w/o wired ready/busy pinArseniy Krasnov1-4/+73
2023-06-09mtd: rawnand: meson: replace integer consts with proper definesArseniy Krasnov1-2/+5
2023-06-09Revert "mtd: rawnand: arasan: Prevent an unsupported configuration"Amit Kumar Mahapatra1-15/+0
2023-06-05mtd: block2mtd: don't call early_lookup_bdev after the system is runningChristoph Hellwig1-1/+11
2023-06-05mtd: block2mtd: factor the early block device open logic into a helperChristoph Hellwig1-23/+30
2023-06-05init: improve the name_to_dev_t interfaceChristoph Hellwig1-2/+1
2023-06-05block: introduce holder opsChristoph Hellwig1-2/+2
2023-06-01mtd: rawnand: marvell: don't set the NAND frequency selectChris Packham1-4/+0
2023-06-01mtd: rawnand: marvell: ensure timing values are writtenChris Packham1-0/+6
2023-06-01mtdchar: mark bits of ioctl handler noinlineArnd Bergmann1-4/+4
2023-05-26mtd: spi-nor: Fix divide by zero for spi-nor-generic flashesTudor Ambarus1-1/+4
2023-05-26mtd: rawnand: ingenic: fix empty stub helper definitionsArnd Bergmann1-4/+4
2023-05-26mtd: spi-nor: spansion: make sure local struct does not contain garbageTudor Ambarus1-2/+2
2023-05-26mtd: spinand: gigadevice: add support for GD5F2GQ5xExxHMd Sadre Alam1-0/+10
2023-05-22mtd: st_spi_fsm: Use the devm_clk_get_enabled() helper functionChristophe JAILLET1-22/+6
2023-05-04Merge tag 'ubifs-for-linus-6.4-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-6/+15
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-3/+1
2023-04-27Merge tag 'spi-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds1-1/+1
2023-04-26Merge tag 'mtd/for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds77-398/+1359
2023-04-21ubi: Fix return value overwrite issue in try_write_vid_and_data()Wang YanQing1-5/+14
2023-04-21ubi: Simplify bool conversionYang Li1-1/+1
2023-04-19Merge tag 'nand/for-6.4' into mtd/nextMiquel Raynal56-211/+256
2023-04-19Merge tag 'spi-nor/for-6.4' into mtd/nextMiquel Raynal15-158/+1074
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-11mtd: nand: Convert to platform remove callback returning voidUwe Kleine-König49-191/+99
2023-04-11mtd: onenand: omap2: Drop obsolete dependency on COMPILE_TESTJean Delvare1-1/+1
2023-04-08mtd: spi-nor: spansion: Add support for s25hl02gt and s25hs02gtTakahiro Kuwano1-0/+12
2023-04-08mtd: spi-nor: spansion: Add a new ->ready() hook for multi-chip deviceTakahiro Kuwano1-24/+85
2023-04-08mtd: spi-nor: spansion: Rework cypress_nor_quad_enable_volatile() for multi-c...Takahiro Kuwano1-21/+39
2023-04-08mtd: spi-nor: spansion: Rework cypress_nor_get_page_size() for multi-chip dev...Takahiro Kuwano1-20/+69