commit | 3c506add35c74acbe5a42d0a86963d11bef10d25 | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@linaro.org> | Fri Feb 10 13:36:48 2023 -0600 |
committer | David S. Miller <davem@davemloft.net> | Mon Feb 13 09:56:16 2023 +0000 |
tree | 958e385464f1331b54e23ad9c03ecc18e2f8739a | |
parent | 4fab64126891d413f207dacd5762a839b3470315 [diff] |
net: ipa: introduce gsi_reg_init() Create a new source file "gsi_reg.c", and in it, introduce a new function to encapsulate initializing GSI registers, including looking up and I/O mapping their memory. Create gsi_reg_exit() as the inverse of the init function. Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>