linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] net: ipa: remove a build dependency
@ 2021-01-12 19:28 Alex Elder
  2021-01-12 19:28 ` [PATCH net-next 1/4] net: ipa: remove a remoteproc dependency Alex Elder
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Alex Elder @ 2021-01-12 19:28 UTC (permalink / raw)
  To: davem, kuba
  Cc: evgreen, bjorn.andersson, cpratapa, subashab, robh+dt, rdunlap,
	netdev, linux-kernel, devicetree

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.

David/Jakub, please take these all through net-next if they are
acceptable to you, once Rob has acked the binding and DT patches.

Thanks.

					-Alex

Alex Elder (4):
  net: ipa: remove a remoteproc dependency
  dt-bindings: net: remove modem-remoteproc property
  arm64: dts: qcom: sc7180: kill IPA modem-remoteproc property
  arm64: dts: qcom: sdm845: kill IPA modem-remoteproc property

 .../devicetree/bindings/net/qcom,ipa.yaml     | 13 +------
 arch/arm64/boot/dts/qcom/sc7180.dtsi          |  2 -
 arch/arm64/boot/dts/qcom/sdm845.dtsi          |  2 -
 drivers/net/ipa/ipa.h                         |  2 -
 drivers/net/ipa/ipa_main.c                    | 38 +------------------
 5 files changed, 4 insertions(+), 53 deletions(-)

-- 
2.20.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-01-13  2:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-12 19:28 [PATCH net-next 0/4] net: ipa: remove a build dependency Alex Elder
2021-01-12 19:28 ` [PATCH net-next 1/4] net: ipa: remove a remoteproc dependency Alex Elder
2021-01-12 19:28 ` [PATCH net-next 2/4] dt-bindings: net: remove modem-remoteproc property Alex Elder
2021-01-13  2:35   ` Rob Herring
2021-01-13  2:41   ` Rob Herring
2021-01-12 19:28 ` [PATCH net-next 3/4] arm64: dts: qcom: sc7180: kill IPA " Alex Elder
2021-01-12 19:28 ` [PATCH net-next 4/4] arm64: dts: qcom: sdm845: " Alex Elder

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).