linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/6] mtd: rawnand: atmel: Convert the driver to exec_op()
@ 2020-04-29 13:20 Boris Brezillon
  2020-04-29 13:20 ` [PATCH v2 1/6] mtd: rawnand: atmel: Enable the NFC controller at probe time Boris Brezillon
                   ` (6 more replies)
  0 siblings, 7 replies; 16+ messages in thread
From: Boris Brezillon @ 2020-04-29 13:20 UTC (permalink / raw)
  To: Miquel Raynal, linux-mtd, Tudor Ambarus
  Cc: Alexandre Belloni, Vignesh Raghavendra, Richard Weinberger,
	Nicolas Ferre, Ludovic Desroches, Boris Brezillon

Hello,

This v2 splits changes to make the diff more readable and fixes a bug
reported by Tudor (thanks for testing/helping me debug the issue BTW).
Note that the patch propagating the CS information to sub operations
has been dropped since the new version no longer depends on it, but
will be posted as part of another series where it's needed (the
cafe_nand conversion).

Regards,

Boris

Boris Brezillon (6):
  mtd: rawnand: atmel: Enable the NFC controller at probe time
  mtd: rawnand: atmel: Drop redundant nand_read_page_op()
  mtd: rawnand: atmel: Use nand_{write,read}_data_op()
  mtd: rawnand: atmel: Use nand_prog_page_end_op()
  mtd: rawnand: atmel: Convert the driver to exec_op()
  mtd: rawnand: atmel: Get rid of the legacy interface implementation

 drivers/mtd/nand/raw/atmel/nand-controller.c | 464 +++++++++++--------
 1 file changed, 258 insertions(+), 206 deletions(-)

-- 
2.25.3


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

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

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

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-29 13:20 [PATCH v2 0/6] mtd: rawnand: atmel: Convert the driver to exec_op() Boris Brezillon
2020-04-29 13:20 ` [PATCH v2 1/6] mtd: rawnand: atmel: Enable the NFC controller at probe time Boris Brezillon
2020-05-10 21:25   ` Miquel Raynal
2020-05-12 13:00   ` Tudor.Ambarus
2020-04-29 13:20 ` [PATCH v2 2/6] mtd: rawnand: atmel: Drop redundant nand_read_page_op() Boris Brezillon
2020-05-10 21:26   ` Miquel Raynal
2020-05-12 13:06   ` Tudor.Ambarus
2020-04-29 13:20 ` [PATCH v2 3/6] mtd: rawnand: atmel: Use nand_{write,read}_data_op() Boris Brezillon
2020-05-10 21:28   ` Miquel Raynal
2020-05-12 13:10   ` Tudor.Ambarus
2020-04-29 13:20 ` [PATCH v2 4/6] mtd: rawnand: atmel: Use nand_prog_page_end_op() Boris Brezillon
2020-05-10 21:30   ` Miquel Raynal
2020-04-29 13:20 ` [PATCH v2 5/6] mtd: rawnand: atmel: Convert the driver to exec_op() Boris Brezillon
2020-04-29 13:20 ` [PATCH v2 6/6] mtd: rawnand: atmel: Get rid of the legacy interface implementation Boris Brezillon
2020-05-10 21:32   ` Miquel Raynal
2020-05-12  8:20 ` [PATCH v2 0/6] mtd: rawnand: atmel: Convert the driver to exec_op() Tudor.Ambarus

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).