]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit68dbaa82e4b0560d4b4cb0b059bb9d516c64b4b6
tree9c2d5a17c77e9da9e103baeb2476d2440f19f88a
parent76151128f0c141f70d4baf238c2798afb73a9480
parent76446986bf3d7c48d9f9f2005e61ffe59376ed12
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>