aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/mtdcore.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-16Merge tag 'mtd/for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Gravatar Linus Torvalds 1-2/+7
2024-04-15mtd: limit OTP NVMEM cell parse to non-NAND devicesGravatar Christian Marangi 1-1/+1
2024-04-09mtd: core: Align comment with an action in mtd_otp_nvmem_add()Gravatar Andy Shevchenko 1-4/+3
2024-03-25mtd: core: Don't fail mtd_otp_nvmem_add() if OTP is unsupportedGravatar Aapo Vienamo 1-1/+5
2024-03-25mtd: core: Report error if first mtd_otp_size() call fails in mtd_otp_nvmem_a...Gravatar Aapo Vienamo 1-2/+4
2024-02-05mtd: Fix possible refcounting issue when going through partition nodesGravatar Miquel Raynal 1-0/+1
2024-01-06mtd: Add several functions to the fail_function listGravatar ZhaoLong Wang 1-0/+5
2023-11-04Merge tag 'mtd/for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Gravatar Linus Torvalds 1-0/+2
2023-10-27Revert "nvmem: add new config option"Gravatar Rafał Miłecki 1-1/+0
2023-10-21nvmem: add explicit config option to read old syntax fixed OF cellsGravatar Rafał Miłecki 1-0/+2
2023-10-16mtd: Add WARN_ON_ONCE() to mtd_read() to check the return valueGravatar ZhaoLong Wang 1-0/+2
2023-08-04mtd: Clean refcounting with MTD_PARTITIONED_MASTERGravatar Miquel Raynal 1-7/+10
2023-08-04mtd: fix use-after-free in mtd releaseGravatar Alexander Usyskin 1-5/+11
2023-07-12mtd: call external _get and _put in right orderGravatar Alexander Usyskin 1-14/+14
2023-07-12mtd: use refcount to prevent corruptionGravatar Tomas Winkler 1-33/+39
2023-06-19mtd: otp: clean up on error in mtd_otp_nvmem_add()Gravatar Dan Carpenter 1-3/+5
2023-06-09mtd: otp: Put factory OTP/NVRAM into the entropy poolGravatar Linus Walleij 1-0/+19
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+0
2023-03-22mtd: Use of_property_read_bool() for boolean propertiesGravatar Rob Herring 1-1/+1
2023-03-17drivers: remove struct module * setting from struct classGravatar Greg Kroah-Hartman 1-1/+0
2023-03-08mtd: Avoid magic valuesGravatar Miquel Raynal 1-1/+1
2023-03-08mtd: Avoid printing error messages on probe deferralsGravatar Miquel Raynal 1-5/+4
2023-03-08mtd: core: prepare mtd_otp_nvmem_add() to handle -EPROBE_DEFERGravatar Michael Walle 1-4/+3
2023-03-08mtd: core: fix error path for nvmem providerGravatar Michael Walle 1-3/+10
2023-03-08mtd: core: fix nvmem error reportingGravatar Michael Walle 1-2/+3
2023-03-08mtd: core: provide unique name for nvmem device, take twoGravatar Michael Walle 1-3/+2
2022-11-24mtd: core: Fix refcount error in del_mtd_device()Gravatar Shang XiaoJing 1-1/+3
2022-11-07mtd: core: fix possible resource leak in init_mtd()Gravatar Gaosheng Cui 1-0/+1
2022-11-07mtd: core: set ROOT_DEV for partitions marked as rootfs in DTGravatar Rafał Miłecki 1-0/+12
2022-11-07mtd: Fix device name leak when register device failed in add_mtd_device()Gravatar Zhang Xiaoxu 1-1/+3
2022-11-07mtd: core: try to find OF node for every MTD partitionGravatar Rafał Miłecki 1-12/+5
2022-11-07mtd: core: simplify (a bit) code find partition-matching dynamic OF nodeGravatar Rafał Miłecki 1-9/+8
2022-10-18mtd: core: add missing of_node_get() in dynamic partitions codeGravatar Rafał Miłecki 1-1/+1
2022-10-08Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+28
2022-09-24mtd: allow getting MTD device associated with a specific DT nodeGravatar Rafał Miłecki 1-0/+28
2022-09-21mtd: track maximum number of bitflips for each read requestGravatar Michał Kępień 1-0/+5
2022-08-01mtd: core: check partition before dereferenceGravatar Tetsuo Handa 1-0/+2
2022-06-29mtd: core: introduce of support for dynamic partitionsGravatar Christian Marangi 1-0/+61
2022-04-25mtd: core: Check devicetree alias for indexGravatar Vincent Whitchurch 1-2/+9
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-9/+4
2022-03-25Merge tag 'mtd/changes-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-37/+11
2022-03-14mtd: core: Remove partid and partname debugfs filesGravatar Tudor Ambarus 1-34/+1
2022-02-28Merge 5.17-rc6 into char-misc-nextGravatar Greg Kroah-Hartman 1-0/+2
2022-02-21mtd: core: Drop duplicate NULL checks around nvmem_unregister()Gravatar Andy Shevchenko 1-9/+4
2022-02-21mtd: core: Fix a conflict between MTD and NVMEM on wp-gpios propertyGravatar Christophe Kerello 1-0/+2
2022-02-07mtd: Replace the expert mode symbols with a single helperGravatar Miquel Raynal 1-8/+15
2021-12-09mtd: Introduce an expert mode for forensics and debugging purposesGravatar Miquel Raynal 1-0/+10
2021-12-03mtd: core: clear out unregistered devices a bit moreGravatar Zev Weiss 1-1/+6
2021-12-03mtd: core: provide unique name for nvmem deviceGravatar Michael Walle 1-2/+2
2021-11-08Merge tag 'mtd/for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Gravatar Linus Torvalds 1-2/+2