]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
net: ipa: move GSI command opcode values into "gsi_reg.h"
authorAlex Elder <elder@linaro.org>
Tue, 10 Nov 2020 21:59:21 +0000 (15:59 -0600)
committerJakub Kicinski <kuba@kernel.org>
Fri, 13 Nov 2020 23:13:41 +0000 (15:13 -0800)
commitcec2076e432e9c41856e5c0672210fbbe011b2ad
tree4474ce36a34fe0ff2fe576b1888b14b9e75e7083
parent7b0ac8f65116aff11965a46c3329ad375d1c53ec
net: ipa: move GSI command opcode values into "gsi_reg.h"

The gsi_ch_cmd_opcode, gsi_evt_cmd_opcode, and gsi_generic_cmd_opcode
enumerated types are values that fields in the GSI command registers
can take on.  Move their definitions out of "gsi.c" and into "gsi_reg.h",
alongside the definition of registers they are associated with.

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ipa/gsi.c
drivers/net/ipa/gsi_reg.h