summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/parsers
AgeCommit message (Expand)AuthorLines
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-1/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-6/+3
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-7/+7
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-16/+15
2026-01-29mtd: parsers: ofpart: fix OF node refcount leak in parse_fixed_partitions()Weigang He-2/+14
2026-01-22mtd: parsers: Fix memory leak in mtd_parser_tplink_safeloader_parse()Zilin Guan-0/+1
2026-01-19mtd: parsers: ofpart: Remove code/data for disabled custom parsersDaniel Palmer-13/+8
2024-08-23mtd: parsers: bcm47xxpart: make read-only array possible_nvram_sizes static c...Colin Ian King-1/+1
2024-08-23mtd: Use of_property_read_bool()Rob Herring (Arm)-2/+2
2024-07-01mtd: cmdlinepart: Replace `dbg()` macro with `pr_debug()`Csókás, Bence-13/+5
2024-07-01mtd: add missing MODULE_DESCRIPTION() macrosJeff Johnson-0/+2
2024-03-25mtd: partitions: redboot: Added conversion of operands to a larger typeDenis Arefev-1/+1
2023-10-19mtd: parsers: ar7: remove supportWolfram Sang-135/+0
2023-04-19Merge tag 'nand/for-6.4' into mtd/nextMiquel Raynal-1/+1
2023-03-08mtd: bcm63xxpart: remove MODULE_LICENSE in non-modulesNick Alcock-1/+0
2023-03-07mtd: parsers: remove reference to config MTD_NAND_TMIOLukas Bulwahn-1/+1
2023-02-23Merge tag 'spi-nor/for-6.3' into mtd/nextMiquel Raynal-2/+4
2023-02-06mtd: parsers: ofpart: add workaround for #size-cells 0Francesco Dolcini-0/+19
2023-01-02mtd: parsers: scpart: fix __udivdi3 undefined on mipsMikhail Zhilkin-1/+1
2023-01-02mtd: parsers: Fix potential memory leak in mtd_parser_tplink_safeloader_parse()Yuan Can-1/+3
2022-11-17mtd: parsers: refer to ARCH_BCMBCA instead of ARCH_BCM4908Lukas Bulwahn-1/+1
2022-11-17dt-bindings: mtd: Remove useless file about partitionsMiquel Raynal-1/+1
2022-11-07mtd: parsers: tplink_safeloader: fix uninitialized variable bugDan Carpenter-3/+3
2022-11-07mtd: parsers: add TP-Link SafeLoader partitions table parserRafał Miłecki-0/+166
2022-10-18mtd: parsers: bcm47xxpart: Fix halfblock readsLinus Walleij-2/+2
2022-10-07Merge tag 'mtd/for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds-2/+97
2022-09-19mtd: move from strlcpy with unused retval to strscpyWolfram Sang-2/+2
2022-09-19mtd: parsers: add Broadcom's U-Boot parserRafał Miłecki-0/+95
2022-08-15arm64: bcmbca: Make BCM4908 drivers depend on ARCH_BCMBCAWilliam Zhang-3/+3
2022-06-17mtd: parsers: scpart: add missing of_node_put() in scpart_parse()Yang Yingliang-0/+1
2022-06-09mtd: parsers: ofpart: Fix refcount leak in bcm4908_partitions_fw_offsetMiaoqian Lin-0/+3
2022-06-09mtd: parsers: add support for Sercomm partitionsMikhail Zhilkin-0/+258
2022-06-09mtd: partitions: Fix refcount leak in parse_redboot_ofMiaoqian Lin-0/+1
2022-04-04mtd: parsers: bcm47xxpart: print correct offset on read errorRafał Miłecki-1/+1
2022-03-18Merge tag 'spi-nor/for-5.18' into mtd/nextMiquel Raynal-13/+23
2022-02-18mtd: parsers: trx: allow to use on MediaTek MIPS SoCsINAGAKI Hiroshi-1/+1
2022-01-25mtd: parsers: qcom: Fix missing free for pparts in cleanupAnsuel Smith-0/+2
2022-01-25mtd: parsers: qcom: Fix kernel panic on skipped partitionAnsuel Smith-12/+19
2022-01-25mtd: parsers: qcom: Don't print error message on -EPROBE_DEFERBryan O'Donoghue-1/+2
2021-07-05Merge tag 'mtd/for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds-38/+59
2021-05-26mtd: parsers: qcom: Fix leaking of partition nameAnsuel Smith-0/+10
2021-05-26mtd: partitions: redboot: fix style issuesCorentin Labbe-35/+34
2021-05-26mtd: partitions: redboot: seek fis-index-block in the right nodeCorentin Labbe-1/+6
2021-05-10mtd: parsers: ofpart: fix parsing subpartitionsRafał Miłecki-12/+14
2021-05-10mtd: parsers: trx: Allow to use TRX parser on Mediatek SoCsHauke Mehrtens-1/+1
2021-05-10mtd: parsers: trx: Allow to specify brcm, trx-magic in DTHauke Mehrtens-1/+8
2021-03-28mtd: parsers: ofpart: support Linksys Northstar partitionsRafał Miłecki-0/+85
2021-03-11mtd: parsers: ofpart: make symbol 'bcm4908_partitions_quirks' staticWei Yongjun-1/+1
2021-03-11mtd: parsers: qcom: incompatible with spi-nor 4k sectorsBaruch Siach-0/+7
2021-03-11mtd: parsers: qcom: Fix error conditionMiquel Raynal-1/+1