aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/parsers/afs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-01mtd: parsers: afs: Fix freeing the part name memory in failureManivannan Sadhasivam1-3/+1
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-2/+2
2019-07-07mtd: afs: remove unneeded NULL checkDing Xiang1-2/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-13/+1
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 Walleij1-0/+266