From: David S. Miller Date: Mon, 13 Feb 2023 09:56:17 +0000 (+0000) Subject: Merge branch 'net-ipa-GSI-regs' X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=8024edf3590c83f467374857d7c3082d4b3bf079;p=users%2Fjedix%2Flinux-maple.git Merge branch 'net-ipa-GSI-regs' Alex Elder says: ==================== net: ipa: determine GSI register offsets differently This series changes the way GSI register offset are specified, using the "reg" mechanism currently used for IPA registers. A follow-on series will extend this work so fields within GSI registers are also specified this way. The first patch rearranges the GSI register initialization code so it is similar to the way it's done for the IPA registers. The second identifies all the GSI registers in an enumerated type. The third introduces "gsi_reg-v3.1.c" and uses the "reg" code to define one GSI register offset. The second-to-last patch just adds "gsi_reg-v3.5.1.c", because that version introduces a new register not previously defined. All the rest just define the rest of the GSI register offsets using the "reg" mechanism. Note that, to have continued lines align with an open parenthesis, new files created in this series cause some checkpatch warnings. ==================== Signed-off-by: David S. Miller --- 8024edf3590c83f467374857d7c3082d4b3bf079