All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jonathan Bakker <xc-racer2@live.ca>
To: Miquel Raynal <miquel.raynal@bootlin.com>
Cc: Kyungmin Park <kyungmin.park@samsung.com>,
	Richard Weinberger <richard@nod.at>,
	Vignesh Raghavendra <vigneshr@ti.com>,
	linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org,
	linux-samsung-soc@vger.kernel.org,
	Jonathan Bakker <xc-racer2@live.ca>
Subject: [PATCH 0/5] mtd: onenand: samsung: Add support for device tree
Date: Fri, 22 Apr 2022 20:43:11 -0700	[thread overview]
Message-ID: <CY4PR04MB0567451F82EEBED23A7559EFCBF69@CY4PR04MB0567.namprd04.prod.outlook.com> (raw)

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


WARNING: multiple messages have this Message-ID (diff)
From: Jonathan Bakker <xc-racer2@live.ca>
To: Miquel Raynal <miquel.raynal@bootlin.com>
Cc: Kyungmin Park <kyungmin.park@samsung.com>,
	Richard Weinberger <richard@nod.at>,
	Vignesh Raghavendra <vigneshr@ti.com>,
	linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org,
	linux-samsung-soc@vger.kernel.org,
	Jonathan Bakker <xc-racer2@live.ca>
Subject: [PATCH 0/5] mtd: onenand: samsung: Add support for device tree
Date: Fri, 22 Apr 2022 20:43:11 -0700	[thread overview]
Message-ID: <CY4PR04MB0567451F82EEBED23A7559EFCBF69@CY4PR04MB0567.namprd04.prod.outlook.com> (raw)

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


______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

             reply	other threads:[~2022-04-23  3:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-23  3:43 Jonathan Bakker [this message]
2022-04-23  3:43 ` [PATCH 0/5] mtd: onenand: samsung: Add support for device tree Jonathan Bakker
2022-04-24 10:49 ` Krzysztof Kozlowski
2022-04-24 10:49   ` Krzysztof Kozlowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CY4PR04MB0567451F82EEBED23A7559EFCBF69@CY4PR04MB0567.namprd04.prod.outlook.com \
    --to=xc-racer2@live.ca \
    --cc=kyungmin.park@samsung.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=miquel.raynal@bootlin.com \
    --cc=richard@nod.at \
    --cc=vigneshr@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.