summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/mtdcore.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: otp: clean up on error in mtd_otp_nvmem_add()Dan Carpenter2023-06-191-3/+5
* mtd: otp: Put factory OTP/NVRAM into the entropy poolLinus Walleij2023-06-091-0/+19
* Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-271-1/+0
|\
| * drivers: remove struct module * setting from struct classGreg Kroah-Hartman2023-03-171-1/+0
* | mtd: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-221-1/+1
* | mtd: Avoid magic valuesMiquel Raynal2023-03-081-1/+1
* | mtd: Avoid printing error messages on probe deferralsMiquel Raynal2023-03-081-5/+4
* | mtd: core: prepare mtd_otp_nvmem_add() to handle -EPROBE_DEFERMichael Walle2023-03-081-4/+3
* | mtd: core: fix error path for nvmem providerMichael Walle2023-03-081-3/+10
* | mtd: core: fix nvmem error reportingMichael Walle2023-03-081-2/+3
* | mtd: core: provide unique name for nvmem device, take twoMichael Walle2023-03-081-3/+2
|/
* mtd: core: Fix refcount error in del_mtd_device()Shang XiaoJing2022-11-241-1/+3
* mtd: core: fix possible resource leak in init_mtd()Gaosheng Cui2022-11-071-0/+1
* mtd: core: set ROOT_DEV for partitions marked as rootfs in DTRafał Miłecki2022-11-071-0/+12
* mtd: Fix device name leak when register device failed in add_mtd_device()Zhang Xiaoxu2022-11-071-1/+3
* mtd: core: try to find OF node for every MTD partitionRafał Miłecki2022-11-071-12/+5
* mtd: core: simplify (a bit) code find partition-matching dynamic OF nodeRafał Miłecki2022-11-071-9/+8
* mtd: core: add missing of_node_get() in dynamic partitions codeRafał Miłecki2022-10-181-1/+1
* Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-081-0/+28
|\
| * mtd: allow getting MTD device associated with a specific DT nodeRafał Miłecki2022-09-241-0/+28
* | mtd: track maximum number of bitflips for each read requestMichał Kępień2022-09-211-0/+5
|/
* mtd: core: check partition before dereferenceTetsuo Handa2022-08-011-0/+2
* mtd: core: introduce of support for dynamic partitionsChristian Marangi2022-06-291-0/+61
* mtd: core: Check devicetree alias for indexVincent Whitchurch2022-04-251-2/+9
* 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