summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/mtdcore.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: core: use MTD_DEVICE_ATTR_RO/RW() helper macrosZhen Lei2021-06-111-25/+21
* mtd: core: add MTD_DEVICE_ATTR_RO/RW() helper macrosZhen Lei2021-06-111-0/+6
* mtd: core: Potential NULL dereference in mtd_otp_size()Dan Carpenter2021-05-261-1/+5
* mtd: core: Fix freeing of otp_info bufferJon Hunter2021-05-261-4/+2
* mtd: Create partname and partid debug files for child MTDsPetr Malat2021-05-101-4/+5
* mtd: core: add OTP nvmem provider supportMichael Walle2021-05-101-0/+148
* mtd: core: Convert sysfs sprintf/snprintf family to sysfs_emitTian Tao2021-05-101-18/+17
* mtd: core: Constify buf in mtd_write_user_prot_reg()Tudor Ambarus2021-04-161-1/+1
* Merge tag 'nand/for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mt...Richard Weinberger2021-04-151-0/+3
|\
| * mtd: Handle possible -EPROBE_DEFER from parse_mtd_partitions()Manivannan Sadhasivam2021-03-111-0/+3
* | mtd: core: add nvmem-cells compatible to parse mtd as nvmem cellsAnsuel Smith2021-03-281-1/+2
* | mtd: add OTP (one-time-programmable) erase ioctlMichael Walle2021-03-281-0/+12
* | mtd: mtdcore: constify name param in mtd_bdi_initTomas Winkler2021-03-111-1/+1
* | mtd: char: Get rid of Big MTD LockAlexander Sverdlin2021-03-111-0/+1
|/
* mtd: core: Fix refcounting for unpartitioned MTDsRichard Weinberger2020-12-071-0/+4
* mtd: Fix misspelled function parameter 'section'Lee Jones2020-11-201-1/+1
* Merge tag 'mtd/for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds2020-10-171-24/+4
|\
| * mtd: mtdcore: Convert to DEFINE_SHOW_ATTRIBUTEYongqiang Liu2020-08-271-24/+4
* | bdi: initialize ->ra_pages and ->io_pages in bdi_initChristoph Hellwig2020-09-241-0/+2
|/
* mtd: set master partition panic write flagKamal Dasu2020-06-151-2/+2
* Merge tag 'mtd/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds2020-06-101-17/+174
|\
| * Merge tag 'nand/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Richard Weinberger2020-06-011-17/+174
| |\
| | * mtd: Fix typo in mtd_ooblayout_set_databytes() descriptionMiquel Raynal2020-05-311-1/+1
| | * mtd: Add support for emulated SLC mode on MLC NANDsBoris Brezillon2020-05-111-16/+173
* | | Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-021-2/+1
|\ \ \ | |/ / |/| |
| * | bdi: remove the name field in struct backing_dev_infoChristoph Hellwig2020-05-091-1/+0
| * | bdi: simplify bdi_allocChristoph Hellwig2020-05-091-1/+1
| |/
* / mtd: Fix mtd not registered due to nvmem name collisionRicardo Ribalda Delgado2020-05-181-1/+1
|/
* mtd: implement proper partition handlingMiquel Raynal2020-03-111-71/+179
* mtd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-11-141-19/+7
* mtd: mtdcore: add debugfs nodes for querying the flash name and idZhuohao Lee2019-08-291-9/+77
* mtd: Add flag to indicate panic_writeKamal Dasu2019-06-271-0/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 102Thomas Gleixner2019-05-241-15/+1
* Merge tag 'mtd/for-5.1' of git://git.infradead.org/linux-mtdLinus Torvalds2019-03-041-59/+24
|\
| * mtd: Remove empty lines at end of sysfs related functionsStefan Roese2019-01-291-8/+0
| * mtd: Implement mtd_{read,write}() as wrappers around mtd_{read,write}_oob()Boris Brezillon2019-01-161-51/+24
* | mtd: Use mtd->name when registering nvmem deviceAneesh Kumar K.V2019-02-131-0/+1
* | mtd: Fix the check on nvmem_register() ret codeBoris Brezillon2019-01-071-1/+1
|/
* Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-12-281-0/+56
|\
| * mtd: add support for reading MTD devices via the nvmem APIAlban Bedel2018-12-061-0/+56
* | mtd: keep original flags for every struct mtd_infoRafał Miłecki2018-12-021-0/+2
* | mtd: fix Coverity integer handling issueMiquel Raynal2018-12-021-3/+3
|/
* mtd: Fallback to ->_read/write() when ->_read/write_oob() is missingMiquel Raynal2018-07-181-6/+22
* Merge tag 'mtd/for-4.18' of git://git.infradead.org/linux-mtdLinus Torvalds2018-06-081-10/+14
|\
| * mtd: move code adding (registering) partitions to the parse_mtd_partitions()Rafał Miłecki2018-05-071-10/+4
| * mtd: Add sysfs attribute for mtd OOB available sizeXiaolei Li2018-04-221-0/+10
* | proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-13/+1
|/
* mtd: Fix some function description mismatches in mtdcore.cXiaolei Li2018-03-291-4/+4
* mtd: update documentation of mtd_device_parse_register()Rafał Miłecki2018-03-291-4/+3
* mtd: Stop updating erase_info->state and calling mtd_erase_callback()Boris Brezillon2018-03-211-4/+2