2022-04-23 18:49:24

by Jonathan Bakker

[permalink] [raw]
Subject: [PATCH 0/5] mtd: onenand: samsung: Add support for device tree

This builds off a patchset submitted in 2019 [1] and adds support for DT
initialization to the Samsung OneNAND driver.

Compared with the revision posted there, the binding document has been
re-written in yaml and changed to have a separate nand node below the
controller. The patch unifying the resource order has remained unchanged
despite feedback - I don't seem the point in splitting it into a rename
and a unifying as the renaming would cause the variable name not to be
representative of what it was.

I've collected the R-b tags from that patchset, but dropped the one from
the commit adding DT support as it has changed due to the different DT
layout.

[1] https://lkml.kernel.org/lkml/[email protected]/

Jonathan Bakker (1):
dt-bindings: mtd: samsung-onenand: Add new binding

Tomasz Figa (4):
mtd: onenand: samsung: Set name field of mtd_info struct
mtd: onenand: samsung: Unify resource order for controller variants
mtd: onenand: samsung: Make sure that bus clock is enabled
mtd: onenand: samsung: Add device tree support

.../bindings/mtd/samsung,onenand.yaml | 89 +++++++++++++
drivers/mtd/nand/onenand/onenand_samsung.c | 120 ++++++++++++++----
2 files changed, 183 insertions(+), 26 deletions(-)
create mode 100644 Documentation/devicetree/bindings/mtd/samsung,onenand.yaml

--
2.30.2


2022-04-25 08:03:21

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH 0/5] mtd: onenand: samsung: Add support for device tree

On 23/04/2022 05:43, Jonathan Bakker wrote:
> This builds off a patchset submitted in 2019 [1] and adds support for DT
> initialization to the Samsung OneNAND driver.

Please rebase your patchset first on recent kernel, because it seems you
missed some addresses in Cc, so your get maintainers are from older tree.

Best regards,
Krzysztof