summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* lib/bch: Rework a little bit the exported function namesMiquel Raynal2020-05-241-5/+5
* mtd: Convert fallthrough comments into statementsMiquel Raynal2020-03-302-4/+4
* mtd: phram: fix a double free issue in error pathWen Yang2020-03-241-6/+9
* Merge tag 'mtd/for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds2020-01-301-4/+4
|\
| * mtd: block2mtd: page index should use pgoff_tLiu Song2020-01-271-4/+4
* | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
|/
* mtd: devices: fix mchp23k256 read and writeAngelo Dureghello2019-11-141-8/+12
* mtd: spear_smi: Fix Write Burst modeMiquel Raynal2019-10-291-1/+37
* mtd: st_spi_fsm: remove unused field from struct stfsmBartosz Golaszewski2019-10-081-1/+0
* mtd: spear_smi: remove set but not used variable 'flash_info'zhengbin2019-10-081-3/+0
* mtd: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-10-081-1/+0
* mtd: pmc551: Remove set but not used variable 'soff_lo'zhengbin2019-09-151-6/+3
* mtd: phram: Module parameters add writable permissionsXiaoming Ni2019-09-151-1/+1
* mtd: spi-nor: Move m25p80 code in spi-nor.cBoris Brezillon2019-08-123-366/+0
* docs: kbuild: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-141-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 420Thomas Gleixner2019-06-056-29/+6
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 380Thomas Gleixner2019-06-051-5/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-302-30/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-303-15/+3
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-213-0/+3
* mtd: phram: Mark expected switch fall-throughsGustavo A. R. Silva2019-05-061-0/+2