Re: [PATCH v3 3/3] mtd: parsers: add support for Sercomm partitions

From: Miquel Raynal
Date: Thu May 12 2022 - 11:27:34 EST


On Tue, 2022-05-03 at 15:51:40 UTC, Mikhail Zhilkin wrote:
> This adds an 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.
>
> This is essentially the same code as proposed by NOGUCHI Hiroshi:
> Link: https://github.com/openwrt/openwrt/pull/1318#issuecomment-420607394
>
> Signed-off-by: NOGUCHI Hiroshi <drvlabo@xxxxxxxxx>
> Signed-off-by: Mikhail Zhilkin <csharper2005@xxxxxxxxx>

Applied to https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git mtd/next, thanks.

Miquel