summaryrefslogtreecommitdiffstats
path: root/drivers/mtd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sparc-for-6.9-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-03-151-1/+1
|\
| * mtd: maps: sun_uflash: Declare uflash_devinit staticSam Ravnborg2024-03-081-1/+1
* | Merge tag 'mtd/for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds2024-03-1526-626/+535
|\ \
| * \ Merge tag 'nand/for-6.9' into mtd/nextMiquel Raynal2024-03-1516-182/+403
| |\ \
| | * | mtd: rawnand: Ensure continuous reads are well disabledMiquel Raynal2024-03-151-0/+3
| | * | mtd: rawnand: Constrain even more when continuous reads are enabledMiquel Raynal2024-03-151-1/+11
| | * | mtd: rawnand: brcmnand: Add support for getting ecc setting from strapWilliam Zhang2024-03-151-6/+77
| | * | mtd: rawnand: brcmnand: fix sparse warningsWilliam Zhang2024-03-151-2/+2
| | * | mtd: nand: raw: atmel: Fix comment in timings preparationAlexander Dahl2024-03-151-1/+1
| | * | mtd: rawnand: Ensure all continuous terms are always in syncMiquel Raynal2024-03-151-9/+14
| | * | mtd: rawnand: Add a helper for calculating a page indexMiquel Raynal2024-03-151-5/+11
| | * | mtd: rawnand: Fix and simplify again the continuous read derivationsMiquel Raynal2024-03-151-14/+20
| | * | mtd: rawnand: hynix: remove @nand_technology kernel-doc descriptionRandy Dunlap2024-03-151-1/+0
| | * | mtd: rawnand: brcmnand: Support write protection setting from dtsWilliam Zhang2024-03-151-0/+4
| | * | mtd: rawnand: brcmnand: Add BCMBCA read data bus interfaceWilliam Zhang2024-03-153-3/+46
| | * | mtd: rawnand: brcmnand: Rename bcm63138 nand driverWilliam Zhang2024-03-153-100/+100
| | * | mtd: rawnand: brcmnand: update log level messagesDavid Regan2024-02-261-3/+3
| | * | mtd: rawnand: brcmnand: fix style issuesWilliam Zhang2024-02-261-12/+11
| | * | mtd: rawnand: brcmnand: exec_op helper functions return type fixesDavid Regan2024-02-261-4/+8
| | * | mtd: rawnand: stm32_fmc2: add MP25 supportChristophe Kerello2024-02-261-9/+45
| | * | mtd: rawnand: stm32_fmc2: use dma_get_slave_caps to get DMA max burstChristophe Kerello2024-02-261-5/+24
| | * | mtd: rawnand: lpc32xx_mlc: fix irq handler prototypeArnd Bergmann2024-02-261-2/+3
| | * | mtd: rawnand: Prefer struct_size over open coded arithmeticErick Archer2024-02-261-1/+1
| | * | mtd: rawnand: meson: fix scrambling mode value in command macroArseniy Krasnov2024-02-261-1/+1
| | * | mtd: rawnand: remove redundant assignment to variable bbtblocksColin Ian King2024-02-261-1/+0
| | * | mtd: spinand: esmt: Extend IDs to 5 bytesEzra Buehler2024-02-051-3/+6
| | * | mtd: rawnand: fsl_elbc: Let .probe retry if local bus is missingUwe Kleine-König2024-02-051-1/+2
| | * | mtd: spinand: winbond: add support for W25N04KVZhi-Jun You2024-02-051-0/+12
| | |/
| * | mtd: spi-nor: core: correct type of iMuhammad Usama Anjum2024-03-131-1/+1
| * | Merge tag 'spi-nor/for-6.9' into mtd/nextMiquel Raynal2024-03-134-165/+125
| |\ \
| | * | mtd: spi-nor: core: set mtd->eraseregions for non-uniform erase mapTakahiro Kuwano2024-02-261-2/+56
| | * | mtd: spi-nor: core: get rid of SNOR_OVERLAID_REGION flagTakahiro Kuwano2024-02-264-17/+8
| | * | mtd: spi-nor: core: get rid of SNOR_LAST_REGION flagTakahiro Kuwano2024-02-264-105/+41
| | * | mtd: spi-nor: core: rework struct spi_nor_erase_regionTakahiro Kuwano2024-02-264-67/+46
| | |/
| * | mtd: Remove support for Carillo Ranch driverMatthew Wilcox (Oracle)2024-02-263-273/+0
| * | mtd: chips: remove redundant assignment to variable timeoColin Ian King2024-02-261-2/+2
| * | mtd: maps: physmap-core: fix flash size larger than 32-bitBaruch Siach2024-02-261-1/+1
| * | mtd: ssfdc: Improve a size determination in ssfdcr_add_mtd()Markus Elfring2024-02-051-1/+1
| * | mtd: ssfdc: Fix indentation in ssfdcr_add_mtd()Markus Elfring2024-02-051-1/+1
| * | mtd: ssfdc: One function call less in ssfdcr_add_mtd() after error detectionMarkus Elfring2024-02-051-1/+2
| |/
* | Merge tag 'spi-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2024-03-131-1/+1
|\ \
| * | mtd: dataflash: Follow renaming of SPI "master" to "controller"Uwe Kleine-König2024-02-081-1/+1
| |/
* | Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds2024-03-112-8/+10
|\ \
| * | ubiblock: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig2024-02-201-2/+4
| * | mtd_blkdevs: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig2024-02-201-6/+6
| * | block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig2024-02-132-2/+2
| |/
* | Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-03-111-25/+21
|\ \
| * | block2mtd: port device access to filesChristian Brauner2024-02-251-25/+21
| |/
* | mtd: rawnand: marvell: fix layoutsElad Nachman2024-02-051-8/+5
* | mtd: Fix possible refcounting issue when going through partition nodesMiquel Raynal2024-02-051-0/+1