linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] mtd: rawnand: cs553x: Convert to exec_op()
@ 2020-05-01  9:06 Boris Brezillon
  2020-05-01  9:06 ` [PATCH 1/4] mtd: rawnand: cs553x: Declare controllers instead of NAND chips Boris Brezillon
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Boris Brezillon @ 2020-05-01  9:06 UTC (permalink / raw)
  To: Miquel Raynal, linux-mtd
  Cc: Vignesh Raghavendra, Tudor Ambarus, Richard Weinberger,
	linux-geode, Boris Brezillon, Andres Salomon

Hello,

A bit of context to explain the motivation behind those conversions
I've been sending for the last couple of weeks. The raw NAND subsystem
carries a lot of history which makes any rework not only painful, but
also subject to regressions which we only detect when someone dares to
update its kernel on one of those ancient HW. While carrying drivers
for old HW is not a problem per se, carrying ancient and unmaintained
drivers that are not converted to new APIs is a maintenance burden,
hence this massive conversion attempt I'm conducting here.

So here is a series converting the CS553X NAND controller driver to
exec_op(), plus a bunch of minor improvements done along the way.
I hope I'll find someone to test those changes, but if there's no one
still using NAND on GEODE or no interest in keeping it supported in
recent kernel versions, we should definitely consider removing the
driver instead.

Regards,

Boris

Boris Brezillon (4):
  mtd: rawnand: cs553x: Declare controllers instead of NAND chips
  mtd: rawnand: cs553x: Stop using chip->legacy.IO_ADDR_{R,W}
  mtd: rawnand: cs553x: Implement exec_op()
  mtd: rawnand: cs553x: Get rid of the legacy interface implementation

 drivers/mtd/nand/raw/cs553x_nand.c | 194 ++++++++++++++++++++---------
 1 file changed, 134 insertions(+), 60 deletions(-)

-- 
2.25.3


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

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

end of thread, other threads:[~2020-05-10 20:09 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-01  9:06 [PATCH 0/4] mtd: rawnand: cs553x: Convert to exec_op() Boris Brezillon
2020-05-01  9:06 ` [PATCH 1/4] mtd: rawnand: cs553x: Declare controllers instead of NAND chips Boris Brezillon
2020-05-08 10:13   ` Miquel Raynal
2020-05-10 20:04   ` Miquel Raynal
2020-05-01  9:06 ` [PATCH 2/4] mtd: rawnand: cs553x: Stop using chip->legacy.IO_ADDR_{R, W} Boris Brezillon
2020-05-08 10:18   ` [PATCH 2/4] mtd: rawnand: cs553x: Stop using chip->legacy.IO_ADDR_{R,W} Miquel Raynal
2020-05-08 10:19   ` Miquel Raynal
2020-05-10 20:04   ` [PATCH 2/4] mtd: rawnand: cs553x: Stop using chip->legacy.IO_ADDR_{R, W} Miquel Raynal
2020-05-01  9:06 ` [PATCH 3/4] mtd: rawnand: cs553x: Implement exec_op() Boris Brezillon
2020-05-08 10:22   ` Miquel Raynal
2020-05-10 20:04   ` Miquel Raynal
2020-05-01  9:06 ` [PATCH 4/4] mtd: rawnand: cs553x: Get rid of the legacy interface implementation Boris Brezillon
2020-05-08 10:20   ` Miquel Raynal
2020-05-10 20:04   ` 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).