summaryrefslogtreecommitdiff
path: root/drivers/mtd/mtdcore.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+0
2023-03-22mtd: Use of_property_read_bool() for boolean propertiesRob Herring1-1/+1
2023-03-17drivers: remove struct module * setting from struct classGreg Kroah-Hartman1-1/+0
2023-03-08mtd: Avoid magic valuesMiquel Raynal1-1/+1
2023-03-08mtd: Avoid printing error messages on probe deferralsMiquel Raynal1-5/+4
2023-03-08mtd: core: prepare mtd_otp_nvmem_add() to handle -EPROBE_DEFERMichael Walle1-4/+3
2023-03-08mtd: core: fix error path for nvmem providerMichael Walle1-3/+10
2023-03-08mtd: core: fix nvmem error reportingMichael Walle1-2/+3
2023-03-08mtd: core: provide unique name for nvmem device, take twoMichael Walle1-3/+2
2022-11-24mtd: core: Fix refcount error in del_mtd_device()Shang XiaoJing1-1/+3
2022-11-07mtd: core: fix possible resource leak in init_mtd()Gaosheng Cui1-0/+1
2022-11-07mtd: core: set ROOT_DEV for partitions marked as rootfs in DTRafał Miłecki1-0/+12
2022-11-07mtd: Fix device name leak when register device failed in add_mtd_device()Zhang Xiaoxu1-1/+3
2022-11-07mtd: core: try to find OF node for every MTD partitionRafał Miłecki1-12/+5
2022-11-07mtd: core: simplify (a bit) code find partition-matching dynamic OF nodeRafał Miłecki1-9/+8
2022-10-18mtd: core: add missing of_node_get() in dynamic partitions codeRafał Miłecki1-1/+1
2022-10-08Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+28
2022-09-24mtd: allow getting MTD device associated with a specific DT nodeRafał Miłecki1-0/+28
2022-09-21mtd: track maximum number of bitflips for each read requestMichał Kępień1-0/+5
2022-08-01mtd: core: check partition before dereferenceTetsuo Handa1-0/+2
2022-06-29mtd: core: introduce of support for dynamic partitionsChristian Marangi1-0/+61
2022-04-25mtd: core: Check devicetree alias for indexVincent Whitchurch1-2/+9
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-9/+4
2022-03-25Merge tag 'mtd/changes-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-37/+11
2022-03-14mtd: core: Remove partid and partname debugfs filesTudor Ambarus1-34/+1
2022-02-28Merge 5.17-rc6 into char-misc-nextGreg Kroah-Hartman1-0/+2
2022-02-21mtd: core: Drop duplicate NULL checks around nvmem_unregister()Andy Shevchenko1-9/+4
2022-02-21mtd: core: Fix a conflict between MTD and NVMEM on wp-gpios propertyChristophe Kerello1-0/+2
2022-02-07mtd: Replace the expert mode symbols with a single helperMiquel Raynal1-8/+15
2021-12-09mtd: Introduce an expert mode for forensics and debugging purposesMiquel Raynal1-0/+10
2021-12-03mtd: core: clear out unregistered devices a bit moreZev Weiss1-1/+6
2021-12-03mtd: core: provide unique name for nvmem deviceMichael Walle1-2/+2
2021-11-08Merge tag 'mtd/for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds1-2/+2
2021-11-06mtd: call bdi_unregister explicitlyChristoph Hellwig1-0/+1
2021-10-15mtd: core: don't remove debugfs directory if device is in useZev Weiss1-2/+2
2021-07-16mtd: core: handle flashes without OTP gracefullyMichael Walle1-1/+3
2021-06-11mtd: core: use MTD_DEVICE_ATTR_RO/RW() helper macrosZhen Lei1-25/+21
2021-06-11mtd: core: add MTD_DEVICE_ATTR_RO/RW() helper macrosZhen Lei1-0/+6
2021-05-26mtd: core: Potential NULL dereference in mtd_otp_size()Dan Carpenter1-1/+5
2021-05-26mtd: core: Fix freeing of otp_info bufferJon Hunter1-4/+2
2021-05-10mtd: Create partname and partid debug files for child MTDsPetr Malat1-4/+5
2021-05-10mtd: core: add OTP nvmem provider supportMichael Walle1-0/+148
2021-05-10mtd: core: Convert sysfs sprintf/snprintf family to sysfs_emitTian Tao1-18/+17
2021-04-16mtd: core: Constify buf in mtd_write_user_prot_reg()Tudor Ambarus1-1/+1
2021-04-15Merge tag 'nand/for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mt...Richard Weinberger1-0/+3
2021-03-28mtd: core: add nvmem-cells compatible to parse mtd as nvmem cellsAnsuel Smith1-1/+2
2021-03-28mtd: add OTP (one-time-programmable) erase ioctlMichael Walle1-0/+12
2021-03-11mtd: mtdcore: constify name param in mtd_bdi_initTomas Winkler1-1/+1
2021-03-11mtd: char: Get rid of Big MTD LockAlexander Sverdlin1-0/+1
2021-03-11mtd: Handle possible -EPROBE_DEFER from parse_mtd_partitions()Manivannan Sadhasivam1-0/+3