summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices
AgeCommit message (Expand)AuthorLines
2021-12-03mtd: dataflash: Add device-tree SPI IDsJon Hunter-0/+8
2021-10-15mtd: block2mtd: add support for an optional custom MTD labelJoachim Wiberg-7/+17
2021-10-15mtd: block2mtd: minor refactor to avoid hard coded constantJoachim Wiberg-2/+5
2021-08-06mtd: devices: mchp48l640: Fix memory leak on cmdColin Ian King-0/+1
2021-07-16mtd: mchp48l640: silence some uninitialized variable warningsDan Carpenter-2/+2
2021-06-11mtd: devices: add support for microchip 48l640 EERAMHeiko Schocher-0/+380
2021-05-26mtd: devices: Remove superfluous "break"Ding Senjie-1/+0
2021-05-10mtd: phram: Fix error return code in phram_setup()Yu Kuai-0/+1
2021-04-16mtd: core: Constify buf in mtd_write_user_prot_reg()Tudor Ambarus-1/+1
2021-02-01mtd: st_spi_fsm: convert comma to semicolonZheng Yongjun-1/+1
2021-01-27mtd: phram: use div_u64_rem to stop overwrite len in phram_setupyangerkun-1/+5
2020-12-07mtd: phram: Allow the user to set the erase page size.Patrick O'Grady-18/+34
2020-11-20mtd: devices: powernv_flash: Add function names to headers and fix 'dev'Lee Jones-1/+4
2020-11-20mtd: devices: docg3: Fix kernel-doc 'bad line' and 'excessive doc' issuesLee Jones-3/+2
2020-11-20mtd: devices: phram: File headers are not good candidates for kernel-docLee Jones-1/+1
2020-10-02mtd: spear_smi: Enable compile testingMiquel Raynal-1/+1
2020-09-15mtd: spear_smi: use for_each_child_of_node() macroQinglang Miao-2/+2
2020-08-27mtd: Avoid comma separated statementsJoe Perches-2/+8
2020-05-24lib/bch: Allow easy bit swappingMiquel Raynal-1/+1
2020-05-24lib/bch: Rework a little bit the exported function namesMiquel Raynal-5/+5
2020-03-30mtd: Convert fallthrough comments into statementsMiquel Raynal-4/+4
2020-03-24mtd: phram: fix a double free issue in error pathWen Yang-6/+9
2020-01-30Merge tag 'mtd/for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds-4/+4
2020-01-27mtd: block2mtd: page index should use pgoff_tLiu Song-4/+4
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig-1/+1
2019-11-14mtd: devices: fix mchp23k256 read and writeAngelo Dureghello-8/+12
2019-10-29mtd: spear_smi: Fix Write Burst modeMiquel Raynal-1/+37
2019-10-08mtd: st_spi_fsm: remove unused field from struct stfsmBartosz Golaszewski-1/+0
2019-10-08mtd: spear_smi: remove set but not used variable 'flash_info'zhengbin-3/+0
2019-10-08mtd: Remove dev_err() usage after platform_get_irq()Stephen Boyd-1/+0
2019-09-15mtd: pmc551: Remove set but not used variable 'soff_lo'zhengbin-6/+3
2019-09-15mtd: phram: Module parameters add writable permissionsXiaoming Ni-1/+1
2019-08-12mtd: spi-nor: Move m25p80 code in spi-nor.cBoris Brezillon-366/+0
2019-06-14docs: kbuild: convert docs to ReST and rename to *.rstMauro Carvalho Chehab-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 420Thomas Gleixner-29/+6
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 380Thomas Gleixner-5/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner-10/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner-30/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-15/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner-0/+3
2019-05-06mtd: phram: Mark expected switch fall-throughsGustavo A. R. Silva-0/+2
2019-04-18mtd: nand: Clarify Kconfig entry for software BCH ECC algorithmMiquel Raynal-1/+1
2019-03-04Merge tag 'mtd/for-5.1' of git://git.infradead.org/linux-mtdLinus Torvalds-7/+11
2019-02-25Merge tag 'spi-nor/for-5.1' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon-1/+8
2019-02-13mtd: powernv_flash: Fix device registration errorAneesh Kumar K.V-1/+1
2019-01-29mtd: docg3: fix a possible memory leak of mtd->nameYueHaibing-3/+2
2019-01-29mtd: docg3: Fix passing zero to 'PTR_ERR' warning in doc_probe_deviceYueHaibing-1/+1
2019-01-17mtd: m25p80: add support of octal mode I/O transferYogesh Narayan Gaur-1/+8
2019-01-08mtd: mtdram: Expose module parametersRichard Weinberger-2/+0