Message ID | 20240419151800.2168903-1-elder@linaro.org |
---|---|
Headers | show |
Series | net: ipa: eight simple cleanups | expand |
Hello: This series was applied to netdev/net-next.git (main) by Paolo Abeni <pabeni@redhat.com>: On Fri, 19 Apr 2024 10:17:52 -0500 you wrote: > This series contains a mix of cleanups, some dating back to > December, 2022. Version 1 was based on an older version of > net-next/main; this version has simply been rebased. > > The first two make it so the IPA SUSPEND interrupt only gets enabled > when necessary. That make it possible in the third patch to call > device_init_wakeup() during an earlier phase of initialization, and > remove two functions. > > [...] Here is the summary with links: - [net-next,v2,1/8] net: ipa: maintain bitmap of suspend-enabled endpoints https://git.kernel.org/netdev/net-next/c/2eca73444036 - [net-next,v2,2/8] net: ipa: only enable the SUSPEND IPA interrupt when needed https://git.kernel.org/netdev/net-next/c/6f3700266369 - [net-next,v2,3/8] net: ipa: call device_init_wakeup() earlier https://git.kernel.org/netdev/net-next/c/19790951f031 - [net-next,v2,4/8] net: ipa: remove unneeded FILT_ROUT_HASH_EN definitions https://git.kernel.org/netdev/net-next/c/5043d6b16211 - [net-next,v2,5/8] net: ipa: make ipa_table_hash_support() a real function https://git.kernel.org/netdev/net-next/c/b81565b7fd02 - [net-next,v2,6/8] net: ipa: fix two bogus argument names https://git.kernel.org/netdev/net-next/c/f2e4e9ea82f9 - [net-next,v2,7/8] net: ipa: fix two minor ipa_cmd problems https://git.kernel.org/netdev/net-next/c/319b6d4ef087 - [net-next,v2,8/8] net: ipa: kill ipa_version_supported() https://git.kernel.org/netdev/net-next/c/dfdd70e24e38 You are awesome, thank you!