Message ID | 20240301170242.243703-1-elder@linaro.org (mailing list archive) |
---|---|
Headers | show |
Series | net: ipa: simplify device pointer access | expand |
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller <davem@davemloft.net>: On Fri, 1 Mar 2024 11:02:35 -0600 you wrote: > This version of this patch series fixes the bugs in the first patch > (which were fixed in the second), where ipa_interrupt_config() had > two remaining spots that returned a pointer rather than an integer. > > Outside of initialization, all uses of the platform device pointer > stored in the IPA structure determine the address of device > structure embedded within the platform device structure. > > [...] Here is the summary with links: - [net-next,v2,1/7] net: ipa: change ipa_interrupt_config() prototype https://git.kernel.org/netdev/net-next/c/e87e4371edfc - [net-next,v2,2/7] net: ipa: introduce ipa_interrupt_init() https://git.kernel.org/netdev/net-next/c/ad1be80d7582 - [net-next,v2,3/7] net: ipa: pass a platform device to ipa_reg_init() https://git.kernel.org/netdev/net-next/c/a47956e72a3e - [net-next,v2,4/7] net: ipa: pass a platform device to ipa_mem_init() https://git.kernel.org/netdev/net-next/c/95c54a963b24 - [net-next,v2,5/7] net: ipa: pass a platform device to ipa_smp2p_irq_init() https://git.kernel.org/netdev/net-next/c/59622a8fb453 - [net-next,v2,6/7] net: ipa: pass a platform device to ipa_smp2p_init() https://git.kernel.org/netdev/net-next/c/81d65f3413da - [net-next,v2,7/7] net: ipa: don't save the platform device https://git.kernel.org/netdev/net-next/c/5245f4fd28d1 You are awesome, thank you!