summaryrefslogtreecommitdiff
path: root/drivers/mtd/devices
AgeCommit message (Expand)AuthorFilesLines
2023-11-05Merge 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-29Merge 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-22Merge 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