Message ID | cover.1712734365.git.u.kleine-koenig@pengutronix.de (mailing list archive) |
---|---|
Headers | show |
Series | ptp: Convert to platform remove callback returning void | expand |
On Wed, Apr 10, 2024 at 09:34:49AM +0200, Uwe Kleine-König wrote: > Hello, > > this series converts all platform drivers below drivers/ptp/ to not use > struct platform_device::remove() any more. See commit 5c5a7680e67b > ("platform: Provide a remove callback that returns no value") for an > extended explanation and the eventual goal. > > All conversations are trivial, because the driver's .remove() callbacks > returned zero unconditionally. > > There are no interdependencies between these patches, so they can be > applied independently if needed. This is merge window material. > > Best regards > Uwe For the series: Acked-by: Richard Cochran <richardcochran@gmail.com>
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Wed, 10 Apr 2024 09:34:49 +0200 you wrote: > Hello, > > this series converts all platform drivers below drivers/ptp/ to not use > struct platform_device::remove() any more. See commit 5c5a7680e67b > ("platform: Provide a remove callback that returns no value") for an > extended explanation and the eventual goal. > > [...] Here is the summary with links: - [net-next,1/5] ptp: ptp_clockmatrix: Convert to platform remove callback returning void https://git.kernel.org/netdev/net-next/c/32080ec2db65 - [net-next,2/5] ptp: ptp_dte: Convert to platform remove callback returning void https://git.kernel.org/netdev/net-next/c/5c025082f8bc - [net-next,3/5] ptp: ptp_idt82p33: Convert to platform remove callback returning void https://git.kernel.org/netdev/net-next/c/740c031861a7 - [net-next,4/5] ptp: ptp_ines: Convert to platform remove callback returning void https://git.kernel.org/netdev/net-next/c/cff5236946b7 - [net-next,5/5] ptp: ptp_qoriq: Convert to platform remove callback returning void https://git.kernel.org/netdev/net-next/c/145473b2950a You are awesome, thank you!