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 fixes for 6.7-rc
Date: Sat, 9 Dec 2023 12:15:48 +0200 [thread overview]
Message-ID: <20231209101548.1240700-1-djakov@kernel.org> (raw)
Hello Greg,
This pull request contains a few tiny fixes for the current cycle. The
details are in the signed tag. All patches have been in linux-next
during the last few days. Please pull into char-misc-linus when possible.
Thanks,
Georgi
The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:
Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc.git tags/icc-6.7-rc5
for you to fetch changes up to 9085b23b668ad5aca62df4f071b306a47152e6b3:
interconnect: qcom: icc-rpm: Fix peak rate calculation (2023-12-06 17:00:42 +0200)
----------------------------------------------------------------
interconnect fixes for v6.7-rc
This contains fixes for reported issues. One fix is in framework code to
explicitly treat returned NULL nodes as error when the device-tree data
is translated into endpoint nodes.
The other two fixes are in driver code. One is expected to improve the
power consumption on the sm8250 platforms and the other one is fixing a
bandwidth calculation formula that was introduced during this cycle.
- interconnect: Treat xlate() returning NULL node as an error
- interconnect: qcom: sm8250: Enable sync_state
- interconnect: qcom: icc-rpm: Fix peak rate calculation
Signed-off-by: Georgi Djakov <djakov@kernel.org>
----------------------------------------------------------------
Bjorn Andersson (1):
interconnect: qcom: icc-rpm: Fix peak rate calculation
Konrad Dybcio (1):
interconnect: qcom: sm8250: Enable sync_state
Mike Tipton (1):
interconnect: Treat xlate() returning NULL node as an error
drivers/interconnect/core.c | 3 +++
drivers/interconnect/qcom/icc-rpm.c | 2 +-
drivers/interconnect/qcom/sm8250.c | 1 +
3 files changed, 5 insertions(+), 1 deletion(-)
next reply other threads:[~2023-12-09 10:30 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-09 10:15 Georgi Djakov [this message]
2023-12-12 8:43 ` [GIT PULL] interconnect fixes for 6.7-rc 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=20231209101548.1240700-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