aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/parsers
AgeCommit message (Expand)AuthorFilesLines
2020-01-21mtd: sharpslpart: Fix unsigned comparison to zeroGravatar YueHaibing 1-2/+2
2019-09-15mtd: parsers: Move CMDLINE parserGravatar Linus Walleij 3-0/+438
2019-09-15mtd: parsers: Move OF parserGravatar Linus Walleij 3-0/+247
2019-09-15mtd: parsers: Move BCM63xx parserGravatar Linus Walleij 3-0/+190
2019-09-15mtd: parsers: Move BCM47xx parserGravatar Linus Walleij 3-0/+325
2019-09-15mtd: parsers: Move TI AR7 parserGravatar Linus Walleij 3-0/+135
2019-07-13Merge tag 'mtd/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Gravatar Linus Torvalds 1-2/+1
2019-07-07mtd: afs: remove unneeded NULL checkGravatar Ding Xiang 1-2/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-5/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 1-13/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-6/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 102Gravatar Thomas Gleixner 1-15/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 2-0/+2
2019-05-06mtd: afs: add v2 partition parsingGravatar Linus Walleij 1-1/+157
2019-05-06mtd: afs: factor the IIS read into partition parserGravatar Linus Walleij 1-39/+20
2019-05-06mtd: afs: factor footer parsing into the v1 part parsingGravatar Linus Walleij 1-59/+39
2019-05-06mtd: factor out v1 partition parsingGravatar Linus Walleij 1-38/+50
2019-05-06mtd: afs: simplify partition detectionGravatar Linus Walleij 1-11/+22
2019-05-06mtd: afs: simplify partition parsingGravatar Linus Walleij 1-35/+32
2019-05-06mtd: partitions: Add OF support to AFS partitionsGravatar Linus Walleij 1-0/+7
2019-05-06mtd: afs: Move AFS partition parser to parsers subdirGravatar Linus Walleij 3-0/+283
2019-05-06mtd: parser_imagetag: add of_match_table supportGravatar Jonas Gorski 1-0/+8
2019-05-06mtd: bcm63xxpart: move imagetag parsing to its own parserGravatar Jonas Gorski 3-0/+226
2018-11-12mtd: partitions: Add OF support to RedBoot partitionsGravatar Linus Walleij 1-1/+31
2018-11-12mtd: Move Redboot partition parserGravatar Linus Walleij 3-0/+353
2018-07-07mtd: parsers: trx: add of_match_table with the new DT bindingGravatar Rafał Miłecki 1-0/+7
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 2-3/+4
2018-01-06mtd: sharpslpart: make local function sharpsl_nand_cleanup_ftl() staticGravatar Wei Yongjun 1-1/+1
2017-12-18mtd: sharpslpart: fix overflow on block_adr calculationGravatar Colin Ian King 1-2/+2
2017-11-13mtd: sharpslpart: Add sharpslpart partition parserGravatar Andrea Adami 3-0/+407
2017-06-23mtd: parsers: trx: fix pr_err format for printing offsetGravatar Rafał Miłecki 1-1/+1
2017-06-22mtd: extract TRX parser out of bcm47xxpart into a separated moduleGravatar Rafał Miłecki 3-0/+135