summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices
Commit message (Expand)AuthorAgeFilesLines
* 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
* | block2mtd: port device access to filesChristian Brauner2024-02-251-25/+21
|/
* Merge tag 'mtd/for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds2023-11-046-23/+12
|\
| * mtd: st_spi_fsm: Convert to platform remove callback returning voidUwe Kleine-König2023-10-161-4/+2
| * mtd: spear_smi: Convert to platform remove callback returning voidUwe Kleine-König2023-10-161-4/+2
| * mtd: powernv_flash: Convert to platform remove callback returning voidUwe Kleine-König2023-10-161-4/+2
| * mtd: phram: Convert to platform remove callback returning voidUwe Kleine-König2023-10-161-4/+2
| * mtd: docg3: Convert to platform remove callback returning voidUwe Kleine-König2023-10-161-3/+2
| * mtd: bcm47xxsflash: Convert to platform remove callback returning voidUwe Kleine-König2023-10-161-4/+2
* | mtd: block2mtd: Convert to bdev_open_by_dev/path()Jan Kara2023-10-281-22/+29
|/
* mtd: spear_smi: Use helper function devm_clk_get_enabled()Li Zetao2023-08-211-12/+3
* mtd: Explicitly include correct DT includesRob Herring2023-07-273-3/+2
* mtd: devices: docg3: Remove unnecessary (void*) conversionsSu Hui2023-07-121-4/+4
* mtd: spear_smi: Convert to devm_platform_ioremap_resource()Yangtao Li2023-07-121-4/+1
* mtd: st_spi_fsm: Convert to devm_platform_ioremap_resource()Yangtao Li2023-07-121-12/+2
* Merge tag 'mtd/for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds2023-06-281-22/+6
|\
| * mtd: st_spi_fsm: Use the devm_clk_get_enabled() helper functionChristophe JAILLET2023-05-221-22/+6
* | block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-121-2/+2
* | block: use the holder as indication for exclusive opensChristoph Hellwig2023-06-121-2/+2
* | 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
|/
* Merge tag 'spi-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2023-04-271-1/+1
|\
| * mtd: devices: Replace all spi->chip_select and spi->cs_gpiod references with ...Amit Kumar Mahapatra via Alsa-devel2023-03-111-1/+1
* | mtd: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-221-2/+2
|/
* mtd: dataflash: remove duplicate SPI ID tableArnd Bergmann2023-01-021-9/+0
* mtd: remove lart flash driverArnd Bergmann2022-11-073-691/+0
* mtd: add ECC error accounting for each read requestMichał Kępień2022-09-211-0/+8
* mtd: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-191-1/+1
* mtd: devices: docg3: Use correct function names in comment blocksColin Ian King2022-09-191-3/+3
* mtd: devices: docg3: check the return value of devm_ioremap() in the probeWilliam Dean2022-09-191-1/+6
* mtd: dataflash: Add SPI ID tableMark Brown2022-06-241-0/+8
* mtd: st_spi_fsm: Simplify error checking in .probe() a bitUwe Kleine-König2022-06-091-7/+4
* mtd: st_spi_fsm: Disable clock only after device was unregisteredUwe Kleine-König2022-06-091-2/+2
* mtd: st_spi_fsm: Warn about failure to unregister mtd deviceUwe Kleine-König2022-06-091-1/+3
* mtd: st_spi_fsm: Add a clk_disable_unprepare() in .probe()'s error pathUwe Kleine-König2022-06-091-3/+5
* mtd: spear_smi: Drop if with an always false conditionUwe Kleine-König2022-06-091-4/+0
* mtd: spear_smi: Don't skip cleanup after mtd_device_unregister() failedUwe Kleine-König2022-06-091-4/+2
* mtd: powernv_flash: Warn about failure to unregister mtd deviceUwe Kleine-König2022-06-091-1/+3
* mtd: st_spi_fsm: add missing clk_disable_unprepare() in stfsm_remove()Yang Yingliang2022-05-171-0/+2
* mtd: phram: Allow cached mappingsVincent Whitchurch2022-05-161-6/+37
* mtd: phram: Allow probing via reserved-memoryVincent Whitchurch2022-04-251-4/+63
* Merge tag 'mtd/changes-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-03-253-3/+27
|\
| * Merge tag 'spi-nor/for-5.18' into mtd/nextMiquel Raynal2022-03-181-4/+8
| |\
| * | mtd: spear_smi: use GFP_KERNELJulia Lawall2022-02-181-1/+1
| * | mtd: mchp48l640: Add SPI ID tableMark Brown2022-02-071-0/+10
| * | mtd: mchp23k256: Add SPI ID tableMark Brown2022-02-071-0/+14
| * | mtd: Fix misuses of of_match_ptr()Miquel Raynal2022-01-312-2/+2