OSDN Git Service

Merge branch 'net-ipa-remove-a-build-dependency'
authorJakub Kicinski <kuba@kernel.org>
Fri, 22 Jan 2021 04:42:47 +0000 (20:42 -0800)
committerJakub Kicinski <kuba@kernel.org>
Fri, 22 Jan 2021 04:42:48 +0000 (20:42 -0800)
commit8be2b2b940f040be9123be16216f69ad5ddb12fe
tree9c2d5a17c77e9da9e103baeb2476d2440f19f88a
parent43e5763152e2d4679954da0d35029637f017b0b3
parent5da1fca9eb73deee5fb738d768dc984280514252
Merge branch 'net-ipa-remove-a-build-dependency'

Alex Elder says:

====================
net: ipa: remove a build dependency

Unlike the original (temporary) IPA notification mechanism, the
generic remoteproc SSR notification code does not require the IPA
driver to maintain a pointer to the modem subsystem remoteproc
structure.

The IPA driver was converted to use the newer SSR notifiers, but the
specification and use of a phandle for the modem subsystem was never
removed.

This series removes the lookup of the remoteproc pointer, and that
removes the need for the modem DT property.  It also removes the
reference to the "modem-remoteproc" property from the DT binding,
and from the DT files that specified them.
====================

Link: https://lore.kernel.org/r/20210120212606.12556-1-elder@linaro.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>