linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] PCI: Convert to platform remove callback returning void (part II)
@ 2023-12-04  9:47 Uwe Kleine-König
  2023-12-04  9:47 ` [PATCH 1/3] PCI: exynos: Convert to platform remove callback returning void Uwe Kleine-König
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Uwe Kleine-König @ 2023-12-04  9:47 UTC (permalink / raw)
  To: Lorenzo Pieralisi, Krzysztof Wilczyński, Bjorn Helgaas
  Cc: Jingoo Han, Rob Herring, Krzysztof Kozlowski, Alim Akhtar,
	linux-pci, linux-arm-kernel, linux-samsung-soc, kernel,
	Xiaowei Song, Binghui Wang

Hello,

back in March I sent a series[1] with the intention to convert all of
drivers/pci to .remove_new(). I missed these three drivers because my
coccinelle script didn't handle __exit_p. (The drivers don't use
__exit_p in the mean time since the follwing commits:

	200bddbb3f52 ("PCI: keystone: Don't discard .remove() callback")
	3064ef2e88c1 ("PCI: kirin: Don't discard .remove() callback")
	83a939f0fdc2 ("PCI: exynos: Don't discard .remove() callback")

.)

There are no interdependencies between these patches.

See commit 5c5a7680e67b ("platform: Provide a remove callback that
returns no value") for an extended explanation and the eventual goal.

Best regards
Uwe

[1] https://lore.kernel.org/linux-pci/20230321193208.366561-1-u.kleine-koenig@pengutronix.de
    merged in v6.5-rc1~111^2

Uwe Kleine-König (3):
  PCI: exynos: Convert to platform remove callback returning void
  PCI: keystone: Convert to platform remove callback returning void
  PCI: kirin: Convert to platform remove callback returning void

 drivers/pci/controller/dwc/pci-exynos.c   | 6 ++----
 drivers/pci/controller/dwc/pci-keystone.c | 6 ++----
 drivers/pci/controller/dwc/pcie-kirin.c   | 6 ++----
 3 files changed, 6 insertions(+), 12 deletions(-)


base-commit: 629a3b49f3f957e975253c54846090b8d5ed2e9b
-- 
2.42.0


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

end of thread, other threads:[~2023-12-16  0:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-04  9:47 [PATCH 0/3] PCI: Convert to platform remove callback returning void (part II) Uwe Kleine-König
2023-12-04  9:47 ` [PATCH 1/3] PCI: exynos: Convert to platform remove callback returning void Uwe Kleine-König
2023-12-04  9:47 ` [PATCH 2/3] PCI: keystone: " Uwe Kleine-König
2023-12-04  9:47 ` [PATCH 3/3] PCI: kirin: " Uwe Kleine-König
2023-12-16  0:44 ` [PATCH 0/3] PCI: Convert to platform remove callback returning void (part II) Krzysztof Wilczyński

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