All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] interconnect: merge AP-owned support into icc-rpm
@ 2021-08-18  1:57 Dmitry Baryshkov
  2021-08-18  1:57 ` [PATCH 1/5] interconnect: icc-rpm: move bus clocks handling into qnoc_probe Dmitry Baryshkov
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Dmitry Baryshkov @ 2021-08-18  1:57 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Georgi Djakov; +Cc: linux-arm-msm, linux-pm

This patch series merges support for AP-owned and bus QoS from SDM660
into common code (icc-rpm.c). MSM8916 and MSM8939 support code is
extended to support these features.

The following changes since commit 7c60610d476766e128cc4284bb6349732cbd6606:

  Linux 5.14-rc6 (2021-08-15 13:40:53 -1000)

are available in the Git repository at:

  https://git.linaro.org/people/dmitry.baryshkov/kernel.git icc-msm8916-sdm660

for you to fetch changes up to 13c58bed52008460d0f0ce60ae1097d6f8fa7c0a:

  interconnect: msm8939: add support for AP-owned nodes (2021-08-18 03:23:32 +0300)

----------------------------------------------------------------
Dmitry Baryshkov (5):
      interconnect: icc-rpm: move bus clocks handling into qnoc_probe
      interconnect: sdm660: merge common code into icc-rpm
      interconnect: icc-rpm: add support for QoS reg offset
      interconnect: msm8916: add support for AP-owned nodes
      interconnect: msm8939: add support for AP-owned nodes

 drivers/interconnect/qcom/icc-rpm.c | 270 +++++++++++++--
 drivers/interconnect/qcom/icc-rpm.h |  63 +++-
 drivers/interconnect/qcom/msm8916.c |  83 +++--
 drivers/interconnect/qcom/msm8939.c |  95 ++++--
 drivers/interconnect/qcom/qcs404.c  |  13 +-
 drivers/interconnect/qcom/sdm660.c  | 662 ++++++------------------------------
 6 files changed, 517 insertions(+), 669 deletions(-)



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

end of thread, other threads:[~2021-08-23 17:38 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-18  1:57 [PATCH 0/5] interconnect: merge AP-owned support into icc-rpm Dmitry Baryshkov
2021-08-18  1:57 ` [PATCH 1/5] interconnect: icc-rpm: move bus clocks handling into qnoc_probe Dmitry Baryshkov
2021-08-23 17:37   ` Georgi Djakov
2021-08-18  1:57 ` [PATCH 2/5] interconnect: sdm660: merge common code into icc-rpm Dmitry Baryshkov
2021-08-18  6:24   ` kernel test robot
2021-08-18  6:24     ` kernel test robot
2021-08-18  1:57 ` [PATCH 3/5] interconnect: icc-rpm: add support for QoS reg offset Dmitry Baryshkov
2021-08-18  1:57 ` [PATCH 4/5] interconnect: msm8916: add support for AP-owned nodes Dmitry Baryshkov
2021-08-18  1:57 ` [PATCH 5/5] interconnect: msm8939: " Dmitry Baryshkov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.