All of lore.kernel.org
 help / color / mirror / Atom feed
From: Roger Quadros <rogerq@kernel.org>
To: miquel.raynal@bootlin.com, richard@nod.at
Cc: vigneshr@ti.com, kishon@ti.com, nm@ti.com, tony@atomide.com,
	linux-mtd@lists.infradead.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, Roger Quadros <rogerq@kernel.org>
Subject: [PATCH v2 0/6] mtd: nand: omap2: Switch to exec_ops, support AM64 SoC
Date: Thu,  9 Dec 2021 11:04:52 +0200	[thread overview]
Message-ID: <20211209090458.24830-1-rogerq@kernel.org> (raw)

Hi,

This series gets rid of the Legacy ops and switches to exec_ops framework.

Also add support for TI's AM64 SoC which contains a GPMC NAND controller.

Changelog:
v2
- Dropped the quirk code for AM64 SR1.0. Will add this later when
there is more clarity on compatible ID that will be used for this SoC.
Production version of AM64 SoC shouldn't require this quirk.
- Changed commit message title to "mtd: rawnand: omap2:"
- Added 2 new patches.
	1) fixes force_8bit behaviour for DMA mode
	2) drops unused variable

Roger Quadros (6):
  dt-bindings: mtd: ti,gpmc-nand: Add compatible for AM64 NAND
  mtd: rawnand: omap2: Allow build on K3 platforms
  mtd: rawnand: omap2: move to exec_op interface
  mtd: rawnand: omap2: Add compatible for AM64 SoC
  mtd: rawnand: omap2: fix force_8bit flag behaviour for DMA mode
  mtd: rawnand: omap2: drop unused variable

 .../devicetree/bindings/mtd/ti,gpmc-nand.yaml |   5 +-
 drivers/mtd/nand/raw/Kconfig                  |   2 +-
 drivers/mtd/nand/raw/omap2.c                  | 503 ++++++++----------
 3 files changed, 226 insertions(+), 284 deletions(-)

-- 
2.17.1


WARNING: multiple messages have this Message-ID (diff)
From: Roger Quadros <rogerq@kernel.org>
To: miquel.raynal@bootlin.com, richard@nod.at
Cc: vigneshr@ti.com, kishon@ti.com, nm@ti.com, tony@atomide.com,
	linux-mtd@lists.infradead.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, Roger Quadros <rogerq@kernel.org>
Subject: [PATCH v2 0/6] mtd: nand: omap2: Switch to exec_ops, support AM64 SoC
Date: Thu,  9 Dec 2021 11:04:52 +0200	[thread overview]
Message-ID: <20211209090458.24830-1-rogerq@kernel.org> (raw)

Hi,

This series gets rid of the Legacy ops and switches to exec_ops framework.

Also add support for TI's AM64 SoC which contains a GPMC NAND controller.

Changelog:
v2
- Dropped the quirk code for AM64 SR1.0. Will add this later when
there is more clarity on compatible ID that will be used for this SoC.
Production version of AM64 SoC shouldn't require this quirk.
- Changed commit message title to "mtd: rawnand: omap2:"
- Added 2 new patches.
	1) fixes force_8bit behaviour for DMA mode
	2) drops unused variable

Roger Quadros (6):
  dt-bindings: mtd: ti,gpmc-nand: Add compatible for AM64 NAND
  mtd: rawnand: omap2: Allow build on K3 platforms
  mtd: rawnand: omap2: move to exec_op interface
  mtd: rawnand: omap2: Add compatible for AM64 SoC
  mtd: rawnand: omap2: fix force_8bit flag behaviour for DMA mode
  mtd: rawnand: omap2: drop unused variable

 .../devicetree/bindings/mtd/ti,gpmc-nand.yaml |   5 +-
 drivers/mtd/nand/raw/Kconfig                  |   2 +-
 drivers/mtd/nand/raw/omap2.c                  | 503 ++++++++----------
 3 files changed, 226 insertions(+), 284 deletions(-)

-- 
2.17.1


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

             reply	other threads:[~2021-12-09  9:05 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-09  9:04 Roger Quadros [this message]
2021-12-09  9:04 ` [PATCH v2 0/6] mtd: nand: omap2: Switch to exec_ops, support AM64 SoC Roger Quadros
2021-12-09  9:04 ` [PATCH v2 1/6] dt-bindings: mtd: ti,gpmc-nand: Add compatible for AM64 NAND Roger Quadros
2021-12-09  9:04   ` [PATCH v2 1/6] dt-bindings: mtd: ti, gpmc-nand: " Roger Quadros
2021-12-17 12:19   ` Miquel Raynal
2021-12-17 12:19     ` Miquel Raynal
2021-12-09  9:04 ` [PATCH v2 2/6] mtd: rawnand: omap2: Allow build on K3 platforms Roger Quadros
2021-12-09  9:04   ` Roger Quadros
2021-12-17 12:19   ` Miquel Raynal
2021-12-17 12:19     ` Miquel Raynal
2021-12-09  9:04 ` [PATCH v2 3/6] mtd: rawnand: omap2: move to exec_op interface Roger Quadros
2021-12-09  9:04   ` Roger Quadros
2021-12-17 12:19   ` Miquel Raynal
2021-12-17 12:19     ` Miquel Raynal
2021-12-09  9:04 ` [PATCH v2 4/6] mtd: rawnand: omap2: Add compatible for AM64 SoC Roger Quadros
2021-12-09  9:04   ` Roger Quadros
2021-12-17 12:19   ` Miquel Raynal
2021-12-17 12:19     ` Miquel Raynal
2021-12-09  9:04 ` [PATCH v2 5/6] mtd: rawnand: omap2: fix force_8bit flag behaviour for DMA mode Roger Quadros
2021-12-09  9:04   ` Roger Quadros
2021-12-17 12:19   ` Miquel Raynal
2021-12-17 12:19     ` Miquel Raynal
2021-12-09  9:04 ` [PATCH v2 6/6] mtd: rawnand: omap2: drop unused variable Roger Quadros
2021-12-09  9:04   ` Roger Quadros
2021-12-17 12:19   ` Miquel Raynal
2021-12-17 12:19     ` Miquel Raynal

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=20211209090458.24830-1-rogerq@kernel.org \
    --to=rogerq@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=kishon@ti.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=miquel.raynal@bootlin.com \
    --cc=nm@ti.com \
    --cc=richard@nod.at \
    --cc=tony@atomide.com \
    --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.