From: Jakub Kicinski Date: Tue, 20 Sep 2022 14:45:51 +0000 (-0700) Subject: Merge branch 'net-ipa-a-mix-of-cleanups' X-Git-Tag: v6.1-rc5~319^2~176 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=93ece9a6de84d5409c7c8a75057091be7ea84b25;p=platform%2Fkernel%2Flinux-starfive.git Merge branch 'net-ipa-a-mix-of-cleanups' Alex Elder says: ==================== net: ipa: a mix of cleanups This series contains a set of cleanups done in preparation for a more substantitive upcoming series that reworks how IPA registers and their fields are defined. The first eliminates about half of the possible GSI register constant symbols by removing offset definitions that are not currently required. The next two mainly rearrange code for some common enumerated types. The next one fixes two spots that reuse local variable names in inner scopes when defining offsets. The next adds some additional restrictions on the value held in a register. And the last one just fixes two field mask symbol names so they adhere to the common naming convention. ==================== Link: https://lore.kernel.org/r/20220910011131.1431934-1-elder@linaro.org Signed-off-by: Jakub Kicinski --- 93ece9a6de84d5409c7c8a75057091be7ea84b25