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

Jonathan Bakker posted 5 patches 4 years ago
Only 0 patches received!
.../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
[PATCH 0/5] mtd: onenand: samsung: Add support for device tree
Posted by Jonathan Bakker 4 years ago
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/20190426164224.11327-1-pawel.mikolaj.chmiel@gmail.com/

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
Re: [PATCH 0/5] mtd: onenand: samsung: Add support for device tree
Posted by Krzysztof Kozlowski 4 years ago
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