aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2020-03-24mtd: phram: fix a double free issue in error pathWen Yang1-6/+9
2020-01-30Merge tag 'mtd/for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linuxLinus Torvalds1-4/+4
2020-01-27mtd: block2mtd: page index should use pgoff_tLiu Song1-4/+4
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-11-14mtd: devices: fix mchp23k256 read and writeAngelo Dureghello1-8/+12
2019-10-29mtd: spear_smi: Fix Write Burst modeMiquel Raynal1-1/+37
2019-10-08mtd: st_spi_fsm: remove unused field from struct stfsmBartosz Golaszewski1-1/+0
2019-10-08mtd: spear_smi: remove set but not used variable 'flash_info'zhengbin1-3/+0
2019-10-08mtd: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-1/+0
2019-09-15mtd: pmc551: Remove set but not used variable 'soff_lo'zhengbin1-6/+3
2019-09-15mtd: phram: Module parameters add writable permissionsXiaoming Ni1-1/+1
2019-08-12mtd: spi-nor: Move m25p80 code in spi-nor.cBoris Brezillon3-366/+0
2019-06-14docs: kbuild: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 420Thomas Gleixner6-29/+6
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 380Thomas Gleixner1-5/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2-30/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner3-15/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner3-0/+3
2019-05-06mtd: phram: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2019-04-18mtd: nand: Clarify Kconfig entry for software BCH ECC algorithmMiquel Raynal1-1/+1
2019-03-04Merge tag 'mtd/for-5.1' of git://git.infradead.org/linux-mtdLinus Torvalds3-7/+11
2019-02-25Merge tag 'spi-nor/for-5.1' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon1-1/+8
2019-02-13mtd: powernv_flash: Fix device registration errorAneesh Kumar K.V1-1/+1
2019-01-29mtd: docg3: fix a possible memory leak of mtd->nameYueHaibing1-3/+2
2019-01-29mtd: docg3: Fix passing zero to 'PTR_ERR' warning in doc_probe_deviceYueHaibing1-1/+1
2019-01-17mtd: m25p80: add support of octal mode I/O transferYogesh Narayan Gaur1-1/+8
2019-01-08mtd: mtdram: Expose module parametersRichard Weinberger1-2/+0
2018-12-28Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-1/+1
2018-12-18Merge tag 'nand/for-4.21' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon1-1/+1
2018-12-13Merge branch 'yaml-bindings-for-v4.21' into dt/nextRob Herring1-1/+1