All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] mtd: rawnand: marvell: add support for AC5 SoC
@ 2023-05-31  2:58 ` Chris Packham
  0 siblings, 0 replies; 12+ messages in thread
From: Chris Packham @ 2023-05-31  2:58 UTC (permalink / raw)
  To: miquel.raynal, richard, vigneshr, robh+dt,
	krzysztof.kozlowski+dt, conor+dt, arnd, daniel.lezcano,
	neil.armstrong, f.fainelli, christophe.kerello, liang.yang,
	jdelvare
  Cc: linux-mtd, devicetree, linux-kernel, Chris Packham

This series adds support for the NAND Flash Controller on the AC5/AC5X SOC. It
needs to be applied on top of two other recent series [1] (applied to
mtd/fixes, not yet in mainline) [2] (v7 out for review).

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.

[1] - https://lore.kernel.org/linux-mtd/20230525003154.2303012-1-chris.packham@alliedtelesis.co.nz/raw
[2] - https://lore.kernel.org/linux-mtd/20230530235456.1009082-1-chris.packham@alliedtelesis.co.nz/raw

Chris Packham (2):
  dt-bindings: mtd: Add AC5 specific binding
  mtd: rawnand: marvell: add support for AC5 SoC

 .../bindings/mtd/marvell,nand-controller.yaml    |  1 +
 drivers/mtd/nand/raw/Kconfig                     |  2 +-
 drivers/mtd/nand/raw/marvell_nand.c              | 16 ++++++++++++++++
 3 files changed, 18 insertions(+), 1 deletion(-)

-- 
2.40.1


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

end of thread, other threads:[~2023-05-31 22:42 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-31  2:58 [PATCH 0/2] mtd: rawnand: marvell: add support for AC5 SoC Chris Packham
2023-05-31  2:58 ` Chris Packham
2023-05-31  2:58 ` [PATCH 1/2] dt-bindings: mtd: Add AC5 specific binding Chris Packham
2023-05-31  2:58   ` Chris Packham
2023-05-31 12:42   ` Conor Dooley
2023-05-31 12:42     ` Conor Dooley
2023-05-31  2:58 ` [PATCH 2/2] mtd: rawnand: marvell: add support for AC5 SoC Chris Packham
2023-05-31  2:58   ` Chris Packham
2023-05-31  7:37   ` Miquel Raynal
2023-05-31  7:37     ` Miquel Raynal
2023-05-31 21:31     ` Chris Packham
2023-05-31 21:31       ` Chris Packham

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.