]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'net-ipa-gsi-register-consolidation'
authorJakub Kicinski <kuba@kernel.org>
Fri, 13 Nov 2020 23:13:45 +0000 (15:13 -0800)
committerJakub Kicinski <kuba@kernel.org>
Fri, 13 Nov 2020 23:13:46 +0000 (15:13 -0800)
commitbd2bd8609f6d60511472999c2b5a65cbb056b062
tree3a17eb08887c5dc127dca930c463395fca2c775a
parent2613f4a579cc938308837f32eb1e1116cf94cd09
parenta017fcdac8196f6c0b3eda42906c69272248316d
Merge branch 'net-ipa-gsi-register-consolidation'

Alex Elder says:

====================
net: ipa: GSI register consolidation

This series rearranges and consolidates some GSI register
definitions.  Its general aim is to make things more
consistent, by:
  - Using enumerated types to define the values held in GSI register
    fields
  - Defining field values in "gsi_reg.h", together with the
    definition of the register (and field) that holds them
  - Format enumerated type members consistently, with hexidecimal
    numeric values, and assignments aligned on the same column

There is one checkpatch "CHECK" warning requesting a blank line; I
ignored that because my intention was to group certain definitions.
====================

Link: https://lore.kernel.org/r/20201110215922.23514-1-elder@linaro.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>