summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/mtdcore.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-281-9/+4
|\
| * Merge 5.17-rc6 into char-misc-nextGreg Kroah-Hartman2022-02-281-0/+2
| |\
| * | mtd: core: Drop duplicate NULL checks around nvmem_unregister()Andy Shevchenko2022-02-211-9/+4
* | | Merge tag 'mtd/changes-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-03-251-37/+11
|\ \ \ | |_|/ |/| |
| * | mtd: core: Remove partid and partname debugfs filesTudor Ambarus2022-03-141-34/+1
| * | mtd: Replace the expert mode symbols with a single helperMiquel Raynal2022-02-071-8/+15
| |/
* / mtd: core: Fix a conflict between MTD and NVMEM on wp-gpios propertyChristophe Kerello2022-02-211-0/+2
|/
* mtd: Introduce an expert mode for forensics and debugging purposesMiquel Raynal2021-12-091-0/+10
* mtd: core: clear out unregistered devices a bit moreZev Weiss2021-12-031-1/+6
* mtd: core: provide unique name for nvmem deviceMichael Walle2021-12-031-2/+2
* Merge tag 'mtd/for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds2021-11-081-2/+2
|\
| * mtd: core: don't remove debugfs directory if device is in useZev Weiss2021-10-151-2/+2
* | mtd: call bdi_unregister explicitlyChristoph Hellwig2021-11-061-0/+1
|/
* mtd: core: handle flashes without OTP gracefullyMichael Walle2021-07-161-1/+3
* 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