Files
linux/drivers/net
Alex Elder 19790951f0 net: ipa: call device_init_wakeup() earlier
Currently, enabling wakeup for the IPA device doesn't occur until
the setup phase of initialization (in ipa_power_setup()).

There is no need to delay doing that, however.  We can conveniently
do it during the config phase, in ipa_interrupt_config(), where we
enable power management wakeup mode for the IPA interrupt.

Moving the device_init_wakeup() out of ipa_power_setup() leaves that
function empty, so it can just be eliminated.

Similarly, rearrange all of the matching inverse calls, disabling
device wakeup in ipa_interrupt_deconfig() and removing that function
as well.

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
2024-04-23 13:08:08 +02:00
..
2024-04-08 11:56:56 +01:00
2024-04-08 11:56:56 +01:00
2024-04-08 13:20:01 +01:00
2024-04-10 19:36:23 -07:00
2024-04-01 10:49:28 +01:00
2024-04-11 19:29:23 -07:00