mbox series

[GIT,PULL] interconnect fixes for 6.8-rc

Message ID 20240207131905.2355454-1-djakov@kernel.org (mailing list archive)
State Handled Elsewhere, archived
Headers show
Series [GIT,PULL] interconnect fixes for 6.8-rc | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc.git tags/icc-6.8-rc4

Message

Georgi Djakov Feb. 7, 2024, 1:19 p.m. UTC
Hello Greg,

This pull request brings in some oneliner fixes for the current cycle. The
details are in the signed tag as usual. All patches have been in linux-next
for a few days now. Please pull into char-misc-linus when you get a chance.

Thanks,
Georgi


The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:

  Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc.git tags/icc-6.8-rc4

for you to fetch changes up to 5464e7acea4a6c56b3c5c2d7aeef2eda92227b33:

  interconnect: qcom: x1e80100: Add missing ACV enable_mask (2024-02-04 23:36:06 +0200)

----------------------------------------------------------------
interconnect fixes for v6.8-rc

These are tiny fixes for reported issues in driver code for a few
platforms. One of them sorts out a hang issue, the other improves
the power consumption and the rest are fixing some bitmasks to make
sure the hardware does thing right.

-  interconnect: qcom: sc8180x: Mark CO0 BCM keepalive
-  interconnect: qcom: sm8550: Enable sync_state
-  interconnect: qcom: sm8650: Use correct ACV enable_mask
-  interconnect: qcom: x1e80100: Add missing ACV enable_mask

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

----------------------------------------------------------------
Konrad Dybcio (2):
      interconnect: qcom: sc8180x: Mark CO0 BCM keepalive
      interconnect: qcom: sm8550: Enable sync_state

Mike Tipton (2):
      interconnect: qcom: sm8650: Use correct ACV enable_mask
      interconnect: qcom: x1e80100: Add missing ACV enable_mask

 drivers/interconnect/qcom/sc8180x.c  | 1 +
 drivers/interconnect/qcom/sm8550.c   | 1 +
 drivers/interconnect/qcom/sm8650.c   | 2 +-
 drivers/interconnect/qcom/x1e80100.c | 1 +
 4 files changed, 4 insertions(+), 1 deletion(-)

Comments

Greg KH Feb. 7, 2024, 1:48 p.m. UTC | #1
On Wed, Feb 07, 2024 at 03:19:05PM +0200, Georgi Djakov wrote:
> Hello Greg,
> 
> This pull request brings in some oneliner fixes for the current cycle. The
> details are in the signed tag as usual. All patches have been in linux-next
> for a few days now. Please pull into char-misc-linus when you get a chance.
> 
> Thanks,
> Georgi
> 
> 
> The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:
> 
>   Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc.git tags/icc-6.8-rc4

Pulled and pushed out, thanks.

greg k-h