public inbox for stable@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] net: ipa: backport for v5.15.y
@ 2022-04-13 14:48 Alex Elder
  2022-04-13 14:48 ` [PATCH 1/3] soc: qcom: aoss: Expose send for generic usecase Alex Elder
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Alex Elder @ 2022-04-13 14:48 UTC (permalink / raw)
  To: stable; +Cc: kuba, clew, deesin, swboyd, bjorn.andersson, elder, gregkh

This series is a back-port for stable branch version 5.15 *only*.
The IPA patches have already been applied to v5.16.y, and they are
not required for versions prior to 5.15.

There was a missing prerequisite commit that prevented building the
code successfully when back-porting to v5.15 was first attempted.
That commit has been added to the front of this series.  All three
commits otherwise cherry-pick cleanly.

					-Alex

Alex Elder (2):
  dt-bindings: net: qcom,ipa: add optional qcom,qmp property
  net: ipa: request IPA register values be retained

Deepak Kumar Singh (1):
  soc: qcom: aoss: Expose send for generic usecase

 .../devicetree/bindings/net/qcom,ipa.yaml     |  6 +++
 drivers/net/ipa/ipa_power.c                   | 52 ++++++++++++++++++
 drivers/net/ipa/ipa_power.h                   |  7 +++
 drivers/net/ipa/ipa_uc.c                      |  5 ++
 drivers/soc/qcom/qcom_aoss.c                  | 54 ++++++++++++++++++-
 include/linux/soc/qcom/qcom_aoss.h            | 38 +++++++++++++
 6 files changed, 161 insertions(+), 1 deletion(-)
 create mode 100644 include/linux/soc/qcom/qcom_aoss.h

-- 
2.32.0


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

end of thread, other threads:[~2022-04-14 13:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-13 14:48 [PATCH 0/3] net: ipa: backport for v5.15.y Alex Elder
2022-04-13 14:48 ` [PATCH 1/3] soc: qcom: aoss: Expose send for generic usecase Alex Elder
2022-04-14 11:00   ` Greg KH
2022-04-14 13:18     ` Alex Elder
2022-04-13 14:48 ` [PATCH 2/3] dt-bindings: net: qcom,ipa: add optional qcom,qmp property Alex Elder
2022-04-13 14:48 ` [PATCH 3/3] net: ipa: request IPA register values be retained Alex Elder

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox