summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2022-02-21mtd: core: Drop duplicate NULL checks around nvmem_unregister()Andy Shevchenko1-9/+4
2022-02-21mtd: core: Fix a conflict between MTD and NVMEM on wp-gpios propertyChristophe Kerello1-0/+2
2022-02-18mtd: rawnand: stm32_fmc2: Add NAND Write Protect supportChristophe Kerello1-1/+39
2022-02-18mtd: rawnand: pl353: Set the nand chip node as the flash nodeAmit Kumar Mahapatra1-1/+1
2022-02-18mtd: parsers: trx: allow to use on MediaTek MIPS SoCsINAGAKI Hiroshi1-1/+1
2022-02-18mtd: spear_smi: use GFP_KERNELJulia Lawall1-1/+1
2022-02-18Merge tag 'mtd/spi-mem-ecc-for-5.18' into mtd/nextMiquel Raynal7-14/+1054
2022-02-15mtd: spi-nor / spi / MFD: Convert intel-spi to SPI MEMMark Brown6-1181/+0
2022-02-14mtd: spi-nor: intel-spi: Convert to SPI MEMMika Westerberg6-1187/+0
2022-02-14mtd: spi-nor: intel-spi: Disable write protection only if askedMika Westerberg2-32/+38
2022-02-10mtd: spinand: Create direct mapping descriptors for ECC operationsMiquel Raynal1-2/+33
2022-02-10mtd: spinand: Delay a little bit the dirmap creationMiquel Raynal1-8/+8
2022-02-10mtd: nand: mxic-ecc: Support SPI pipelined modeMiquel Raynal1-1/+185
2022-02-09spi: make remove callback a void functionUwe Kleine-König4-12/+4
2022-02-09mtd: nand: ecc: Provide a helper to retrieve a pilelined engine deviceMiquel Raynal1-0/+31
2022-02-09mtd: nand: mxic-ecc: Add Macronix external ECC engine supportMiquel Raynal3-0/+702
2022-02-09mtd: rawnand: protect access to rawnand devices while in suspendSean Nyekjaer1-24/+20
2022-02-07mtd: Replace the expert mode symbols with a single helperMiquel Raynal4-11/+18
2022-02-07mtd: mchp48l640: Add SPI ID tableMark Brown1-0/+10
2022-02-07mtd: mchp23k256: Add SPI ID tableMark Brown1-0/+14
2022-02-02block: remove genhd.hChristoph Hellwig2-2/+1
2022-01-31mtd: rawnand: Fix misuses of of_match_node()Miquel Raynal3-3/+3
2022-01-31mtd: Fix misuses of of_match_ptr()Miquel Raynal10-10/+10
2022-01-31mtd: rawnand: brcmnand: Fixed incorrect sub-page ECC statusdavid regan1-1/+1
2022-01-26mtd_blkdevs: avoid soft lockups with some mtd/spi devicesDavid Decotigny1-0/+1
2022-01-26mtd: rawnand: brcmnand: Fix sparse warnings in bcma_nandFlorian Fainelli1-2/+2
2022-01-26mtd: rawnand: gpmi: don't leak PM reference in error pathChristian Eggers1-1/+2
2022-01-25mtd: phram: Prevent divide by zero bug in phram_setup()Dan Carpenter1-4/+8
2022-01-25mtd: rawnand: omap2: Prevent invalid configuration and build errorRoger Quadros1-1/+2
2022-01-25mtd: parsers: qcom: Fix missing free for pparts in cleanupAnsuel Smith1-0/+2
2022-01-25mtd: parsers: qcom: Fix kernel panic on skipped partitionAnsuel Smith1-12/+19
2022-01-25mtd: parsers: qcom: Don't print error message on -EPROBE_DEFERBryan O'Donoghue1-1/+2
2022-01-25mtd: rawnand: qcom: Fix clock sequencing in qcom_nandc_probe()Bryan O'Donoghue1-8/+6
2022-01-25mtd: rawnand: ingenic: Fix missing put_device in ingenic_ecc_getMiaoqian Lin1-1/+6
2022-01-23mtd: rawnand: omap_elm: remove redundant variable 'errors'Colin Ian King1-3/+1
2022-01-23mtd: rawnand: gpmi: support fast edo timings for mx28Dario Binacchi1-2/+2
2022-01-23mtd: rawnand: gpmi: validate controller clock rateDario Binacchi1-4/+18
2022-01-23mtd: rawnand: gpmi: fix controller timings settingDario Binacchi1-0/+3
2022-01-23mtd: aspeed-smc: improve probe resiliencePatrick Williams1-2/+13
2022-01-23mtd: rawnand: brcmnand: Add BCMA shimFlorian Fainelli4-0/+151
2022-01-23mtd: rawnand: brcmnand: BCMA controller uses command shift of 0Florian Fainelli1-0/+6
2022-01-23mtd: rawnand: brcmnand: Allow platform data instantationFlorian Fainelli1-10/+35
2022-01-23mtd: rawnand: brcmnand: Allow working without interruptsFlorian Fainelli1-28/+24
2022-01-23mtd: rawnand: brcmnand: Move OF operations out of brcmnand_init_cs()Florian Fainelli1-9/+11
2022-01-23mtd: rawnand: brcmnand: Avoid pdev in brcmnand_init_cs()Florian Fainelli1-4/+4
2022-01-23mtd: rawnand: brcmnand: Allow SoC to provide I/O operationsFlorian Fainelli2-2/+55
2022-01-23mtd: rawnand: brcmnand: Assign soc as early as possibleFlorian Fainelli1-2/+1
2022-01-23mtd: rawnand: Rework of_get_nand_bus_width()Tudor Ambarus1-12/+18
2022-01-23mtd: rawnand: Remove of_get_nand_on_flash_bbt() wrapperTudor Ambarus1-6/+1
2022-01-23mtd: onenand: Check for error irqJiasheng Jiang1-1/+6