public inbox for linux-pm@vger.kernel.org
 help / color / mirror / Atom feed
From: Chanwoo Choi <chanwoo@kernel.org>
To: "Rafael J. Wysocki" <rafael@kernel.org>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	"open list:DEVICE FREQUENCY (DEVFREQ)" <linux-pm@vger.kernel.org>,
	Chanwoo Choi <cw00.choi@samsung.com>,
	Chanwoo Choi <chanwoo@kernel.org>,
	MyungJoo Ham <myungjoo.ham@samsung.com>,
	Kyungmin Park <kyungmin.park@samsung.com>
Subject: [GIT PULL] devfreq next for 6.18
Date: Fri, 12 Sep 2025 00:10:43 +0900	[thread overview]
Message-ID: <013e03cd-6d8d-4bf9-ba52-5001d10444b7@kernel.org> (raw)

Dear Rafael,

This is devfreq-next pull request. I add detailed description of
this pull request on the following tag. Please pull devfreq with
following updates.

Best Regards,
Chanwoo Choi


The following changes since commit 1b237f190eb3d36f52dffe07a40b5eb210280e00:

  Linux 6.17-rc3 (2025-08-24 12:04:12 -0400)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/linux.git tags/devfreq-next-for-6.18

for you to fetch changes up to eddb5ba91b289faa15117d4fc1c2fb223f3493c2:

  PM / devfreq: rockchip-dfi: add support for LPDDR5 (2025-09-09 23:37:39 +0900)
  
----------------------------------------------------------------
  
Update devfreq next for v6.18

Detailed description for this pull request:
- Add support for LPDDR5 for Rockhip RK3588 SoC on rockchip-dfi devfreq driver.

- Fix an issue where DDR cycle counts on RK3588/RK3528 with LPDDR4(X)
  are reported as half by adding a cycle multiplier to the DFI driver
  on rockchip-dfi devfreq-event driver.

- Fix missing error pointer dereference of regulator instance
  and remove redundant condition on on mtk-cci-devfreq.c devfreq driver.

----------------------------------------------------------------
Dan Carpenter (1):
      PM / devfreq: mtk-cci: Fix potential error pointer dereference in probe()

Liao Yuanhong (1):
      PM / devfreq: mtk-cci: avoid redundant conditions

Nicolas Frattaroli (2):
      PM / devfreq: rockchip-dfi: double count on RK3588
      PM / devfreq: rockchip-dfi: add support for LPDDR5

 drivers/devfreq/event/rockchip-dfi.c | 91 ++++++++++++++++++++++++++++--------
 drivers/devfreq/mtk-cci-devfreq.c    |  5 +-
 include/soc/rockchip/rk3588_grf.h    |  8 +++-
 include/soc/rockchip/rockchip_grf.h  |  1 +
 4 files changed, 82 insertions(+), 23 deletions(-)

             reply	other threads:[~2025-09-11 15:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-11 15:10 Chanwoo Choi [this message]
2025-09-11 16:13 ` [GIT PULL] devfreq next for 6.18 Rafael J. Wysocki

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=013e03cd-6d8d-4bf9-ba52-5001d10444b7@kernel.org \
    --to=chanwoo@kernel.org \
    --cc=cw00.choi@samsung.com \
    --cc=kyungmin.park@samsung.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=myungjoo.ham@samsung.com \
    --cc=rafael@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