summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-18/+18
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-19/+19
2026-01-19mtd: intel-dg: Fix accessing regions before setting nregionsAlexander Usyskin-3/+6
2025-11-29mtd: docg3: fix kernel-doc warningsRandy Dunlap-1/+1
2025-10-28mtd: intel-dg: wake card on operationsAlexander Usyskin-12/+62
2025-08-28mtd: MTD_INTEL_DG should depend on DRM_I915 or DRM_XEGeert Uytterhoeven-2/+2
2025-06-23drm/xe/nvm: add support for non-posted eraseReuven Abliyev-2/+40
2025-06-23mtd: intel-dg: align 64bit read and writeAlexander Usyskin-0/+35
2025-06-23mtd: intel-dg: register with mtdAlexander Usyskin-4/+224
2025-06-23mtd: intel-dg: implement access functionsAlexander Usyskin-0/+197
2025-06-23mtd: intel-dg: implement region enumerationAlexander Usyskin-0/+206
2025-06-23mtd: add driver for intel graphics non-volatile memory deviceAlexander Usyskin-0/+146
2025-04-28mtd: Do not enable by default during compile testingKrzysztof Kozlowski-1/+1
2025-03-18mtd: mchp48l640: Use str_enable_disable() in mchp48l640_write_prepare()Zhang Heng-4/+5
2025-01-15mtd: st_spi_fsm: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr()Raphael Gallais-Pou-4/+2
2024-12-05mtd: mchp48l640: add support for Fujitsu MB85RS128TY FRAMDavid Jander-0/+14
2024-12-05mtd: mchp48l640: make WEL behaviour configurableDavid Jander-3/+11
2024-12-05mtd: phram: Add the kernel lock down checkTakashi Iwai-0/+5
2024-12-05mtd: phram: only call platform_driver_unregister if phram_setup failsColin Ian King-4/+4
2024-10-21mtd: Switch back to struct platform_driver::remove()Uwe Kleine-König-6/+6
2024-09-06mtd: powernv: Add check devm_kasprintf() returned valueCharles Han-0/+3
2024-08-23mtd: slram: insert break after errors in parsing the mapMirsad Todorovac-0/+2
2024-05-21Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+4
2024-05-16Merge tag 'mtd/for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds-1/+0
2024-05-03block2mtd: prevent direct access of bd_inodeYu Kuai-2/+4
2024-04-15mtd: mchp23k256: drop unneeded MODULE_ALIASKrzysztof Kozlowski-1/+0
2024-03-27fs,block: yield devices earlyChristian Brauner-1/+1
2024-03-13Merge tag 'spi-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds-1/+1
2024-02-25block2mtd: port device access to filesChristian Brauner-25/+21
2024-02-08mtd: dataflash: Follow renaming of SPI "master" to "controller"Uwe Kleine-König-1/+1
2023-11-04Merge tag 'mtd/for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds-23/+12
2023-10-28mtd: block2mtd: Convert to bdev_open_by_dev/path()Jan Kara-22/+29
2023-10-16mtd: st_spi_fsm: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-10-16mtd: spear_smi: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-10-16mtd: powernv_flash: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-10-16mtd: phram: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-10-16mtd: docg3: Convert to platform remove callback returning voidUwe Kleine-König-3/+2
2023-10-16mtd: bcm47xxsflash: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-08-21mtd: spear_smi: Use helper function devm_clk_get_enabled()Li Zetao-12/+3
2023-07-27mtd: Explicitly include correct DT includesRob Herring-3/+2
2023-07-12mtd: devices: docg3: Remove unnecessary (void*) conversionsSu Hui-4/+4
2023-07-12mtd: spear_smi: Convert to devm_platform_ioremap_resource()Yangtao Li-4/+1
2023-07-12mtd: st_spi_fsm: Convert to devm_platform_ioremap_resource()Yangtao Li-12/+2
2023-06-28Merge tag 'mtd/for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds-22/+6
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig-2/+2
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig-2/+2
2023-06-05mtd: block2mtd: don't call early_lookup_bdev after the system is runningChristoph Hellwig-1/+11
2023-06-05mtd: block2mtd: factor the early block device open logic into a helperChristoph Hellwig-23/+30
2023-06-05init: improve the name_to_dev_t interfaceChristoph Hellwig-2/+1