All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Renesas RZ/N1 NAND controller support
@ 2021-11-26 14:06 ` Miquel Raynal
  0 siblings, 0 replies; 21+ messages in thread
From: Miquel Raynal @ 2021-11-26 14:06 UTC (permalink / raw)
  To: Richard Weinberger, Vignesh Raghavendra, Tudor Ambarus,
	Pratyush Yadav, Michael Walle, linux-mtd
  Cc: Geert Uytterhoeven, Jimmy Lalande, Milan Stevanovic,
	Linux-Renesas, Magnus Damm, Gareth Williams, Phil Edworthy,
	Thomas Petazzoni, linux-arm-kernel, Miquel Raynal

Hello,

Here is a short series bringing support for Renesas RZ/N1 NAND
controller.

So far this driver has been tested with a not-fully-upstream device tree
because clock tree is not yet described entirely, I am going to work on
it really soon but I believe we don't need full clock support to get the
NAND controller driver merged for now.

Cheers,
Miquèl

Changes in v2:
* Added the family-specific rzn1 compatible as suggested by Geert.
  Updated the bindings, the binding file name, the compatible used in
  the driver, the MAINTAINERS entry, etc.
* Added an ARCH_RENESAS Kconfig dependency.
* Changed the type (to unsigned) of a couple of variables.
* Returned earlier when possible to reduce indentation.
* Used platform_get_irq_optional() instead of platform_get_irq() to avoid
  a useless warning.
* Handled probe deferral correctly.
* Applied a massive s/nfc/nandc/ as suggested by Geert to avoid
  confusions with the near-field-communication device.
* Mentioned Evatronix as original authors of the IP in the commit log and
  in the header.
* Added an additional check on the validity of the child nodes reg property.
* A couple of style fixes.

Miquel Raynal (3):
  dt-bindings: mtd: rzn1: Describe Renesas RZ/N1 NAND controller
  mtd: rawnand: rzn1: Add new NAND controller driver
  MAINTAINERS: Add an entry for Renesas RZ/N1 NAND controller

 .../mtd/renesas,rzn1-nand-controller.yaml     |   64 +
 MAINTAINERS                                   |    7 +
 drivers/mtd/nand/raw/Kconfig                  |    6 +
 drivers/mtd/nand/raw/Makefile                 |    1 +
 drivers/mtd/nand/raw/rzn1-nand-controller.c   | 1420 +++++++++++++++++
 5 files changed, 1498 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/mtd/renesas,rzn1-nand-controller.yaml
 create mode 100644 drivers/mtd/nand/raw/rzn1-nand-controller.c

-- 
2.27.0


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

^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2021-12-06  9:12 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-26 14:06 [PATCH v2 0/3] Renesas RZ/N1 NAND controller support Miquel Raynal
2021-11-26 14:06 ` Miquel Raynal
2021-11-26 14:06 ` Miquel Raynal
2021-11-26 14:06 ` [PATCH v2 1/3] dt-bindings: mtd: rzn1: Describe Renesas RZ/N1 NAND controller Miquel Raynal
2021-11-26 14:06   ` Miquel Raynal
2021-11-26 14:06   ` Miquel Raynal
2021-12-06  9:10   ` Geert Uytterhoeven
2021-12-06  9:10     ` Geert Uytterhoeven
2021-12-06  9:10     ` Geert Uytterhoeven
2021-11-26 14:06 ` [PATCH v2 2/3] mtd: rawnand: rzn1: Add new NAND controller driver Miquel Raynal
2021-11-26 14:06   ` Miquel Raynal
2021-11-26 14:06   ` Miquel Raynal
2021-12-01 21:18   ` Ralph Siemsen
2021-12-01 21:18     ` Ralph Siemsen
2021-12-01 21:18     ` Ralph Siemsen
2021-12-06  9:02     ` Miquel Raynal
2021-12-06  9:02       ` Miquel Raynal
2021-12-06  9:02       ` Miquel Raynal
2021-11-26 14:06 ` [PATCH v2 3/3] MAINTAINERS: Add an entry for Renesas RZ/N1 NAND controller Miquel Raynal
2021-11-26 14:06   ` Miquel Raynal
2021-11-26 14:06   ` Miquel Raynal

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.