summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/parsers
Commit message (Expand)AuthorAgeFilesLines
* mtd: parsers: bcm47xxpart: print correct offset on read errorRafał Miłecki2022-04-041-1/+1
* Merge tag 'spi-nor/for-5.18' into mtd/nextMiquel Raynal2022-03-181-13/+23
|\
| * mtd: parsers: qcom: Fix missing free for pparts in cleanupAnsuel Smith2022-01-251-0/+2
| * mtd: parsers: qcom: Fix kernel panic on skipped partitionAnsuel Smith2022-01-251-12/+19
| * mtd: parsers: qcom: Don't print error message on -EPROBE_DEFERBryan O'Donoghue2022-01-251-1/+2
* | mtd: parsers: trx: allow to use on MediaTek MIPS SoCsINAGAKI Hiroshi2022-02-181-1/+1
|/
* Merge tag 'mtd/for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds2021-07-054-38/+59
|\
| * mtd: parsers: qcom: Fix leaking of partition nameAnsuel Smith2021-05-261-0/+10
| * mtd: partitions: redboot: fix style issuesCorentin Labbe2021-05-261-35/+34
| * mtd: partitions: redboot: seek fis-index-block in the right nodeCorentin Labbe2021-05-261-1/+6
| * mtd: parsers: trx: Allow to use TRX parser on Mediatek SoCsHauke Mehrtens2021-05-101-1/+1
| * mtd: parsers: trx: Allow to specify brcm, trx-magic in DTHauke Mehrtens2021-05-101-1/+8
* | mtd: parsers: ofpart: fix parsing subpartitionsRafał Miłecki2021-05-101-12/+14
|/
* mtd: parsers: ofpart: support Linksys Northstar partitionsRafał Miłecki2021-03-285-0/+85
* mtd: parsers: ofpart: make symbol 'bcm4908_partitions_quirks' staticWei Yongjun2021-03-111-1/+1
* mtd: parsers: qcom: incompatible with spi-nor 4k sectorsBaruch Siach2021-03-111-0/+7
* mtd: parsers: qcom: Fix error conditionMiquel Raynal2021-03-111-1/+1
* mtd: parsers: ofpart: limit parsing of deprecated DT syntaxRafał Miłecki2021-03-111-1/+3
* mtd: parsers: ofpart: support BCM4908 fixed partitionsRafał Miłecki2021-03-115-2/+116
* mtd: parsers: extend Qcom SMEM parser to SPI flashBaruch Siach2021-03-111-3/+2
* 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