All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] Misc Marvell NAND controller driver changes
@ 2020-04-24 16:44 Miquel Raynal
  2020-04-24 16:44 ` [PATCH v2 1/6] mtd: rawnand: marvell: Fix the condition on a return code Miquel Raynal
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Miquel Raynal @ 2020-04-24 16:44 UTC (permalink / raw)
  To: Richard Weinberger, Vignesh Raghavendra, Tudor Ambarus, linux-mtd
  Cc: Boris Brezillon, Thomas Petazzoni, Miquel Raynal

Here are a few cleanups/fixes for the Marvell NAND controller
driver. While working on another driver, I figured some
mistakes/unclear names that I wanted to change.

Cheers,
Miquèl

Changes in v2:
* Added Boris' Reviewed-by.
* Used a goto statement to handle the error path in "Fix probe error
  path".

Miquel Raynal (6):
  mtd: rawnand: marvell: Fix the condition on a return code
  mtd: rawnand: marvell: Use devm_platform_ioremap_res()
  mtd: rawnand: marvell: Use nand_cleanup() when the device is not yet
    registered
  mtd: rawnand: marvell: Fix probe error path
  mtd: rawnand: marvell: Rename a function to clarify
  mtd: rawnand: marvell: Rename the ->correct() function

 drivers/mtd/nand/raw/marvell_nand.c | 56 +++++++++++++++--------------
 1 file changed, 29 insertions(+), 27 deletions(-)

-- 
2.20.1


______________________________________________________
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:13 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-24 16:44 [PATCH v2 0/6] Misc Marvell NAND controller driver changes Miquel Raynal
2020-04-24 16:44 ` [PATCH v2 1/6] mtd: rawnand: marvell: Fix the condition on a return code Miquel Raynal
2020-05-10 20:06   ` Miquel Raynal
2020-04-24 16:44 ` [PATCH v2 2/6] mtd: rawnand: marvell: Use devm_platform_ioremap_res() Miquel Raynal
2020-05-10 20:06   ` Miquel Raynal
2020-04-24 16:44 ` [PATCH v2 3/6] mtd: rawnand: marvell: Use nand_cleanup() when the device is not yet registered Miquel Raynal
2020-05-10 20:05   ` Miquel Raynal
2020-04-24 16:44 ` [PATCH v2 4/6] mtd: rawnand: marvell: Fix probe error path Miquel Raynal
2020-04-25  8:29   ` Boris Brezillon
2020-05-10 20:05   ` Miquel Raynal
2020-04-24 16:45 ` [PATCH v2 5/6] mtd: rawnand: marvell: Rename a function to clarify Miquel Raynal
2020-05-10 20:05   ` Miquel Raynal
2020-04-24 16:45 ` [PATCH v2 6/6] mtd: rawnand: marvell: Rename the ->correct() function Miquel Raynal
2020-05-10 20:05   ` Miquel Raynal

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.