summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/mtdcore.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mtd/for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds2024-05-161-2/+7
|\
| * mtd: core: Align comment with an action in mtd_otp_nvmem_add()Andy Shevchenko2024-04-091-4/+3
| * mtd: core: Don't fail mtd_otp_nvmem_add() if OTP is unsupportedAapo Vienamo2024-03-251-1/+5
| * mtd: core: Report error if first mtd_otp_size() call fails in mtd_otp_nvmem_a...Aapo Vienamo2024-03-251-2/+4
* | mtd: limit OTP NVMEM cell parse to non-NAND devicesChristian Marangi2024-04-151-1/+1
|/
* mtd: Fix possible refcounting issue when going through partition nodesMiquel Raynal2024-02-051-0/+1
* mtd: Add several functions to the fail_function listZhaoLong Wang2024-01-061-0/+5
* Merge tag 'mtd/for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds2023-11-041-0/+2
|\
| * mtd: Add WARN_ON_ONCE() to mtd_read() to check the return valueZhaoLong Wang2023-10-161-0/+2
* | Revert "nvmem: add new config option"Rafał Miłecki2023-10-271-1/+0
* | nvmem: add explicit config option to read old syntax fixed OF cellsRafał Miłecki2023-10-211-0/+2
|/
* mtd: Clean refcounting with MTD_PARTITIONED_MASTERMiquel Raynal2023-08-041-7/+10
* mtd: fix use-after-free in mtd releaseAlexander Usyskin2023-08-041-5/+11
* mtd: call external _get and _put in right orderAlexander Usyskin2023-07-121-14/+14
* mtd: use refcount to prevent corruptionTomas Winkler2023-07-121-33/+39
* 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
|\