diff options
author | Alex Elder <elder@linaro.org> | 2021-07-26 15:11:34 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-07-26 23:09:18 +0100 |
commit | 1118a14710ee97292c52e0185d12caa3eb17ad55 (patch) | |
tree | 43ab67d0929aba6632dcfc6f1774a8e835c1eb01 /drivers/tee/tee_private.h | |
parent | 07e1f6897f735296aeff6c135cb8ddb4040a3e20 (diff) |
net: ipa: set up IPA interrupts earlier
Initialization of the IPA driver has several phases:
- "init" phase can be done without any access to IPA hardware
- "config" phase requires the IPA hardware to be clocked
- "setup" phase requires the GSI layer to be functional
Currently, initialization for the IPA interrupt handling code occurs
in the setup phase. It requires access to the IPA hardware but does
not need GSI, so it can be moved to the config phase instead.
Call the interrupt configuration function early in ipa_config()
rather than from ipa_setup(). Rename ipa_interrupt_setup() to be
ipa_interrupt_config(), and ipa_interrupt_teardown() to be
ipa_interupt_deconfig(), so their names properly indicate when
they get called.
Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/tee/tee_private.h')
0 files changed, 0 insertions, 0 deletions