aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices (follow)
AgeCommit message (Expand)AuthorFilesLines
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/git/mtd/linuxLinus Torvalds3-3/+27
2022-03-21Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus 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
2022-01-11Merge tag 'mtd/for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linuxLinus Torvalds4-8/+14
2021-12-03mtd: dataflash: Add device-tree SPI IDsJon Hunter1-0/+8
2021-12-03mtd: sst25l: Warn about failure to unregister mtd deviceUwe Kleine-König1-1/+3
2021-12-03mtd: mchp48l640: Warn about failure to unregister mtd deviceUwe Kleine-König1-1/+3
2021-12-03mtd: mchp23k256: Warn about failure to unregister mtd deviceUwe Kleine-König1-1/+3
2021-12-03mtd: dataflash: Warn about failure to unregister mtd deviceUwe Kleine-König1-5/+5
2021-10-15mtd: block2mtd: add support for an optional custom MTD labelJoachim Wiberg1-7/+17
2021-10-15mtd: block2mtd: minor refactor to avoid hard coded constantJoachim Wiberg1-2/+5
2021-08-06mtd: devices: mchp48l640: Fix memory leak on cmdColin Ian King1-0/+1
2021-07-16mtd: mchp48l640: silence some uninitialized variable warningsDan Carpenter1-2/+2
2021-06-11mtd: devices: add support for microchip 48l640 EERAMHeiko Schocher3-0/+380
2021-05-26mtd: devices: Remove superfluous "break"Ding Senjie1-1/+0
2021-05-10mtd: phram: Fix error return code in phram_setup()Yu Kuai1-0/+1
2021-04-16mtd: core: Constify buf in mtd_write_user_prot_reg()Tudor Ambarus1-1/+1
2021-02-01mtd: st_spi_fsm: convert comma to semicolonZheng Yongjun1-1/+1
2021-01-27mtd: phram: use div_u64_rem to stop overwrite len in phram_setupyangerkun1-1/+5
2020-12-07mtd: phram: Allow the user to set the erase page size.Patrick O'Grady1-18/+34
2020-11-20mtd: devices: powernv_flash: Add function names to headers and fix 'dev'Lee Jones1-1/+4
2020-11-20mtd: devices: docg3: Fix kernel-doc 'bad line' and 'excessive doc' issuesLee Jones1-3/+2
2020-11-20mtd: devices: phram: File headers are not good candidates for kernel-docLee Jones1-1/+1
2020-10-02mtd: spear_smi: Enable compile testingMiquel Raynal1-1/+1
2020-09-15mtd: spear_smi: use for_each_child_of_node() macroQinglang Miao1-2/+2
2020-08-27mtd: Avoid comma separated statementsJoe Perches1-2/+8
2020-05-24lib/bch: Allow easy bit swappingMiquel Raynal1-1/+1
2020-05-24lib/bch: Rework a little bit the exported function namesMiquel Raynal1-5/+5
2020-03-30mtd: Convert fallthrough comments into statementsMiquel Raynal2-4/+4