Linux Power Management development
 help / color / mirror / Atom feed
From: Georgi Djakov <djakov@kernel.org>
To: gregkh@linuxfoundation.org
Cc: linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org,
	djakov@kernel.org
Subject: [GIT PULL] interconnect changes for 5.16
Date: Fri, 22 Oct 2021 12:13:26 +0300	[thread overview]
Message-ID: <20211022091326.28826-1-djakov@kernel.org> (raw)

Hello Greg,

This is the pull request with interconnect changes for the 5.16-rc1
merge window. It contains just driver updates. The details are in the
signed tag.

All patches have been in linux-next for more than two weeks. No issues
have been reported so far. Please pull into char-misc-next.

Thanks,
Georgi

The following changes since commit 9e1ff307c779ce1f0f810c7ecce3d95bbae40896:

  Linux 5.15-rc4 (2021-10-03 14:08:47 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc.git tags/icc-5.16-rc1

for you to fetch changes up to dfe14674bf7b267c44eb91d66bad076af3827a47:

  Merge branch 'icc-rpm' into icc-next (2021-10-04 16:14:13 +0300)

----------------------------------------------------------------
interconnect changes for 5.16

Here are the changes for the 5.16-rc1 merge window consisting of just
driver updates. The highlight is the refactoring of some existing drivers
into common code and expanding some macros that will make adding QoS
support much easier.

Driver changes:
- icc-rpm: move bus clocks handling into qnoc_probe
- sdm660: expand DEFINE_QNODE macros
- sdm660: drop default/unused values
- sdm660: merge common code into icc-rpm
- icc-rpm: add support for QoS reg offset
- msm8916: expand DEFINE_QNODE macros
- msm8916: add support for AP-owned nodes
- msm8939: expand DEFINE_QNODE macros
- msm8939: add support for AP-owned nodes
- qcs404: expand DEFINE_QNODE macros
- qcom: drop DEFINE_QNODE macro
- samsung: describe drivers in KConfig

Signed-off-by: Georgi Djakov <djakov@kernel.org>

----------------------------------------------------------------
Dmitry Baryshkov (11):
      interconnect: icc-rpm: move bus clocks handling into qnoc_probe
      interconnect: sdm660: expand DEFINE_QNODE macros
      interconnect: sdm660: drop default/unused values
      interconnect: sdm660: merge common code into icc-rpm
      interconnect: icc-rpm: add support for QoS reg offset
      interconnect: msm8916: expand DEFINE_QNODE macros
      interconnect: msm8916: add support for AP-owned nodes
      interconnect: msm8939: expand DEFINE_QNODE macros
      interconnect: msm8939: add support for AP-owned nodes
      interconnect: qcs404: expand DEFINE_QNODE macros
      interconnect: qcom: drop DEFINE_QNODE macro

Georgi Djakov (1):
      Merge branch 'icc-rpm' into icc-next

Krzysztof Kozlowski (1):
      interconnect: samsung: describe drivers in KConfig

 drivers/interconnect/qcom/icc-rpm.c  |  263 +-
 drivers/interconnect/qcom/icc-rpm.h  |   56 +-
 drivers/interconnect/qcom/msm8916.c  | 1214 ++++-
 drivers/interconnect/qcom/msm8939.c  | 1283 ++++-
 drivers/interconnect/qcom/qcs404.c   |  967 +++-
 drivers/interconnect/qcom/sdm660.c   | 1940 +++++---
 drivers/interconnect/samsung/Kconfig |    6 +-
 7 files changed, 4819 insertions(+), 910 deletions(-)
The following changes since commit 9e1ff307c779ce1f0f810c7ecce3d95bbae40896:

  Linux 5.15-rc4 (2021-10-03 14:08:47 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc.git tags/icc-5.16-rc1

for you to fetch changes up to dfe14674bf7b267c44eb91d66bad076af3827a47:

  Merge branch 'icc-rpm' into icc-next (2021-10-04 16:14:13 +0300)

----------------------------------------------------------------
interconnect changes for 5.16

Here are the changes for the 5.16-rc1 merge window consisting of just
driver updates. The highlight is the refactoring of some existing drivers
into common code and expanding some macros that will make adding QoS
support much easier.

Driver changes:
- icc-rpm: move bus clocks handling into qnoc_probe
- sdm660: expand DEFINE_QNODE macros
- sdm660: drop default/unused values
- sdm660: merge common code into icc-rpm
- icc-rpm: add support for QoS reg offset
- msm8916: expand DEFINE_QNODE macros
- msm8916: add support for AP-owned nodes
- msm8939: expand DEFINE_QNODE macros
- msm8939: add support for AP-owned nodes
- qcs404: expand DEFINE_QNODE macros
- qcom: drop DEFINE_QNODE macro
- samsung: describe drivers in KConfig

Signed-off-by: Georgi Djakov <djakov@kernel.org>

----------------------------------------------------------------
Dmitry Baryshkov (11):
      interconnect: icc-rpm: move bus clocks handling into qnoc_probe
      interconnect: sdm660: expand DEFINE_QNODE macros
      interconnect: sdm660: drop default/unused values
      interconnect: sdm660: merge common code into icc-rpm
      interconnect: icc-rpm: add support for QoS reg offset
      interconnect: msm8916: expand DEFINE_QNODE macros
      interconnect: msm8916: add support for AP-owned nodes
      interconnect: msm8939: expand DEFINE_QNODE macros
      interconnect: msm8939: add support for AP-owned nodes
      interconnect: qcs404: expand DEFINE_QNODE macros
      interconnect: qcom: drop DEFINE_QNODE macro

Georgi Djakov (1):
      Merge branch 'icc-rpm' into icc-next

Krzysztof Kozlowski (1):
      interconnect: samsung: describe drivers in KConfig

 drivers/interconnect/qcom/icc-rpm.c  |  263 +-
 drivers/interconnect/qcom/icc-rpm.h  |   56 +-
 drivers/interconnect/qcom/msm8916.c  | 1214 ++++-
 drivers/interconnect/qcom/msm8939.c  | 1283 ++++-
 drivers/interconnect/qcom/qcs404.c   |  967 +++-
 drivers/interconnect/qcom/sdm660.c   | 1940 +++++---
 drivers/interconnect/samsung/Kconfig |    6 +-
 7 files changed, 4819 insertions(+), 910 deletions(-)
The following changes since commit 9e1ff307c779ce1f0f810c7ecce3d95bbae40896:

  Linux 5.15-rc4 (2021-10-03 14:08:47 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc.git tags/icc-5.16-rc1

for you to fetch changes up to dfe14674bf7b267c44eb91d66bad076af3827a47:

  Merge branch 'icc-rpm' into icc-next (2021-10-04 16:14:13 +0300)

----------------------------------------------------------------
interconnect changes for 5.16

Here are the changes for the 5.16-rc1 merge window consisting of just
driver updates. The highlight is the refactoring of some existing drivers
into common code and expanding some macros that will make adding QoS
support much easier.

Driver changes:
- icc-rpm: move bus clocks handling into qnoc_probe
- sdm660: expand DEFINE_QNODE macros
- sdm660: drop default/unused values
- sdm660: merge common code into icc-rpm
- icc-rpm: add support for QoS reg offset
- msm8916: expand DEFINE_QNODE macros
- msm8916: add support for AP-owned nodes
- msm8939: expand DEFINE_QNODE macros
- msm8939: add support for AP-owned nodes
- qcs404: expand DEFINE_QNODE macros
- qcom: drop DEFINE_QNODE macro
- samsung: describe drivers in KConfig

Signed-off-by: Georgi Djakov <djakov@kernel.org>

----------------------------------------------------------------
Dmitry Baryshkov (11):
      interconnect: icc-rpm: move bus clocks handling into qnoc_probe
      interconnect: sdm660: expand DEFINE_QNODE macros
      interconnect: sdm660: drop default/unused values
      interconnect: sdm660: merge common code into icc-rpm
      interconnect: icc-rpm: add support for QoS reg offset
      interconnect: msm8916: expand DEFINE_QNODE macros
      interconnect: msm8916: add support for AP-owned nodes
      interconnect: msm8939: expand DEFINE_QNODE macros
      interconnect: msm8939: add support for AP-owned nodes
      interconnect: qcs404: expand DEFINE_QNODE macros
      interconnect: qcom: drop DEFINE_QNODE macro

Georgi Djakov (1):
      Merge branch 'icc-rpm' into icc-next

Krzysztof Kozlowski (1):
      interconnect: samsung: describe drivers in KConfig

 drivers/interconnect/qcom/icc-rpm.c  |  263 +-
 drivers/interconnect/qcom/icc-rpm.h  |   56 +-
 drivers/interconnect/qcom/msm8916.c  | 1214 ++++-
 drivers/interconnect/qcom/msm8939.c  | 1283 ++++-
 drivers/interconnect/qcom/qcs404.c   |  967 +++-
 drivers/interconnect/qcom/sdm660.c   | 1940 +++++---
 drivers/interconnect/samsung/Kconfig |    6 +-
 7 files changed, 4819 insertions(+), 910 deletions(-)

             reply	other threads:[~2021-10-22  9:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-22  9:13 Georgi Djakov [this message]
2021-10-22  9:25 ` [GIT PULL] interconnect changes for 5.16 Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211022091326.28826-1-djakov@kernel.org \
    --to=djakov@kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox