Message ID | 20230508142637.1449363-1-u.kleine-koenig@pengutronix.de (mailing list archive) |
---|---|
Headers | show |
Series | net: stmmac: Convert to platform remove callback returning void | expand |
On Mon, May 08, 2023 at 04:26:26PM +0200, Uwe Kleine-König wrote: > Hello, > > (implicit) v1 of this series is available at > https://lore.kernel.org/netdev/20230402143025.2524443-1-u.kleine-koenig@pengutronix.de > . > > Changes since then: > > - Added various Reviewed-by: and Acked-by: tags received for v1 > - Removed a variable in an earlier patch to make all intermediate steps > compilable, spotted by Simon Horman > - Rebased to v6.4-rc1 (which needed a slight adaption to cope for > 4bd3bb7b4526 ("net: stmmac: Add glue layer for StarFive JH7110 SoC")) > > Best regards > Uwe > For the series: Reviewed-by: Michal Kubiak <michal.kubiak@intel.com> (Just a very minor nitpick in the commit message of patch 3). > -- > 2.39.2 > >
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Mon, 8 May 2023 16:26:26 +0200 you wrote: > Hello, > > (implicit) v1 of this series is available at > https://lore.kernel.org/netdev/20230402143025.2524443-1-u.kleine-koenig@pengutronix.de > . > > Changes since then: > > [...] Here is the summary with links: - [net-next,v2,01/11] net: stmmac: Make stmmac_pltfr_remove() return void https://git.kernel.org/netdev/net-next/c/3246627f11c5 - [net-next,v2,02/11] net: stmmac: dwmac-visconti: Make visconti_eth_clock_remove() return void https://git.kernel.org/netdev/net-next/c/b9bc44fe068d - [net-next,v2,03/11] net: stmmac: dwmac-qcom-ethqos: Drop an if with an always false condition https://git.kernel.org/netdev/net-next/c/c5f3ffe35cc9 - [net-next,v2,04/11] net: stmmac: dwmac-visconti: Convert to platform remove callback returning void https://git.kernel.org/netdev/net-next/c/f4d05c419761 - [net-next,v2,05/11] net: stmmac: dwmac-dwc-qos-eth: Convert to platform remove callback returning void https://git.kernel.org/netdev/net-next/c/360cd89064b6 - [net-next,v2,06/11] net: stmmac: dwmac-qcom-ethqos: Convert to platform remove callback returning void https://git.kernel.org/netdev/net-next/c/5580b559a80a - [net-next,v2,07/11] net: stmmac: dwmac-rk: Convert to platform remove callback returning void https://git.kernel.org/netdev/net-next/c/903cc461c901 - [net-next,v2,08/11] net: stmmac: dwmac-sti: Convert to platform remove callback returning void https://git.kernel.org/netdev/net-next/c/b394982a10d9 - [net-next,v2,09/11] net: stmmac: dwmac-stm32: Convert to platform remove callback returning void https://git.kernel.org/netdev/net-next/c/fec3f552140e - [net-next,v2,10/11] net: stmmac: dwmac-sun8i: Convert to platform remove callback returning void https://git.kernel.org/netdev/net-next/c/cc708d4ed7b3 - [net-next,v2,11/11] net: stmmac: dwmac-tegra: Convert to platform remove callback returning void https://git.kernel.org/netdev/net-next/c/a86f8601c8f0 You are awesome, thank you!