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