aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/mtdcore.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-16mtd: core: handle flashes without OTP gracefullyMichael Walle1-1/+3
2021-06-11mtd: core: use MTD_DEVICE_ATTR_RO/RW() helper macrosZhen Lei1-25/+21
2021-06-11mtd: core: add MTD_DEVICE_ATTR_RO/RW() helper macrosZhen Lei1-0/+6
2021-05-26mtd: core: Potential NULL dereference in mtd_otp_size()Dan Carpenter1-1/+5
2021-05-26mtd: core: Fix freeing of otp_info bufferJon Hunter1-4/+2
2021-05-10mtd: Create partname and partid debug files for child MTDsPetr Malat1-4/+5
2021-05-10mtd: core: add OTP nvmem provider supportMichael Walle1-0/+148
2021-05-10mtd: core: Convert sysfs sprintf/snprintf family to sysfs_emitTian Tao1-18/+17
2021-04-16mtd: core: Constify buf in mtd_write_user_prot_reg()Tudor Ambarus1-1/+1
2021-04-15Merge tag 'nand/for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux into mtd/nextRichard Weinberger1-0/+3
2021-03-28mtd: core: add nvmem-cells compatible to parse mtd as nvmem cellsAnsuel Smith1-1/+2
2021-03-28mtd: add OTP (one-time-programmable) erase ioctlMichael Walle1-0/+12
2021-03-11mtd: mtdcore: constify name param in mtd_bdi_initTomas Winkler1-1/+1
2021-03-11mtd: char: Get rid of Big MTD LockAlexander Sverdlin1-0/+1
2021-03-11mtd: Handle possible -EPROBE_DEFER from parse_mtd_partitions()Manivannan Sadhasivam1-0/+3
2020-12-07mtd: core: Fix refcounting for unpartitioned MTDsRichard Weinberger1-0/+4
2020-11-20mtd: Fix misspelled function parameter 'section'Lee Jones1-1/+1
2020-10-17Merge tag 'mtd/for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linuxLinus Torvalds1-24/+4
2020-09-24bdi: initialize ->ra_pages and ->io_pages in bdi_initChristoph Hellwig1-0/+2
2020-08-27mtd: mtdcore: Convert to DEFINE_SHOW_ATTRIBUTEYongqiang Liu1-24/+4
2020-06-15mtd: set master partition panic write flagKamal Dasu1-2/+2
2020-06-10Merge tag 'mtd/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linuxLinus Torvalds1-17/+174
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+1
2020-06-01Merge tag 'nand/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux into mtd/nextRichard Weinberger1-17/+174
2020-05-31mtd: Fix typo in mtd_ooblayout_set_databytes() descriptionMiquel Raynal1-1/+1
2020-05-18mtd: Fix mtd not registered due to nvmem name collisionRicardo Ribalda Delgado1-1/+1
2020-05-11mtd: Add support for emulated SLC mode on MLC NANDsBoris Brezillon1-16/+173
2020-05-09bdi: remove the name field in struct backing_dev_infoChristoph Hellwig1-1/+0
2020-05-09bdi: simplify bdi_allocChristoph Hellwig1-1/+1
2020-03-11mtd: implement proper partition handlingMiquel Raynal1-71/+179
2019-11-14mtd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-19/+7
2019-08-29mtd: mtdcore: add debugfs nodes for querying the flash name and idZhuohao Lee1-9/+77
2019-06-27mtd: Add flag to indicate panic_writeKamal Dasu1-0/+3
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 102Thomas Gleixner1-15/+1
2019-03-04Merge tag 'mtd/for-5.1' of git://git.infradead.org/linux-mtdLinus Torvalds1-59/+24
2019-02-13mtd: Use mtd->name when registering nvmem deviceAneesh Kumar K.V1-0/+1
2019-01-29mtd: Remove empty lines at end of sysfs related functionsStefan Roese1-8/+0
2019-01-16mtd: Implement mtd_{read,write}() as wrappers around mtd_{read,write}_oob()Boris Brezillon1-51/+24
2019-01-07mtd: Fix the check on nvmem_register() ret codeBoris Brezillon1-1/+1
2018-12-28Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+56
2018-12-06mtd: add support for reading MTD devices via the nvmem APIAlban Bedel1-0/+56
2018-12-02mtd: keep original flags for every struct mtd_infoRafał Miłecki1-0/+2
2018-12-02mtd: fix Coverity integer handling issueMiquel Raynal1-3/+3
2018-07-18mtd: Fallback to ->_read/write() when ->_read/write_oob() is missingMiquel Raynal1-6/+22
2018-06-08Merge tag 'mtd/for-4.18' of git://git.infradead.org/linux-mtdLinus Torvalds1-10/+14
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig1-13/+1
2018-05-07mtd: move code adding (registering) partitions to the parse_mtd_partitions()Rafał Miłecki1-10/+4
2018-04-22mtd: Add sysfs attribute for mtd OOB available sizeXiaolei Li1-0/+10
2018-03-29mtd: Fix some function description mismatches in mtdcore.cXiaolei Li1-4/+4
2018-03-29mtd: update documentation of mtd_device_parse_register()Rafał Miłecki1-4/+3