[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220529110156.189564-1-csharper2005@gmail.com>
Date: Sun, 29 May 2022 11:01:56 +0000
From: Mikhail Zhilkin <csharper2005@...il.com>
To: Miquel Raynal <miquel.raynal@...tlin.com>,
Richard Weinberger <richard@....at>,
Vignesh Raghavendra <vigneshr@...com>
Cc: Mikhail Zhilkin <csharper2005@...il.com>,
Hauke Mehrtens <hauke@...ke-m.de>,
NOGUCHI Hiroshi <drvlabo@...il.com>,
INAGAKI Hiroshi <musashino.open@...il.com>,
linux-kernel@...r.kernel.org, linux-mtd@...ts.infradead.org,
Karim <Karimdplay@...il.com>, M <x1@...root.org>
Subject: [PATCH v6 0/1] Add support for Sercomm partitions
This patch add support for Sercomm mtd partition table parser. It's 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. All necessary
dt bindings has already been added previously.
Changes since:
v5:
- Fix undefined "__udivdi3" on 32-bit platforms (Reported-by: kernel test
robot <lkp@...el.com>): limit patch scope to RALINK platform only
- Sort variables
v4:
- Add Acked-by to the first patch
v3:
- Fix commit message of the first patch
- Add Reviewed-by to the second patch
v2:
- Fix mistakes in dt-binding
- Add patch for new vendor prefix
- Add vendor prefix to scpart-id property
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 (1):
mtd: parsers: add support for Sercomm partitions
drivers/mtd/parsers/Kconfig | 9 ++
drivers/mtd/parsers/Makefile | 1 +
drivers/mtd/parsers/scpart.c | 248 +++++++++++++++++++++++++++++++++++
3 files changed, 258 insertions(+)
create mode 100644 drivers/mtd/parsers/scpart.c
--
2.25.1
Powered by blists - more mailing lists