aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/parsers/afs.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-01mtd: parsers: afs: Fix freeing the part name memory in failureGravatar Manivannan Sadhasivam 1-3/+1
2020-07-16treewide: Remove uninitialized_var() usageGravatar Kees Cook 1-2/+2
2019-07-07mtd: afs: remove unneeded NULL checkGravatar Ding Xiang 1-2/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 1-13/+1
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 1-0/+266