summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/parsers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nand/for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mt...Richard Weinberger2021-02-103-0/+179
|\
| * mtd: parsers: Add Qcom SMEM parserManivannan Sadhasivam2021-01-043-0/+179
* | mtd: parsers: afs: Fix freeing the part name memory in failureManivannan Sadhasivam2021-02-011-3/+1
* | mtd: parser: imagetag: fix error codes in bcm963xx_parse_imagetag_partitions()Dan Carpenter2021-01-281-0/+4
|/
* mtd: parser: cmdline: Fix parsing of part-names with colonsSven Eckelmann2020-12-071-1/+13
* mtd: parsers: bcm63xx: Do not make it modularFlorian Fainelli2020-10-021-1/+1
* Merge tag 'mtd/for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds2020-08-091-20/+12
|\
| * mtd: parsers: bcm63xx: simplify CFE detectionÁlvaro Fernández Rojas2020-06-261-20/+12
* | treewide: Remove uninitialized_var() usageKees Cook2020-07-161-2/+2
|/
* mtd: parser: cmdline: Support MTD names containing one or more colonsBoris Brezillon2020-06-051-3/+20
* mtd: cmdlinepart: Add an slc option to use SLC mode on a partBoris Brezillon2020-05-111-2/+10
* mtd: partitions: ofpart: Parse the slc-mode propertyBoris Brezillon2020-05-111-0/+3
* mtd: sharpslpart: Fix unsigned comparison to zeroYueHaibing2020-01-211-2/+2
* mtd: parsers: Move CMDLINE parserLinus Walleij2019-09-153-0/+438
* mtd: parsers: Move OF parserLinus Walleij2019-09-153-0/+247
* mtd: parsers: Move BCM63xx parserLinus Walleij2019-09-153-0/+190
* mtd: parsers: Move BCM47xx parserLinus Walleij2019-09-153-0/+325
* mtd: parsers: Move TI AR7 parserLinus Walleij2019-09-153-0/+135
* Merge tag 'mtd/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds2019-07-131-2/+1
|\
| * mtd: afs: remove unneeded NULL checkDing Xiang2019-07-071-2/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-5/+1
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-13/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 102Thomas Gleixner2019-05-241-15/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* mtd: afs: add v2 partition parsingLinus Walleij2019-05-061-1/+157
* mtd: afs: factor the IIS read into partition parserLinus Walleij2019-05-061-39/+20
* mtd: afs: factor footer parsing into the v1 part parsingLinus Walleij2019-05-061-59/+39
* mtd: factor out v1 partition parsingLinus Walleij2019-05-061-38/+50
* mtd: afs: simplify partition detectionLinus Walleij2019-05-061-11/+22
* mtd: afs: simplify partition parsingLinus Walleij2019-05-061-35/+32
* mtd: partitions: Add OF support to AFS partitionsLinus Walleij2019-05-061-0/+7
* mtd: afs: Move AFS partition parser to parsers subdirLinus Walleij2019-05-063-0/+283
* mtd: parser_imagetag: add of_match_table supportJonas Gorski2019-05-061-0/+8
* mtd: bcm63xxpart: move imagetag parsing to its own parserJonas Gorski2019-05-063-0/+226
* mtd: partitions: Add OF support to RedBoot partitionsLinus Walleij2018-11-121-1/+31
* mtd: Move Redboot partition parserLinus Walleij2018-11-123-0/+353
* mtd: parsers: trx: add of_match_table with the new DT bindingRafał Miłecki2018-07-071-0/+7
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-122-3/+4
* mtd: sharpslpart: make local function sharpsl_nand_cleanup_ftl() staticWei Yongjun2018-01-061-1/+1
* mtd: sharpslpart: fix overflow on block_adr calculationColin Ian King2017-12-181-2/+2
* mtd: sharpslpart: Add sharpslpart partition parserAndrea Adami2017-11-133-0/+407
* mtd: parsers: trx: fix pr_err format for printing offsetRafał Miłecki2017-06-231-1/+1
* mtd: extract TRX parser out of bcm47xxpart into a separated moduleRafał Miłecki2017-06-223-0/+135