aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/parsers (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-21mtd: sharpslpart: Fix unsigned comparison to zeroYueHaibing1-2/+2
2019-09-15mtd: parsers: Move CMDLINE parserLinus Walleij3-0/+438
2019-09-15mtd: parsers: Move OF parserLinus Walleij3-0/+247
2019-09-15mtd: parsers: Move BCM63xx parserLinus Walleij3-0/+190
2019-09-15mtd: parsers: Move BCM47xx parserLinus Walleij3-0/+325
2019-09-15mtd: parsers: Move TI AR7 parserLinus Walleij3-0/+135
2019-07-13Merge tag 'mtd/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linuxLinus Torvalds1-2/+1
2019-07-07mtd: afs: remove unneeded NULL checkDing Xiang1-2/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-13/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 102Thomas Gleixner1-15/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-06mtd: afs: add v2 partition parsingLinus Walleij1-1/+157
2019-05-06mtd: afs: factor the IIS read into partition parserLinus Walleij1-39/+20
2019-05-06mtd: afs: factor footer parsing into the v1 part parsingLinus Walleij1-59/+39
2019-05-06mtd: factor out v1 partition parsingLinus Walleij1-38/+50
2019-05-06mtd: afs: simplify partition detectionLinus Walleij1-11/+22
2019-05-06mtd: afs: simplify partition parsingLinus Walleij1-35/+32
2019-05-06mtd: partitions: Add OF support to AFS partitionsLinus Walleij1-0/+7
2019-05-06mtd: afs: Move AFS partition parser to parsers subdirLinus Walleij3-0/+283
2019-05-06mtd: parser_imagetag: add of_match_table supportJonas Gorski1-0/+8
2019-05-06mtd: bcm63xxpart: move imagetag parsing to its own parserJonas Gorski3-0/+226
2018-11-12mtd: partitions: Add OF support to RedBoot partitionsLinus Walleij1-1/+31
2018-11-12mtd: Move Redboot partition parserLinus Walleij3-0/+353
2018-07-07mtd: parsers: trx: add of_match_table with the new DT bindingRafał Miłecki1-0/+7
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook2-3/+4
2018-01-06mtd: sharpslpart: make local function sharpsl_nand_cleanup_ftl() staticWei Yongjun1-1/+1
2017-12-18mtd: sharpslpart: fix overflow on block_adr calculationColin Ian King1-2/+2
2017-11-13mtd: sharpslpart: Add sharpslpart partition parserAndrea Adami3-0/+407
2017-06-23mtd: parsers: trx: fix pr_err format for printing offsetRafał Miłecki1-1/+1
2017-06-22mtd: extract TRX parser out of bcm47xxpart into a separated moduleRafał Miłecki3-0/+135