summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)Author
2023-09-08lib/string_helpers: Add flags param to string_get_size()Kent Overstreet
2023-07-27mtd: rawnand: fsl_upm: Fix an off-by one test in fun_exec_op()Christophe JAILLET
2023-07-27mtd: spi-nor: avoid holes in struct spi_mem_opArnd Bergmann
2023-07-15mtd: rawnand: rockchip: Align hwecc vs. raw page helper layoutsJohan Jonker
2023-07-15mtd: rawnand: rockchip: fix oobfree offset and descriptionJohan Jonker
2023-07-12mtd: rawnand: meson: fix OOB available bytes for ECCArseniy Krasnov
2023-07-12mtd: rawnand: omap_elm: Fix incorrect type in assignmentRoger Quadros
2023-07-12mtd: spinand: winbond: Fix ecc_get_statusOlivier Maignial
2023-07-12mtd: spinand: toshiba: Fix ecc_get_statusOlivier Maignial
2023-06-28Merge tag 'mtd/for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-23Merge branch 'nand/next' into mtd/nextMiquel Raynal
2023-06-22mtd: sm_ftl: Fix typos in commentsBo Liu
2023-06-19mtd: otp: clean up on error in mtd_otp_nvmem_add()Dan Carpenter
2023-06-19mtd: maps: pismo: Switch back to use i2c_driver's .probe()Uwe Kleine-König
2023-06-19mtd: rawnand: macronix: OTP access for MX30LFxG18ACArseniy Krasnov
2023-06-19mtd: rawnand: meson: fix unaligned DMA buffers handlingArseniy Krasnov
2023-06-19mtd: rawnand: add support for the Sandisk SDTNQGAMA chipJohan Jonker
2023-06-19mtd: rawnand: add basic sandisk manufacturer opsJohan Jonker
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig
2023-06-12mtd: block: use a simple bool to track open for writeChristoph Hellwig
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig
2023-06-12block: pass a gendisk to ->openChristoph Hellwig
2023-06-09mtd: otp: Put factory OTP/NVRAM into the entropy poolLinus Walleij
2023-06-09mtd: mtdpart: Drop useless LIST_HEADChristophe JAILLET
2023-06-09mtd: chips: Use SPDX license headersLinus Walleij
2023-06-09mtd: rawnand: meson: check buffer lengthArseniy Krasnov
2023-06-09mtd: spinand: macronix: Add support for serial NAND flashJaimeLiao
2023-06-09mtd: rawnand: meson: waiting w/o wired ready/busy pinArseniy Krasnov
2023-06-09mtd: rawnand: meson: replace integer consts with proper definesArseniy Krasnov
2023-06-09Revert "mtd: rawnand: arasan: Prevent an unsupported configuration"Amit Kumar Mahapatra
2023-06-05mtd: block2mtd: don't call early_lookup_bdev after the system is runningChristoph Hellwig
2023-06-05mtd: block2mtd: factor the early block device open logic into a helperChristoph Hellwig
2023-06-05init: improve the name_to_dev_t interfaceChristoph Hellwig
2023-06-05block: introduce holder opsChristoph Hellwig
2023-06-01mtd: rawnand: marvell: don't set the NAND frequency selectChris Packham
2023-06-01mtd: rawnand: marvell: ensure timing values are writtenChris Packham
2023-06-01mtdchar: mark bits of ioctl handler noinlineArnd Bergmann
2023-05-26mtd: spi-nor: Fix divide by zero for spi-nor-generic flashesTudor Ambarus
2023-05-26mtd: rawnand: ingenic: fix empty stub helper definitionsArnd Bergmann
2023-05-26mtd: spi-nor: spansion: make sure local struct does not contain garbageTudor Ambarus
2023-05-26mtd: spinand: gigadevice: add support for GD5F2GQ5xExxHMd Sadre Alam
2023-05-22mtd: st_spi_fsm: Use the devm_clk_get_enabled() helper functionChristophe JAILLET
2023-05-03Merge tag 'ubifs-for-linus-6.4-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-27Merge tag 'spi-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds
2023-04-25Merge tag 'mtd/for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds
2023-04-21ubi: Fix return value overwrite issue in try_write_vid_and_data()Wang YanQing
2023-04-21ubi: Simplify bool conversionYang Li