linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/6] mtd: nand: omap2: Switch to exec_ops, support AM64 SoC
@ 2021-12-09  9:04 Roger Quadros
  2021-12-09  9:04 ` [PATCH v2 1/6] dt-bindings: mtd: ti,gpmc-nand: Add compatible for AM64 NAND Roger Quadros
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Roger Quadros @ 2021-12-09  9:04 UTC (permalink / raw)
  To: miquel.raynal, richard
  Cc: vigneshr, kishon, nm, tony, linux-mtd, devicetree, linux-kernel,
	Roger Quadros

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


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

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

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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-17 12:19   ` [PATCH v2 1/6] dt-bindings: mtd: ti, gpmc-nand: " Miquel Raynal
2021-12-09  9:04 ` [PATCH v2 2/6] mtd: rawnand: omap2: Allow build on K3 platforms Roger Quadros
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-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-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-17 12:19   ` Miquel Raynal
2021-12-09  9:04 ` [PATCH v2 6/6] mtd: rawnand: omap2: drop unused variable Roger Quadros
2021-12-17 12:19   ` Miquel Raynal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).