Merge branch 'net-ipa-eight-simple-cleanups'
authorPaolo Abeni <pabeni@redhat.com>
Tue, 23 Apr 2024 11:10:16 +0000 (13:10 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 23 Apr 2024 11:10:17 +0000 (13:10 +0200)
commit0ff1db480c7e06f14078937642695334a0890aee
tree02a4da94653dda526c03f560d765e8e42f488ab0
parent57f1591248bc90d879f34e3b4e85df382ca77f93
parentdfdd70e24e3887886743b8681680da0ad07a24a7
Merge branch 'net-ipa-eight-simple-cleanups'

Alex Elder says:

====================
net: ipa: eight simple cleanups

This series contains a mix of cleanups, some dating back to
December, 2022.  Version 1 was based on an older version of
net-next/main; this version has simply been rebased.

The first two make it so the IPA SUSPEND interrupt only gets enabled
when necessary.  That make it possible in the third patch to call
device_init_wakeup() during an earlier phase of initialization, and
remove two functions.

The next patch removes IPA register definitions that are never used.
The fifth patch makes ipa_table_hash_support() a real function, so
the IPA structure only needs to be declared rather than defined when
that file is parsed.

The sixth patch fixes improper argument names in two function
declarations.  The seventh removes the declaration for a function
that does not exist, and makes ipa_cmd_init() actually get called.
And the last one eliminates ipa_version_supported(), in favor of
just deciding that if a device is probed because its compatible
matches, that device is assumed to be supported.
====================

Link: https://lore.kernel.org/r/20240419151800.2168903-1-elder@linaro.org
Signed-off-by: Paolo Abeni <pabeni@redhat.com>