Message ID | 20220922222100.2543621-1-elder@linaro.org (mailing list archive) |
---|---|
Headers | show |
Series | net: ipa: another set of cleanups | expand |
Hello: This series was applied to netdev/net-next.git (master) by Jakub Kicinski <kuba@kernel.org>: On Thu, 22 Sep 2022 17:20:52 -0500 you wrote: > This series contains another set of cleanups done in preparation for > an upcoming series that reworks how IPA registers and their fields > are defined. > > The first replaces the use of u32_replace_bits() with a simple > logical AND operation in two places. > > [...] Here is the summary with links: - [net-next,1/8] net: ipa: don't use u32p_replace_bits() https://git.kernel.org/netdev/net-next/c/a50d37b7565e - [net-next,2/8] net: ipa: introduce ipa_qtime_val() https://git.kernel.org/netdev/net-next/c/8be440e17bdb - [net-next,3/8] net: ipa: rearrange functions for similarity (no matching commit) - [net-next,4/8] net: ipa: define BCR values using an enum https://git.kernel.org/netdev/net-next/c/21ab2078ff37 - [net-next,5/8] net: ipa: tidy up register enum definitions https://git.kernel.org/netdev/net-next/c/73e0c9efb5ed - [net-next,6/8] net: ipa: encapsulate setting the FILT_ROUT_HASH_EN register https://git.kernel.org/netdev/net-next/c/b24627b1d9b2 - [net-next,7/8] net: ipa: encapsulate updating the COUNTER_CFG register https://git.kernel.org/netdev/net-next/c/1e5db0965ef5 - [net-next,8/8] net: ipa: encapsulate updating three more registers https://git.kernel.org/netdev/net-next/c/92073b1648cb You are awesome, thank you!