All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] mtd: nand: omap2: Switch to exec_ops, support AM64 SoC
@ 2021-11-23 10:36 ` Roger Quadros
  0 siblings, 0 replies; 26+ messages in thread
From: Roger Quadros @ 2021-11-23 10:36 UTC (permalink / raw)
  To: miquel.raynal, richard, vigneshr
  Cc: 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 driver support for TI's AM64 SoC which contains a GPMC NAND controller.

cheers,
-roger

Roger Quadros (4):
  dt-bindings: mtd: ti,gpmc-nand: Add compatible for AM64 NAND
  mtd: nand: omap2: Allow build on K3 platforms
  mtd: nand: omap2: move to exec_op interface
  mtd: nand: omap2: Add support for NAND Controller on AM64 SoC

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

-- 
2.17.1


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

end of thread, other threads:[~2021-12-08 16:37 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-23 10:36 [PATCH 0/4] mtd: nand: omap2: Switch to exec_ops, support AM64 SoC Roger Quadros
2021-11-23 10:36 ` Roger Quadros
2021-11-23 10:36 ` [PATCH 1/4] dt-bindings: mtd: ti,gpmc-nand: Add compatible for AM64 NAND Roger Quadros
2021-11-23 10:36   ` [PATCH 1/4] dt-bindings: mtd: ti, gpmc-nand: " Roger Quadros
2021-11-30 22:02   ` [PATCH 1/4] dt-bindings: mtd: ti,gpmc-nand: " Rob Herring
2021-11-30 22:02     ` Rob Herring
2021-11-23 10:36 ` [PATCH 2/4] mtd: nand: omap2: Allow build on K3 platforms Roger Quadros
2021-11-23 10:36   ` Roger Quadros
2021-11-23 10:36 ` [PATCH 3/4] mtd: nand: omap2: move to exec_op interface Roger Quadros
2021-11-23 10:36   ` Roger Quadros
2021-11-23 10:36 ` [PATCH 4/4] mtd: nand: omap2: Add support for NAND Controller on AM64 SoC Roger Quadros
2021-11-23 10:36   ` Roger Quadros
2021-11-24 12:15   ` Miquel Raynal
2021-11-24 12:15     ` Miquel Raynal
2021-11-25 14:12     ` Roger Quadros
2021-11-25 14:12       ` Roger Quadros
2021-11-26  9:42       ` Miquel Raynal
2021-11-26  9:42         ` Miquel Raynal
2021-11-26 11:10         ` Roger Quadros
2021-11-26 11:10           ` Roger Quadros
2021-11-29  4:36           ` Nishanth Menon
2021-11-29  4:36             ` Nishanth Menon
2021-12-08 14:45             ` Roger Quadros
2021-12-08 14:45               ` Roger Quadros
2021-12-08 16:35               ` Nishanth Menon
2021-12-08 16:35                 ` Nishanth Menon

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.