summaryrefslogtreecommitdiff
path: root/drivers/mtd/mtdcore.c
AgeCommit message (Expand)Author
2024-04-15mtd: limit OTP NVMEM cell parse to non-NAND devicesChristian Marangi
2024-02-05mtd: Fix possible refcounting issue when going through partition nodesMiquel Raynal
2024-01-06mtd: Add several functions to the fail_function listZhaoLong Wang
2023-11-04Merge tag 'mtd/for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds
2023-10-27Revert "nvmem: add new config option"Rafał Miłecki
2023-10-21nvmem: add explicit config option to read old syntax fixed OF cellsRafał Miłecki
2023-10-16mtd: Add WARN_ON_ONCE() to mtd_read() to check the return valueZhaoLong Wang
2023-08-04mtd: Clean refcounting with MTD_PARTITIONED_MASTERMiquel Raynal
2023-08-04mtd: fix use-after-free in mtd releaseAlexander Usyskin
2023-07-12mtd: call external _get and _put in right orderAlexander Usyskin
2023-07-12mtd: use refcount to prevent corruptionTomas Winkler
2023-06-19mtd: otp: clean up on error in mtd_otp_nvmem_add()Dan Carpenter
2023-06-09mtd: otp: Put factory OTP/NVRAM into the entropy poolLinus Walleij
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-03-22mtd: Use of_property_read_bool() for boolean propertiesRob Herring
2023-03-17drivers: remove struct module * setting from struct classGreg Kroah-Hartman
2023-03-08mtd: Avoid magic valuesMiquel Raynal
2023-03-08mtd: Avoid printing error messages on probe deferralsMiquel Raynal
2023-03-08mtd: core: prepare mtd_otp_nvmem_add() to handle -EPROBE_DEFERMichael Walle
2023-03-08mtd: core: fix error path for nvmem providerMichael Walle
2023-03-08mtd: core: fix nvmem error reportingMichael Walle
2023-03-08mtd: core: provide unique name for nvmem device, take twoMichael Walle
2022-11-24mtd: core: Fix refcount error in del_mtd_device()Shang XiaoJing
2022-11-07mtd: core: fix possible resource leak in init_mtd()Gaosheng Cui
2022-11-07mtd: core: set ROOT_DEV for partitions marked as rootfs in DTRafał Miłecki
2022-11-07mtd: Fix device name leak when register device failed in add_mtd_device()Zhang Xiaoxu
2022-11-07mtd: core: try to find OF node for every MTD partitionRafał Miłecki
2022-11-07mtd: core: simplify (a bit) code find partition-matching dynamic OF nodeRafał Miłecki
2022-10-18mtd: core: add missing of_node_get() in dynamic partitions codeRafał Miłecki
2022-10-08Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-09-24mtd: allow getting MTD device associated with a specific DT nodeRafał Miłecki
2022-09-21mtd: track maximum number of bitflips for each read requestMichał Kępień
2022-08-01mtd: core: check partition before dereferenceTetsuo Handa
2022-06-29mtd: core: introduce of support for dynamic partitionsChristian Marangi
2022-04-25mtd: core: Check devicetree alias for indexVincent Whitchurch
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-03-25Merge tag 'mtd/changes-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-03-14mtd: core: Remove partid and partname debugfs filesTudor Ambarus
2022-02-28Merge 5.17-rc6 into char-misc-nextGreg Kroah-Hartman
2022-02-21mtd: core: Drop duplicate NULL checks around nvmem_unregister()Andy Shevchenko
2022-02-21mtd: core: Fix a conflict between MTD and NVMEM on wp-gpios propertyChristophe Kerello
2022-02-07mtd: Replace the expert mode symbols with a single helperMiquel Raynal
2021-12-09mtd: Introduce an expert mode for forensics and debugging purposesMiquel Raynal
2021-12-03mtd: core: clear out unregistered devices a bit moreZev Weiss
2021-12-03mtd: core: provide unique name for nvmem deviceMichael Walle
2021-11-08Merge tag 'mtd/for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds
2021-11-06mtd: call bdi_unregister explicitlyChristoph Hellwig
2021-10-15mtd: core: don't remove debugfs directory if device is in useZev Weiss
2021-07-16mtd: core: handle flashes without OTP gracefullyMichael Walle
2021-06-11mtd: core: use MTD_DEVICE_ATTR_RO/RW() helper macrosZhen Lei