devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] mtd: rawnand: marvell: add support for AC5 SoC
@ 2023-07-03  3:50 Chris Packham
  2023-07-03  3:50 ` [PATCH v3 1/3] dt-bindings: mtd: Add AC5 specific binding Chris Packham
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Chris Packham @ 2023-07-03  3:50 UTC (permalink / raw)
  To: miquel.raynal, richard, vigneshr, robh+dt, krzysztof.kozlowski+dt,
	conor+dt, gregory.clement
  Cc: linux-mtd, devicetree, linux-kernel, Chris Packham

This series adds support for the NAND Flash Controller on the AC5/AC5X SOC. Its
dependent series are all in mainline now so this should apply cleanly on top of
that.

I've tried to stick to the minimal changes required to get the NFC working on
the board I have (AC5X + S34ML02G2). Marvell's SDK has hard coded tables of
ndtr values for the different timing modes but so far that seems unnecessary.

Chris Packham (3):
  dt-bindings: mtd: Add AC5 specific binding
  arm64: dts: marvell: Add NAND flash controller to AC5
  mtd: rawnand: marvell: add support for AC5 SoC

 .../bindings/mtd/marvell,nand-controller.yaml    |  1 +
 arch/arm64/boot/dts/marvell/ac5-98dx25xx.dtsi    | 16 ++++++++++++++++
 drivers/mtd/nand/raw/Kconfig                     |  2 +-
 drivers/mtd/nand/raw/marvell_nand.c              | 16 ++++++++++++++++
 4 files changed, 34 insertions(+), 1 deletion(-)

-- 
2.41.0


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

end of thread, other threads:[~2023-07-13  9:00 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-03  3:50 [PATCH v3 0/3] mtd: rawnand: marvell: add support for AC5 SoC Chris Packham
2023-07-03  3:50 ` [PATCH v3 1/3] dt-bindings: mtd: Add AC5 specific binding Chris Packham
2023-07-12 12:32   ` Miquel Raynal
2023-07-12 18:13     ` Conor Dooley
2023-07-13  7:23       ` Miquel Raynal
2023-07-12 20:36     ` Chris Packham
2023-07-13  7:57   ` Miquel Raynal
2023-07-03  3:50 ` [PATCH v3 2/3] arm64: dts: marvell: Add NAND flash controller to AC5 Chris Packham
2023-07-13  8:59   ` Gregory CLEMENT
2023-07-03  3:50 ` [PATCH v3 3/3] mtd: rawnand: marvell: add support for AC5 SoC Chris Packham
2023-07-13  7:57   ` 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).