Re: GIT PULL] devfreq next for 6.12

From: Rafael J. Wysocki
Date: Mon Sep 09 2024 - 12:38:15 EST


Hi Chanwoo,

On Sun, Sep 8, 2024 at 4:42 PM Chanwoo Choi <chanwoo@xxxxxxxxxx> wrote:
>
> Dear Rafael,
>
> This is devfreq-next pull request for v6.12. 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 431c1646e1f86b949fa3685efc50b660a364c2b6:
>
> Linux 6.11-rc6 (2024-09-01 19:46:02 +1200)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/linux.git tags/devfreq-next-for-6.12
>
> for you to fetch changes up to d47552124bb0b9527da7a95357ae7d2e6046c4f6:
>
> PM / devfreq: imx-bus: Use of_property_present() (2024-09-05 01:23:56 +0900)
>
> ----------------------------------------------------------------
> Update devfreq next for v6.12
>
> Detailed description for this pull request:
> - Add missing MODULE_DESCRIPTION() macros for devfreq governors.
> - Use Use devm_clk_get_enabled() helpers for exyns-bus devfreq driver.
> - Use of_property_present() instead of of_get_property() for imx-bus devfreq driver.
> ----------------------------------------------------------------
> Anand Moon (1):
> PM / devfreq: exynos: Use Use devm_clk_get_enabled() helpers
>
> Jeff Johnson (1):
> PM/devfreq: governor: add missing MODULE_DESCRIPTION() macros
>
> Rob Herring (Arm) (1):
> PM / devfreq: imx-bus: Use of_property_present()
>
> drivers/devfreq/exynos-bus.c | 22 +++++-----------------
> drivers/devfreq/governor_performance.c | 1 +
> drivers/devfreq/governor_powersave.c | 1 +
> drivers/devfreq/governor_simpleondemand.c | 1 +
> drivers/devfreq/governor_userspace.c | 1 +
> drivers/devfreq/imx-bus.c | 2 +-
> 6 files changed, 10 insertions(+), 18 deletions(-)

Pulled and added to the linux-next branch in linux-pm.git, thanks!