aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/mtdpart.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-16mtd: mtdpart: check for subpartitions parsing resultGravatar Rafał Miłecki 1-1/+5
2023-07-12mtd: use refcount to prevent corruptionGravatar Tomas Winkler 1-6/+8
2023-06-09mtd: mtdpart: Drop useless LIST_HEADGravatar Christophe JAILLET 1-1/+0
2023-02-08mtd: mtdpart: Don't create platform device that'll never probeGravatar Saravana Kannan 1-0/+10
2022-05-16mtd: call of_platform_populate() for MTD partitionsGravatar Rafał Miłecki 1-0/+9
2021-12-03mtd: Fixed breaking list in __mtd_del_partition.Gravatar Andreas Oetken 1-1/+1
2021-06-11mtd: mtdpart: use DEVICE_ATTR_RO() helper macroGravatar Zhen Lei 1-4/+3
2021-05-10mtd: mtdpart: Convert sysfs sprintf/snprintf family to sysfs_emitGravatar Tian Tao 1-1/+1
2021-03-11mtd: don't lock when recursively deleting partitionsGravatar David Bauer 1-1/+1
2020-11-20mtd: mtdpart: Fix misdocumented function parameter 'mtd'Gravatar Lee Jones 1-1/+1
2020-05-11mtd: Add support for emulated SLC mode on MLC NANDsGravatar Boris Brezillon 1-23/+31
2020-03-11mtd: implement proper partition handlingGravatar Miquel Raynal 1-518/+177
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 102Gravatar Thomas Gleixner 1-15/+1
2019-05-06mtd: part: fix incorrect format specifier for an unsigned long longGravatar Colin Ian King 1-1/+1
2019-02-06mtd: Make sure mtd->erasesize is valid even if the partition is of size 0Gravatar Boris Brezillon 1-0/+4
2019-02-01mtd: Remove a debug trace in mtdpart.cGravatar Boris Brezillon 1-1/+0
2019-01-07mtd: Check add_mtd_device() ret codeGravatar Boris Brezillon 1-5/+31
2018-12-02mtd: improve calculating partition boundaries when checking for alignmentGravatar Rafał Miłecki 1-2/+11
2018-12-02mtd: keep original flags for every struct mtd_infoGravatar Rafał Miłecki 1-1/+2
2018-09-17mtd: partitions: fix unbalanced of_node_get/put()Gravatar Miquel Raynal 1-1/+4
2018-07-24mtd: partitions: use DT info for parsing partitions with "compatible" propGravatar Rafał Miłecki 1-20/+13
2018-05-07mtd: move code adding (registering) partitions to the parse_mtd_partitions()Gravatar Rafał Miłecki 1-28/+16
2018-03-27mtd: rename "ofpart" parser to "fixed-partitions" as it fits it betterGravatar Rafał Miłecki 1-2/+2
2018-03-27mtd: partitions: add of_match_table parser matching for the "ofpart" typeGravatar Rafał Miłecki 1-9/+107
2018-03-21mtd: Stop updating erase_info->state and calling mtd_erase_callback()Gravatar Boris Brezillon 1-5/+0
2018-03-15mtd: Unconditionally update ->fail_addr and ->addr in part_erase()Gravatar Boris Brezillon 1-12/+4
2018-03-15mtd: Stop assuming mtd_erase() is asynchronousGravatar Boris Brezillon 1-2/+0
2018-01-16mtd: Remove duplicate checks on mtd_oob_ops parameterGravatar Boris Brezillon 1-23/+0
2018-01-16mtd: Fallback to ->_read/write_oob() when ->_read/write() is missingGravatar Boris Brezillon 1-2/+4
2018-01-16mtd: mtdpart: Make ECC stat handling consistentGravatar Boris Brezillon 1-6/+8
2017-11-13mtd: remove the get_unmapped_area methodGravatar Nicolas Pitre 1-14/+0
2017-09-27mtd: Fix partition alignment check on multi-erasesize devicesGravatar Boris Brezillon 1-0/+8
2017-06-23mtd: partitions: fixup some allocate_partition() whitespaceGravatar Brian Norris 1-3/+3
2017-06-22mtd: partitions: add support for partition parsersGravatar Rafał Miłecki 1-0/+31
2017-06-22mtd: partitions: add support for subpartitionsGravatar Rafał Miłecki 1-7/+16
2017-06-22mtd: partitions: rename "master" to the "parent" where appropriateGravatar Rafał Miłecki 1-99/+105
2017-06-22mtd: partitions: remove sysfs files when deleting all master's partitionsGravatar Rafał Miłecki 1-2/+2
2017-06-22mtd: partitions: add helper for deleting partitionGravatar Rafał Miłecki 1-32/+43
2017-06-20mtd: partitions: factor out code calling parserGravatar Brian Norris 1-9/+24
2017-06-13mtd: handle partitioning on devices with 0 erasesizeGravatar Chris Packham 1-9/+17
2017-02-09mtd: Add partition device node to mtd partition devicesGravatar Sascha Hauer 1-0/+1
2017-02-08mtd: introduce function max_bad_blocksGravatar Jeff Westfahl 1-0/+10
2016-10-11treewide: remove redundant #include <linux/kconfig.h>Gravatar Masahiro Yamada 1-1/+0
2016-10-08Merge tag '4.9/mtd-pairing-scheme' of github.com:linux-nand/linuxGravatar Brian Norris 1-0/+1
2016-09-28mtdpart: Propagate _get/put_device()Gravatar Richard Weinberger 1-0/+18
2016-09-15mtd: introduce the mtd_pairing_scheme conceptGravatar Boris Brezillon 1-0/+1
2016-04-19mtd: create an mtd_ooblayout_ops struct to ease ECC layout definitionGravatar Boris Brezillon 1-1/+22
2016-04-19mtd: use mtd_set_ecclayout() where appropriateGravatar Boris Brezillon 1-1/+1
2016-03-07mtd: create an mtd_oobavail() helper and make use of itGravatar Boris BREZILLON 1-4/+1
2015-12-09mtd: partitions: support a cleanup callback for parsersGravatar Brian Norris 1-2/+33