summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/mtdcore.c
AgeCommit message (Expand)AuthorLines
2021-04-16mtd: core: Constify buf in mtd_write_user_prot_reg()Tudor Ambarus-1/+1
2021-04-15Merge tag 'nand/for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mt...Richard Weinberger-0/+3
2021-03-28mtd: core: add nvmem-cells compatible to parse mtd as nvmem cellsAnsuel Smith-1/+2
2021-03-28mtd: add OTP (one-time-programmable) erase ioctlMichael Walle-0/+12
2021-03-11mtd: mtdcore: constify name param in mtd_bdi_initTomas Winkler-1/+1
2021-03-11mtd: char: Get rid of Big MTD LockAlexander Sverdlin-0/+1
2021-03-11mtd: Handle possible -EPROBE_DEFER from parse_mtd_partitions()Manivannan Sadhasivam-0/+3
2020-12-07mtd: core: Fix refcounting for unpartitioned MTDsRichard Weinberger-0/+4
2020-11-20mtd: Fix misspelled function parameter 'section'Lee Jones-1/+1
2020-10-17Merge tag 'mtd/for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds-24/+4
2020-09-24bdi: initialize ->ra_pages and ->io_pages in bdi_initChristoph Hellwig-0/+2
2020-08-27mtd: mtdcore: Convert to DEFINE_SHOW_ATTRIBUTEYongqiang Liu-24/+4
2020-06-15mtd: set master partition panic write flagKamal Dasu-2/+2
2020-06-10Merge tag 'mtd/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds-17/+174
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds-2/+1
2020-06-01Merge tag 'nand/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Richard Weinberger-17/+174
2020-05-31mtd: Fix typo in mtd_ooblayout_set_databytes() descriptionMiquel Raynal-1/+1
2020-05-18mtd: Fix mtd not registered due to nvmem name collisionRicardo Ribalda Delgado-1/+1
2020-05-11mtd: Add support for emulated SLC mode on MLC NANDsBoris Brezillon-16/+173
2020-05-09bdi: remove the name field in struct backing_dev_infoChristoph Hellwig-1/+0
2020-05-09bdi: simplify bdi_allocChristoph Hellwig-1/+1
2020-03-11mtd: implement proper partition handlingMiquel Raynal-71/+179
2019-11-14mtd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-19/+7
2019-08-29mtd: mtdcore: add debugfs nodes for querying the flash name and idZhuohao Lee-9/+77
2019-06-27mtd: Add flag to indicate panic_writeKamal Dasu-0/+3
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 102Thomas Gleixner-15/+1
2019-03-04Merge tag 'mtd/for-5.1' of git://git.infradead.org/linux-mtdLinus Torvalds-59/+24
2019-02-13mtd: Use mtd->name when registering nvmem deviceAneesh Kumar K.V-0/+1
2019-01-29mtd: Remove empty lines at end of sysfs related functionsStefan Roese-8/+0
2019-01-16mtd: Implement mtd_{read,write}() as wrappers around mtd_{read,write}_oob()Boris Brezillon-51/+24
2019-01-07mtd: Fix the check on nvmem_register() ret codeBoris Brezillon-1/+1
2018-12-28Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+56
2018-12-06mtd: add support for reading MTD devices via the nvmem APIAlban Bedel-0/+56
2018-12-02mtd: keep original flags for every struct mtd_infoRafał Miłecki-0/+2
2018-12-02mtd: fix Coverity integer handling issueMiquel Raynal-3/+3
2018-07-18mtd: Fallback to ->_read/write() when ->_read/write_oob() is missingMiquel Raynal-6/+22
2018-06-08Merge tag 'mtd/for-4.18' of git://git.infradead.org/linux-mtdLinus Torvalds-10/+14
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig-13/+1
2018-05-07mtd: move code adding (registering) partitions to the parse_mtd_partitions()Rafał Miłecki-10/+4
2018-04-22mtd: Add sysfs attribute for mtd OOB available sizeXiaolei Li-0/+10
2018-03-29mtd: Fix some function description mismatches in mtdcore.cXiaolei Li-4/+4
2018-03-29mtd: update documentation of mtd_device_parse_register()Rafał Miłecki-4/+3
2018-03-21mtd: Stop updating erase_info->state and calling mtd_erase_callback()Boris Brezillon-4/+2
2018-03-15mtd: Stop assuming mtd_erase() is asynchronousBoris Brezillon-5/+3
2018-03-15mtd: Initialize ->fail_addr early in mtd_erase()Boris Brezillon-1/+2
2018-02-12mtd: get rid of the mtd_add_device_partitions()Rafał Miłecki-31/+12
2018-02-12mtd: move code adding master MTD out of mtd_add_device_partitions()Rafał Miłecki-12/+13
2018-02-12mtd: Make sure the device supports erase operations in mtd_erase()Boris Brezillon-0/+4
2018-01-29Merge tag 'mtd/for-4.16' of git://git.infradead.org/linux-mtdLinus Torvalds-2/+34
2018-01-16mtd: Fallback to ->_read/write_oob() when ->_read/write() is missingBoris Brezillon-2/+29