lkml.org 
[lkml]   [2022]   [Apr]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    Subject[PATCH v2 0/2] dt-bindings: mtd: partitions: Add binding for Sercomm parser
    Date
    MTD partition parser for the Sercomm partition table that is used in some
    Beeline, Netgear and Sercomm routers.

    The Sercomm partition map table contains real partition offsets, which
    may differ from device to device depending on the number and location of
    bad blocks on NAND.

    Changes since:
    v1:
    - Add dt-binding in a separate patch
    - Remove redundant braces and logical NOT operator
    - Define pr_fmt
    - Replace kcalloc by kzalloc
    - Use of_get_child_count() and alloc big enough array before the
    for_each_child_of_node()

    Mikhail Zhilkin (2):
    dt-bindings: mtd: partitions: Add binding for Sercomm parser
    mtd: parsers: add support for Sercomm partitions

    .../devicetree/bindings/mtd/partitions/sercomm,sc-partitions.yaml | 70 ++++++++++
    drivers/mtd/parsers/Kconfig | 9 ++
    drivers/mtd/parsers/Makefile | 1 +
    drivers/mtd/parsers/scpart.c | 240 ++++++++++++++++++++++++++++++++++
    4 files changed, 320 insertions(+)

    --
    2.25.1

    \
     
     \ /
      Last update: 2022-04-07 17:28    [W:2.544 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site