aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices
AgeCommit message (Expand)AuthorFilesLines
2026-06-11mtd: slram: simplify register_device() cleanupRuoyu Wang1-42/+40
2026-06-11mtd: slram: remove failed entries from the device listRuoyu Wang1-6/+16
2026-03-11mtd: docg3: fix use-after-free in docg3_release()James Kim1-2/+1
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds9-18/+18
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook9-19/+19
2026-01-19mtd: intel-dg: Fix accessing regions before setting nregionsAlexander Usyskin1-3/+6
2025-11-29mtd: docg3: fix kernel-doc warningsRandy Dunlap1-1/+1
2025-10-28mtd: intel-dg: wake card on operationsAlexander Usyskin1-12/+62
2025-08-28mtd: MTD_INTEL_DG should depend on DRM_I915 or DRM_XEGeert Uytterhoeven1-2/+2
2025-06-23drm/xe/nvm: add support for non-posted eraseReuven Abliyev1-2/+40
2025-06-23mtd: intel-dg: align 64bit read and writeAlexander Usyskin1-0/+35
2025-06-23mtd: intel-dg: register with mtdAlexander Usyskin1-4/+224
2025-06-23mtd: intel-dg: implement access functionsAlexander Usyskin1-0/+197
2025-06-23mtd: intel-dg: implement region enumerationAlexander Usyskin1-0/+206
2025-06-23mtd: add driver for intel graphics non-volatile memory deviceAlexander Usyskin3-0/+146
2025-04-28mtd: Do not enable by default during compile testingKrzysztof Kozlowski1-1/+1
2025-03-18mtd: mchp48l640: Use str_enable_disable() in mchp48l640_write_prepare()Zhang Heng1-4/+5
2025-01-15mtd: st_spi_fsm: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr()Raphael Gallais-Pou1-4/+2
2024-12-05mtd: mchp48l640: add support for Fujitsu MB85RS128TY FRAMDavid Jander1-0/+14
2024-12-05mtd: mchp48l640: make WEL behaviour configurableDavid Jander1-3/+11
2024-12-05mtd: phram: Add the kernel lock down checkTakashi Iwai1-0/+5
2024-12-05mtd: phram: only call platform_driver_unregister if phram_setup failsColin Ian King1-4/+4
2024-10-21mtd: Switch back to struct platform_driver::remove()Uwe Kleine-König6-6/+6
2024-09-06mtd: powernv: Add check devm_kasprintf() returned valueCharles Han1-0/+3
2024-08-23mtd: slram: insert break after errors in parsing the mapMirsad Todorovac1-0/+2
2024-05-21Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+4
2024-05-16Merge tag 'mtd/for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds1-1/+0
2024-05-03block2mtd: prevent direct access of bd_inodeYu Kuai1-2/+4
2024-04-15mtd: mchp23k256: drop unneeded MODULE_ALIASKrzysztof Kozlowski1-1/+0
2024-03-27fs,block: yield devices earlyChristian Brauner1-1/+1
2024-03-13Merge tag 'spi-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds1-1/+1
2024-02-25block2mtd: port device access to filesChristian Brauner1-25/+21
2024-02-08mtd: dataflash: Follow renaming of SPI "master" to "controller"Uwe Kleine-König1-1/+1
2023-11-04Merge tag 'mtd/for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds6-23/+12
2023-10-28mtd: block2mtd: Convert to bdev_open_by_dev/path()Jan Kara1-22/+29
2023-10-16mtd: st_spi_fsm: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-10-16mtd: spear_smi: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-10-16mtd: powernv_flash: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-10-16mtd: phram: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-10-16mtd: docg3: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-10-16mtd: bcm47xxsflash: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-08-21mtd: spear_smi: Use helper function devm_clk_get_enabled()Li Zetao1-12/+3
2023-07-27mtd: Explicitly include correct DT includesRob Herring3-3/+2
2023-07-12mtd: devices: docg3: Remove unnecessary (void*) conversionsSu Hui1-4/+4
2023-07-12mtd: spear_smi: Convert to devm_platform_ioremap_resource()Yangtao Li1-4/+1
2023-07-12mtd: st_spi_fsm: Convert to devm_platform_ioremap_resource()Yangtao Li1-12/+2
2023-06-28Merge tag 'mtd/for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds1-22/+6
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig1-2/+2
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig1-2/+2
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-05-22mtd: st_spi_fsm: Use the devm_clk_get_enabled() helper functionChristophe JAILLET1-22/+6
2023-04-27Merge tag 'spi-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds1-1/+1
2023-03-22mtd: Use of_property_read_bool() for boolean propertiesRob Herring1-2/+2
2023-03-11mtd: devices: Replace all spi->chip_select and spi->cs_gpiod references with ...Amit Kumar Mahapatra via Alsa-devel1-1/+1
2023-01-02mtd: dataflash: remove duplicate SPI ID tableArnd Bergmann1-9/+0
2022-11-07mtd: remove lart flash driverArnd Bergmann3-691/+0
2022-09-21mtd: add ECC error accounting for each read requestMichał Kępień1-0/+8
2022-09-19mtd: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-09-19mtd: devices: docg3: Use correct function names in comment blocksColin Ian King1-3/+3
2022-09-19mtd: devices: docg3: check the return value of devm_ioremap() in the probeWilliam Dean1-1/+6
2022-06-24mtd: dataflash: Add SPI ID tableMark Brown1-0/+8
2022-06-09mtd: st_spi_fsm: Simplify error checking in .probe() a bitUwe Kleine-König1-7/+4
2022-06-09mtd: st_spi_fsm: Disable clock only after device was unregisteredUwe Kleine-König1-2/+2
2022-06-09mtd: st_spi_fsm: Warn about failure to unregister mtd deviceUwe Kleine-König1-1/+3
2022-06-09mtd: st_spi_fsm: Add a clk_disable_unprepare() in .probe()'s error pathUwe Kleine-König1-3/+5
2022-06-09mtd: spear_smi: Drop if with an always false conditionUwe Kleine-König1-4/+0
2022-06-09mtd: spear_smi: Don't skip cleanup after mtd_device_unregister() failedUwe Kleine-König1-4/+2
2022-06-09mtd: powernv_flash: Warn about failure to unregister mtd deviceUwe Kleine-König1-1/+3
2022-05-17mtd: st_spi_fsm: add missing clk_disable_unprepare() in stfsm_remove()Yang Yingliang1-0/+2
2022-05-16mtd: phram: Allow cached mappingsVincent Whitchurch1-6/+37
2022-04-25mtd: phram: Allow probing via reserved-memoryVincent Whitchurch1-4/+63
2022-03-25Merge tag 'mtd/changes-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-3/+27
2022-03-21Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds4-12/+4
2022-03-18Merge tag 'spi-nor/for-5.18' into mtd/nextMiquel Raynal1-4/+8
2022-02-18mtd: spear_smi: use GFP_KERNELJulia Lawall1-1/+1
2022-02-09spi: make remove callback a void functionUwe Kleine-König4-12/+4
2022-02-07mtd: mchp48l640: Add SPI ID tableMark Brown1-0/+10
2022-02-07mtd: mchp23k256: Add SPI ID tableMark Brown1-0/+14
2022-01-31mtd: Fix misuses of of_match_ptr()Miquel Raynal2-2/+2
2022-01-25mtd: phram: Prevent divide by zero bug in phram_setup()Dan Carpenter1-4/+8
2022-01-11Merge tag 'mtd/for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds4-8/+14
2021-12-03mtd: dataflash: Add device-tree SPI IDsJon Hunter1-0/+8
2021-12-03mtd: sst25l: Warn about failure to unregister mtd deviceUwe Kleine-König1-1/+3
2021-12-03mtd: mchp48l640: Warn about failure to unregister mtd deviceUwe Kleine-König1-1/+3
2021-12-03mtd: mchp23k256: Warn about failure to unregister mtd deviceUwe Kleine-König1-1/+3
2021-12-03mtd: dataflash: Warn about failure to unregister mtd deviceUwe Kleine-König1-5/+5
2021-10-15mtd: block2mtd: add support for an optional custom MTD labelJoachim Wiberg1-7/+17
2021-10-15mtd: block2mtd: minor refactor to avoid hard coded constantJoachim Wiberg1-2/+5
2021-08-06mtd: devices: mchp48l640: Fix memory leak on cmdColin Ian King1-0/+1
2021-07-16mtd: mchp48l640: silence some uninitialized variable warningsDan Carpenter1-2/+2
2021-06-11mtd: devices: add support for microchip 48l640 EERAMHeiko Schocher3-0/+380
2021-05-26mtd: devices: Remove superfluous "break"Ding Senjie1-1/+0
2021-05-10mtd: phram: Fix error return code in phram_setup()Yu Kuai1-0/+1
2021-04-16mtd: core: Constify buf in mtd_write_user_prot_reg()Tudor Ambarus1-1/+1
2021-02-01mtd: st_spi_fsm: convert comma to semicolonZheng Yongjun1-1/+1
2021-01-27mtd: phram: use div_u64_rem to stop overwrite len in phram_setupyangerkun1-1/+5
2020-12-07mtd: phram: Allow the user to set the erase page size.Patrick O'Grady1-18/+34
2020-11-20mtd: devices: powernv_flash: Add function names to headers and fix 'dev'Lee Jones1-1/+4
2020-11-20mtd: devices: docg3: Fix kernel-doc 'bad line' and 'excessive doc' issuesLee Jones1-3/+2
2020-11-20mtd: devices: phram: File headers are not good candidates for kernel-docLee Jones1-1/+1
2020-10-02mtd: spear_smi: Enable compile testingMiquel Raynal1-1/+1
2020-09-15mtd: spear_smi: use for_each_child_of_node() macroQinglang Miao1-2/+2
2020-08-27mtd: Avoid comma separated statementsJoe Perches1-2/+8
2020-05-24lib/bch: Allow easy bit swappingMiquel Raynal1-1/+1
2020-05-24lib/bch: Rework a little bit the exported function namesMiquel Raynal1-5/+5
2020-03-30mtd: Convert fallthrough comments into statementsMiquel Raynal2-4/+4
2020-03-24mtd: phram: fix a double free issue in error pathWen Yang1-6/+9
2020-01-30Merge tag 'mtd/for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds1-4/+4
2020-01-27mtd: block2mtd: page index should use pgoff_tLiu Song1-4/+4
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-11-14mtd: devices: fix mchp23k256 read and writeAngelo Dureghello1-8/+12
2019-10-29mtd: spear_smi: Fix Write Burst modeMiquel Raynal1-1/+37
2019-10-08mtd: st_spi_fsm: remove unused field from struct stfsmBartosz Golaszewski1-1/+0
2019-10-08mtd: spear_smi: remove set but not used variable 'flash_info'zhengbin1-3/+0
2019-10-08mtd: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-1/+0
2019-09-15mtd: pmc551: Remove set but not used variable 'soff_lo'zhengbin1-6/+3
2019-09-15mtd: phram: Module parameters add writable permissionsXiaoming Ni1-1/+1
2019-08-12mtd: spi-nor: Move m25p80 code in spi-nor.cBoris Brezillon3-366/+0
2019-06-14docs: kbuild: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 420Thomas Gleixner6-29/+6
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 380Thomas Gleixner1-5/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2-30/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner3-15/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner3-0/+3
2019-05-06mtd: phram: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2019-04-18mtd: nand: Clarify Kconfig entry for software BCH ECC algorithmMiquel Raynal1-1/+1
2019-03-04Merge tag 'mtd/for-5.1' of git://git.infradead.org/linux-mtdLinus Torvalds3-7/+11
2019-02-25Merge tag 'spi-nor/for-5.1' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon1-1/+8
2019-02-13mtd: powernv_flash: Fix device registration errorAneesh Kumar K.V1-1/+1
2019-01-29mtd: docg3: fix a possible memory leak of mtd->nameYueHaibing1-3/+2
2019-01-29mtd: docg3: Fix passing zero to 'PTR_ERR' warning in doc_probe_deviceYueHaibing1-1/+1
2019-01-17mtd: m25p80: add support of octal mode I/O transferYogesh Narayan Gaur1-1/+8
2019-01-08mtd: mtdram: Expose module parametersRichard Weinberger1-2/+0
2018-12-28Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2018-12-18Merge tag 'nand/for-4.21' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon1-1/+1
2018-12-13Merge branch 'yaml-bindings-for-v4.21' into dt/nextRob Herring1-1/+1
2018-12-03mtd: use DEFINE_SHOW_ATTRIBUTE() instead of open-coding itYangtao Li2-19/+8
2018-11-27mtd: Convert to using %pOFn instead of device_node.nameRob Herring1-1/+1
2018-11-09mtd: block2mtd: mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2018-11-05mtd: docg3: don't set conflicting BCH_CONST_PARAMS optionArnd Bergmann1-1/+1
2018-10-23Merge tag 'mtd/for-4.20' of git://git.infradead.org/linux-mtdLinus Torvalds1-15/+8
2018-10-08mtd: devices: m25p80: Make sure WRITE_EN is issued before each writeYogesh Gaur1-15/+8
2018-09-18mtd: devices: m25p80: Make sure the buffer passed in op is DMA-ableBoris Brezillon1-3/+23
2018-08-14Merge tag 'spi-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds1-0/+3
2018-08-11Merge tag 'spi-nor/for-4.19' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon1-4/+1
2018-08-11Merge tag 'nand/for-4.19' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon1-2/+2
2018-08-10Merge branch 'spi-4.19' into spi-nextMark Brown1-0/+3
2018-08-02mtd: m25p80: Call spi_mem_get_name() to let controller set a custom nameFrieder Schrempf1-0/+3
2018-07-19mtd: Make Kconfig formatting consistentBoris Brezillon1-2/+2
2018-07-18mtd: sst25l: use mtd_device_register()Rafał Miłecki1-3/+2
2018-07-18mtd: powernv_flash: set of_node in mtd's devRafał Miłecki1-0/+1
2018-06-22mtd: dataflash: Use ULL suffix for 64-bit constantsGeert Uytterhoeven1-2/+2
2018-06-18mtd: m25p80: Use SPI_MEM_OP_NO_DUMMY instead of SPI_MEM_OP_DUMMY(0, x)Boris Brezillon1-2/+1
2018-06-18mtd: m25p80: Remove unneeded m25p->command fieldBoris Brezillon1-2/+0
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-06-08Merge tag 'mtd/for-4.18' of git://git.infradead.org/linux-mtdLinus Torvalds2-3/+2
2018-05-22mtd: devices: m25p80: Use spi_mem_set_drvdata() instead of spi_set_drvdata()Boris Brezillon1-1/+1
2018-05-11mtd: spi-nor: Use the spi_mem_xx() APIBoris Brezillon2-157/+80
2018-04-22mtd: dataflash: replace msleep with usleep_rangeLuca Ellero1-1/+1
2018-04-22mtd: devices: simplify getting .drvdataWolfram Sang1-2/+1
2018-03-21mtd: Stop updating erase_info->state and calling mtd_erase_callback()Boris Brezillon13-75/+8
2018-03-15mtd: Stop assuming mtd_erase() is asynchronousBoris Brezillon1-3/+0
2018-03-15mtd: st_spi_fsm: use %*ph to print small bufferAntonio Cardace1-2/+1
2018-03-15mtd: block2mtd: remove redundant initialization of 'bdev'Colin Ian King1-1/+1
2018-01-29Merge tag 'spi-nor/for-4.16' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon1-0/+9
2018-01-16mtd: Remove duplicate checks on mtd_oob_ops parameterBoris Brezillon1-5/+0
2018-01-16mtd: Fallback to ->_read/write_oob() when ->_read/write() is missingBoris Brezillon1-65/+0
2017-12-17mtd: mchp23k256: propagate return value of spi_sync()Antonio Borneo1-4/+14
2017-12-13mtd: m25p80: restore the status of SPI flash when exitingHou Zhiqiang1-0/+9
2017-11-22Merge tag 'for-linus-20171120' of git://git.infradead.org/linux-mtdLinus Torvalds5-20/+35
2017-11-16Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-30/+53
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-2/+2
2017-11-13mtd: Avoid probe failures when mtd->dbg.dfs_dir is invalidBoris Brezillon1-1/+6
2017-11-13mtd: remove the get_unmapped_area methodNicolas Pitre1-14/+0
2017-11-13mtd: mtdram: properly handle the phys argument in the point methodNicolas Pitre1-0/+22
2017-11-13mtd: slram: use memremap() instead of ioremap()Roy Franz1-4/+5
2017-11-06mtd: constify mtd_partitionArvind Yadav1-1/+1
2017-11-06mtd: powernv_flash: Use opal_async_wait_response_interruptible()Cyril Bur1-22/+35
2017-11-06mtd: powernv_flash: Don't return -ERESTARTSYS on interrupted token acquisitionCyril Bur1-0/+7
2017-11-06mtd: powernv_flash: Remove pointless goto in driver initCyril Bur1-10/+6
2017-11-06mtd: powernv_flash: Don't treat OPAL_SUCCESS as an errorCyril Bur1-5/+10
2017-11-06mtd: powernv_flash: Use WARN_ON_ONCE() rather than BUG_ON()Cyril Bur1-1/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook2-2/+2
2017-10-29mtd: spi-nor: Add support for mr25h128Philipp Puschmann1-0/+1
2017-09-01Merge tag 'nand/for-4.14' of git://git.infradead.org/l2-mtd into mtd/nextBoris Brezillon1-8/+12
2017-08-23mtd: st_spi_fsm: Handle clk_prepare_enable/clk_disable_unprepare.Arvind Yadav1-8/+12
2017-08-15mtd: spear_smi: add NULL check on devm_kzalloc() return valueGustavo A. R. Silva1-0/+2
2017-07-21mtd: create per-device and module-scope debugfs entriesMario Rugiero2-32/+15
2017-07-07Merge tag 'spi-nor/for-4.13' into MTDBrian Norris3-37/+89
2017-06-27mtd: st_spi_fsm: remove SPINOR_OP_RDSR2 and use SPINOR_OP_RDCR insteadCyrille Pitchen2-3/+2
2017-06-08mtd: mchp23k256: Add support for mchp23lcv1024Chris Packham1-10/+56
2017-06-08mtd: mchp23k256: add partitioning supportChris Packham1-0/+1