summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2022-03-214-12/+4
|\ \ \ | |_|/ |/| |
| * | spi: make remove callback a void functionUwe Kleine-König2022-02-094-12/+4
| |/
* / mtd: phram: Prevent divide by zero bug in phram_setup()Dan Carpenter2022-01-251-4/+8
|/
* Merge tag 'mtd/for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds2022-01-114-8/+14
|\
| * mtd: sst25l: Warn about failure to unregister mtd deviceUwe Kleine-König2021-12-031-1/+3
| * mtd: mchp48l640: Warn about failure to unregister mtd deviceUwe Kleine-König2021-12-031-1/+3
| * mtd: mchp23k256: Warn about failure to unregister mtd deviceUwe Kleine-König2021-12-031-1/+3
| * mtd: dataflash: Warn about failure to unregister mtd deviceUwe Kleine-König2021-12-031-5/+5
* | mtd: dataflash: Add device-tree SPI IDsJon Hunter2021-12-031-0/+8
|/
* mtd: block2mtd: add support for an optional custom MTD labelJoachim Wiberg2021-10-151-7/+17
* mtd: block2mtd: minor refactor to avoid hard coded constantJoachim Wiberg2021-10-151-2/+5
* mtd: devices: mchp48l640: Fix memory leak on cmdColin Ian King2021-08-061-0/+1
* mtd: mchp48l640: silence some uninitialized variable warningsDan Carpenter2021-07-161-2/+2
* mtd: devices: add support for microchip 48l640 EERAMHeiko Schocher2021-06-113-0/+380
* mtd: devices: Remove superfluous "break"Ding Senjie2021-05-261-1/+0
* mtd: phram: Fix error return code in phram_setup()Yu Kuai2021-05-101-0/+1