linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] mtd: Convert to platform remove callback returning (part II)
@ 2023-11-02 22:02 Uwe Kleine-König
  2023-11-02 22:02 ` [PATCH 1/4] mtd: rawnand: brcmnand: Convert to platform remove callback returning void Uwe Kleine-König
  2023-11-03  8:11 ` [PATCH 0/4] mtd: Convert to platform remove callback returning (part II) Miquel Raynal
  0 siblings, 2 replies; 5+ messages in thread
From: Uwe Kleine-König @ 2023-11-02 22:02 UTC (permalink / raw)
  To: Miquel Raynal, Vignesh Raghavendra
  Cc: Brian Norris, Kamal Dasu, Broadcom internal kernel review list,
	Richard Weinberger, William Zhang, Anand Gore, Kursad Oney,
	Florian Fainelli, Rafał Miłecki, Ray Jui, Scott Branden,
	linux-mtd, linux-arm-kernel, kernel

Hello,

this series is the successor to the series "mtd: Convert to platform
remove callback returning" sent earlier starting with Message-Id:
20231008200143.196369-1-u.kleine-koenig@pengutronix.de.

The brcmnand patch is new, my coccinelle script didn't find that one
back then because the remove function is in a different compilation
unit than the drivers.

The txx9ndfmc driver now was converted to a normal platform_driver first
(i.e. one that doesn't use platform_driver_probe()) as
suggested/requested by Miquel.

With this series all of drivers/mtd doesn't make use of
platform_driver::remove any more and so we're ready to change this
function according to the plan described in commit 5c5a7680e67b
("platform: Provide a remove callback that returns no value")

Best regards
Uwe

Uwe Kleine-König (4):
  mtd: rawnand: brcmnand: Convert to platform remove callback returning
    void
  mtd: rawnand: txx9ndfmc: Switch to module_platform_driver()
  mtd: rawnand: txx9ndfmc: Drop if block with always false condition
  mtd: rawnand: txx9ndfmc: Convert to platform remove callback returning
    void

 drivers/mtd/nand/raw/brcmnand/bcm63138_nand.c |  2 +-
 drivers/mtd/nand/raw/brcmnand/bcm6368_nand.c  |  2 +-
 drivers/mtd/nand/raw/brcmnand/bcma_nand.c     |  2 +-
 drivers/mtd/nand/raw/brcmnand/brcmnand.c      |  4 +---
 drivers/mtd/nand/raw/brcmnand/brcmnand.h      |  2 +-
 drivers/mtd/nand/raw/brcmnand/brcmstb_nand.c  |  2 +-
 drivers/mtd/nand/raw/brcmnand/iproc_nand.c    |  2 +-
 drivers/mtd/nand/raw/txx9ndfmc.c              | 13 +++++--------
 8 files changed, 12 insertions(+), 17 deletions(-)

base-commit: ab57716449b3438c0136f6f412a2e59e0cf037a9
-- 
2.42.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-02 22:02 [PATCH 0/4] mtd: Convert to platform remove callback returning (part II) Uwe Kleine-König
2023-11-02 22:02 ` [PATCH 1/4] mtd: rawnand: brcmnand: Convert to platform remove callback returning void Uwe Kleine-König
2023-11-02 22:13   ` Florian Fainelli
2023-11-13 11:12   ` Miquel Raynal
2023-11-03  8:11 ` [PATCH 0/4] mtd: Convert to platform remove callback returning (part II) 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).