]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'net-ipa-a-mix-of-cleanups'
authorJakub Kicinski <kuba@kernel.org>
Tue, 20 Sep 2022 14:45:51 +0000 (07:45 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 20 Sep 2022 14:45:52 +0000 (07:45 -0700)
commit884465ef3ce2d5731206f7c0e76e3adfa76158aa
treee892a94b24ba491a9afc529e59da8a30512bbb4a
parent7f5a77e00d7505ffec199145d5c1550b81eb121f
parent0becc38879c7588f1086da5a1c0da776a11a6172
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 <kuba@kernel.org>