summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mtd/for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds2023-06-2823-61/+398
|\
| * Merge branch 'nand/next' into mtd/nextMiquel Raynal2023-06-239-25/+354
| |\
| | * mtd: rawnand: macronix: OTP access for MX30LFxG18ACArseniy Krasnov2023-06-191-0/+167
| | * mtd: rawnand: meson: fix unaligned DMA buffers handlingArseniy Krasnov2023-06-191-0/+4
| | * mtd: rawnand: add support for the Sandisk SDTNQGAMA chipJohan Jonker2023-06-191-0/+3
| | * mtd: rawnand: add basic sandisk manufacturer opsJohan Jonker2023-06-194-1/+29
| | * mtd: rawnand: meson: check buffer lengthArseniy Krasnov2023-06-091-3/+43
| | * mtd: spinand: macronix: Add support for serial NAND flashJaimeLiao2023-06-091-0/+20
| | * mtd: rawnand: meson: waiting w/o wired ready/busy pinArseniy Krasnov2023-06-091-4/+73
| | * mtd: rawnand: meson: replace integer consts with proper definesArseniy Krasnov2023-06-091-2/+5
| | * Revert "mtd: rawnand: arasan: Prevent an unsupported configuration"Amit Kumar Mahapatra2023-06-091-15/+0
| | * mtd: spinand: gigadevice: add support for GD5F2GQ5xExxHMd Sadre Alam2023-05-261-0/+10
| * | mtd: sm_ftl: Fix typos in commentsBo Liu2023-06-221-1/+1
| * | mtd: otp: clean up on error in mtd_otp_nvmem_add()Dan Carpenter2023-06-191-3/+5
| * | mtd: maps: pismo: Switch back to use i2c_driver's .probe()Uwe Kleine-König2023-06-191-1/+1
| * | mtd: otp: Put factory OTP/NVRAM into the entropy poolLinus Walleij2023-06-091-0/+19
| * | mtd: mtdpart: Drop useless LIST_HEADChristophe JAILLET2023-06-091-1/+0
| * | mtd: chips: Use SPDX license headersLinus Walleij2023-06-099-11/+15
| * | mtd: st_spi_fsm: Use the devm_clk_get_enabled() helper functionChristophe JAILLET2023-05-221-22/+6
| |/
* | Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-264-34/+49
|\ \
| * | block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-123-7/+6
| * | mtd: block: use a simple bool to track open for writeChristoph Hellwig2023-06-122-2/+2
| * | block: use the holder as indication for exclusive opensChristoph Hellwig2023-06-121-2/+2
| * | block: remove the unused mode argument to ->releaseChristoph Hellwig2023-06-122-2/+2
| * | block: pass a gendisk to ->openChristoph Hellwig2023-06-122-4/+4
| * | mtd: block2mtd: don't call early_lookup_bdev after the system is runningChristoph Hellwig2023-06-051-1/+11
| * | mtd: block2mtd: factor the early block device open logic into a helperChristoph Hellwig2023-06-051-23/+30
| * | init: improve the name_to_dev_t interfaceChristoph Hellwig2023-06-051-2/+1
| * | block: introduce holder opsChristoph Hellwig2023-06-051-2/+2
| |/
* | mtd: rawnand: marvell: don't set the NAND frequency selectChris Packham2023-06-011-4/+0
* | mtd: rawnand: marvell: ensure timing values are writtenChris Packham2023-06-011-0/+6
* | mtdchar: mark bits of ioctl handler noinlineArnd Bergmann2023-06-011-4/+4
* | mtd: spi-nor: Fix divide by zero for spi-nor-generic flashesTudor Ambarus2023-05-261-1/+4
* | mtd: rawnand: ingenic: fix empty stub helper definitionsArnd Bergmann2023-05-261-4/+4
* | mtd: spi-nor: spansion: make sure local struct does not contain garbageTudor Ambarus2023-05-261-2/+2
|/
* Merge tag 'ubifs-for-linus-6.4-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-05-032-6/+15
|\
| * ubi: Fix return value overwrite issue in try_write_vid_and_data()Wang YanQing2023-04-211-5/+14
| * ubi: Simplify bool conversionYang Li2023-04-211-1/+1
* | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-272-3/+1
|\ \
| * \ Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman2023-04-038-11/+54
| |\ \
| * | | driver core: class: mark the struct class for sysfs callbacks as constantGreg Kroah-Hartman2023-03-291-1/+1
| * | | drivers: remove struct module * setting from struct classGreg Kroah-Hartman2023-03-172-2/+0
* | | | Merge tag 'spi-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2023-04-271-1/+1
|\ \ \ \
| * \ \ \ Merge tag 'v6.3-rc2' into spi-6.4 to fix clock related boot issuesMark Brown2023-03-132-4/+6
| |\ \ \ \
| * | | | | mtd: devices: Replace all spi->chip_select and spi->cs_gpiod references with ...Amit Kumar Mahapatra via Alsa-devel2023-03-111-1/+1
| | |/ / / | |/| | |
* | | | | Merge tag 'mtd/for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds2023-04-2577-398/+1359
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge tag 'nand/for-6.4' into mtd/nextMiquel Raynal2023-04-1956-211/+256
| |\ \ \ \
| | * | | | mtd: nand: Convert to platform remove callback returning voidUwe Kleine-König2023-04-1149-191/+99
| | * | | | mtd: onenand: omap2: Drop obsolete dependency on COMPILE_TESTJean Delvare2023-04-111-1/+1
| | * | | | mtd: spinand: add support for ESMT F50x1G41LBChuanhong Guo2023-04-033-1/+138