public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/15] memory: Convert to platform remove callback returning void
@ 2023-12-17 14:29 Uwe Kleine-König
  2023-12-17 14:29 ` [PATCH 01/15] memory: brcmstb_dpfe: " Uwe Kleine-König
                   ` (16 more replies)
  0 siblings, 17 replies; 21+ messages in thread
From: Uwe Kleine-König @ 2023-12-17 14:29 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: kernel, Markus Mayer, Broadcom internal kernel review list,
	Florian Fainelli, linux-arm-kernel, linux-kernel,
	Santosh Shilimkar, Paul Cercueil, linux-mips, Yong Wu,
	Matthias Brugger, AngeloGioacchino Del Regno, linux-mediatek,
	Roger Quadros, Tony Lindgren, linux-omap, Lukasz Luba,
	Alim Akhtar, linux-pm, linux-samsung-soc, Maxime Coquelin,
	Alexandre Torgue, linux-stm32, Thierry Reding, Jonathan Hunter,
	Sumit Gupta, Nick Alcock, linux-tegra, Rob Herring

Hello,

this series converts the platform drivers below drivers/memory to make
use of .remove_new. See commit 5c5a7680e67b ("platform: Provide a remove
callback that returns no value") for an extended explanation and the
eventual goal. The TL;DR; is to make it harder for driver authors to
leak resources without noticing.

This is merge window material. All patches are pairwise independent of
each other so they can be applied individually. Still it would be great
to let them go in all together.

Best regards
Uwe

Uwe Kleine-König (15):
  memory: brcmstb_dpfe: Convert to platform remove callback returning void
  memory: brcmstb_memc: Convert to platform remove callback returning void
  memory: emif: Convert to platform remove callback returning void
  memory: fsl-corenet-cf: Convert to platform remove callback returning void
  memory: fsl_ifc: Convert to platform remove callback returning void
  memory: jz4780-nemc: Convert to platform remove callback returning void
  memory: mtk-smi: Convert to platform remove callback returning void
  memory: omap-gpmc: Convert to platform remove callback returning void
  memory: renesas-rpc-if: Convert to platform remove callback returning void
  memory: exynos5422-dmc: Convert to platform remove callback returning void
  memory: stm32-fmc2-ebi: Convert to platform remove callback returning void
  memory: tegra186-emc: Convert to platform remove callback returning void
  memory: tegra210-emc: Convert to platform remove callback returning void
  memory: ti-aemif: Convert to platform remove callback returning void
  memory: ti-emif-pm: Convert to platform remove callback returning void

 drivers/memory/brcmstb_dpfe.c            |  6 ++----
 drivers/memory/brcmstb_memc.c            |  6 ++----
 drivers/memory/emif.c                    |  6 ++----
 drivers/memory/fsl-corenet-cf.c          |  6 ++----
 drivers/memory/fsl_ifc.c                 |  6 ++----
 drivers/memory/jz4780-nemc.c             |  5 ++---
 drivers/memory/mtk-smi.c                 | 10 ++++------
 drivers/memory/omap-gpmc.c               |  6 ++----
 drivers/memory/renesas-rpc-if.c          |  6 ++----
 drivers/memory/samsung/exynos5422-dmc.c  |  6 ++----
 drivers/memory/stm32-fmc2-ebi.c          |  6 ++----
 drivers/memory/tegra/tegra186-emc.c      |  6 ++----
 drivers/memory/tegra/tegra210-emc-core.c |  6 ++----
 drivers/memory/ti-aemif.c                |  5 ++---
 drivers/memory/ti-emif-pm.c              |  6 ++----
 15 files changed, 32 insertions(+), 60 deletions(-)

base-commit: 17cb8a20bde66a520a2ca7aad1063e1ce7382240
-- 
2.42.0

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

end of thread, other threads:[~2023-12-19  8:06 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-17 14:29 [PATCH 00/15] memory: Convert to platform remove callback returning void Uwe Kleine-König
2023-12-17 14:29 ` [PATCH 01/15] memory: brcmstb_dpfe: " Uwe Kleine-König
2023-12-18  6:56   ` Markus Mayer
2023-12-17 14:29 ` [PATCH 02/15] memory: brcmstb_memc: " Uwe Kleine-König
2023-12-17 14:29 ` [PATCH 03/15] memory: emif: " Uwe Kleine-König
2023-12-17 14:29 ` [PATCH 04/15] memory: fsl-corenet-cf: " Uwe Kleine-König
2023-12-17 14:29 ` [PATCH 05/15] memory: fsl_ifc: " Uwe Kleine-König
2023-12-17 14:29 ` [PATCH 06/15] memory: jz4780-nemc: " Uwe Kleine-König
2023-12-17 14:40   ` Paul Cercueil
2023-12-17 14:29 ` [PATCH 07/15] memory: mtk-smi: " Uwe Kleine-König
2023-12-17 14:29 ` [PATCH 08/15] memory: omap-gpmc: " Uwe Kleine-König
2023-12-18  8:37   ` Tony Lindgren
2023-12-17 14:29 ` [PATCH 09/15] memory: renesas-rpc-if: " Uwe Kleine-König
2023-12-17 14:29 ` [PATCH 10/15] memory: exynos5422-dmc: " Uwe Kleine-König
2023-12-17 14:29 ` [PATCH 11/15] memory: stm32-fmc2-ebi: " Uwe Kleine-König
2023-12-17 14:29 ` [PATCH 12/15] memory: tegra186-emc: " Uwe Kleine-König
2023-12-17 14:29 ` [PATCH 13/15] memory: tegra210-emc: " Uwe Kleine-König
2023-12-17 14:29 ` [PATCH 14/15] memory: ti-aemif: " Uwe Kleine-König
2023-12-17 14:29 ` [PATCH 15/15] memory: ti-emif-pm: " Uwe Kleine-König
2023-12-19  8:06 ` [PATCH 00/15] memory: " Krzysztof Kozlowski
2023-12-19  8:06 ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox