summaryrefslogtreecommitdiff
path: root/drivers/mtd/devices
AgeCommit message (Expand)Author
2023-11-04Merge tag 'mtd/for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds
2023-10-28mtd: block2mtd: Convert to bdev_open_by_dev/path()Jan Kara
2023-10-16mtd: st_spi_fsm: Convert to platform remove callback returning voidUwe Kleine-König
2023-10-16mtd: spear_smi: Convert to platform remove callback returning voidUwe Kleine-König
2023-10-16mtd: powernv_flash: Convert to platform remove callback returning voidUwe Kleine-König
2023-10-16mtd: phram: Convert to platform remove callback returning voidUwe Kleine-König
2023-10-16mtd: docg3: Convert to platform remove callback returning voidUwe Kleine-König
2023-10-16mtd: bcm47xxsflash: Convert to platform remove callback returning voidUwe Kleine-König
2023-08-21mtd: spear_smi: Use helper function devm_clk_get_enabled()Li Zetao
2023-07-27mtd: Explicitly include correct DT includesRob Herring
2023-07-12mtd: devices: docg3: Remove unnecessary (void*) conversionsSu Hui
2023-07-12mtd: spear_smi: Convert to devm_platform_ioremap_resource()Yangtao Li
2023-07-12mtd: st_spi_fsm: Convert to devm_platform_ioremap_resource()Yangtao Li
2023-06-28Merge tag 'mtd/for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig
2023-06-05mtd: block2mtd: don't call early_lookup_bdev after the system is runningChristoph Hellwig
2023-06-05mtd: block2mtd: factor the early block device open logic into a helperChristoph Hellwig
2023-06-05init: improve the name_to_dev_t interfaceChristoph Hellwig
2023-06-05block: introduce holder opsChristoph Hellwig
2023-05-22mtd: st_spi_fsm: Use the devm_clk_get_enabled() helper functionChristophe JAILLET
2023-04-27Merge tag 'spi-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds
2023-03-22mtd: Use of_property_read_bool() for boolean propertiesRob Herring
2023-03-11mtd: devices: Replace all spi->chip_select and spi->cs_gpiod references with ...Amit Kumar Mahapatra via Alsa-devel
2023-01-02mtd: dataflash: remove duplicate SPI ID tableArnd Bergmann
2022-11-07mtd: remove lart flash driverArnd Bergmann
2022-09-21mtd: add ECC error accounting for each read requestMichał Kępień
2022-09-19mtd: move from strlcpy with unused retval to strscpyWolfram Sang
2022-09-19mtd: devices: docg3: Use correct function names in comment blocksColin Ian King
2022-09-19mtd: devices: docg3: check the return value of devm_ioremap() in the probeWilliam Dean
2022-06-24mtd: dataflash: Add SPI ID tableMark Brown
2022-06-09mtd: st_spi_fsm: Simplify error checking in .probe() a bitUwe Kleine-König
2022-06-09mtd: st_spi_fsm: Disable clock only after device was unregisteredUwe Kleine-König
2022-06-09mtd: st_spi_fsm: Warn about failure to unregister mtd deviceUwe Kleine-König
2022-06-09mtd: st_spi_fsm: Add a clk_disable_unprepare() in .probe()'s error pathUwe Kleine-König
2022-06-09mtd: spear_smi: Drop if with an always false conditionUwe Kleine-König
2022-06-09mtd: spear_smi: Don't skip cleanup after mtd_device_unregister() failedUwe Kleine-König
2022-06-09mtd: powernv_flash: Warn about failure to unregister mtd deviceUwe Kleine-König
2022-05-17mtd: st_spi_fsm: add missing clk_disable_unprepare() in stfsm_remove()Yang Yingliang
2022-05-16mtd: phram: Allow cached mappingsVincent Whitchurch
2022-04-25mtd: phram: Allow probing via reserved-memoryVincent Whitchurch
2022-03-25Merge tag 'mtd/changes-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-03-21Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds
2022-03-18Merge tag 'spi-nor/for-5.18' into mtd/nextMiquel Raynal
2022-02-18mtd: spear_smi: use GFP_KERNELJulia Lawall
2022-02-09spi: make remove callback a void functionUwe Kleine-König
2022-02-07mtd: mchp48l640: Add SPI ID tableMark Brown
2022-02-07mtd: mchp23k256: Add SPI ID tableMark Brown
2022-01-31mtd: Fix misuses of of_match_ptr()Miquel Raynal
2022-01-25mtd: phram: Prevent divide by zero bug in phram_setup()Dan Carpenter