summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices
Commit message (Expand)AuthorAgeFilesLines
* 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
* mtd: core: Constify buf in mtd_write_user_prot_reg()Tudor Ambarus2021-04-161-1/+1
* mtd: st_spi_fsm: convert comma to semicolonZheng Yongjun2021-02-011-1/+1
* mtd: phram: use div_u64_rem to stop overwrite len in phram_setupyangerkun2021-01-271-1/+5
* mtd: phram: Allow the user to set the erase page size.Patrick O'Grady2020-12-071-18/+34
* mtd: devices: powernv_flash: Add function names to headers and fix 'dev'Lee Jones2020-11-201-1/+4
* mtd: devices: docg3: Fix kernel-doc 'bad line' and 'excessive doc' issuesLee Jones2020-11-201-3/+2
* mtd: devices: phram: File headers are not good candidates for kernel-docLee Jones2020-11-201-1/+1
* mtd: spear_smi: Enable compile testingMiquel Raynal2020-10-021-1/+1
* mtd: spear_smi: use for_each_child_of_node() macroQinglang Miao2020-09-151-2/+2
* mtd: Avoid comma separated statementsJoe Perches2020-08-271-2/+8
* lib/bch: Allow easy bit swappingMiquel Raynal2020-05-241-1/+1