2024-05-08 16:00:55

by Chanwoo Choi

[permalink] [raw]
Subject: [GIT PULL] devfreq next for 6.10

Dear Rafael,

This is devfreq-next pull request for v6.10. 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 dd5a440a31fae6e459c0d6271dddd62825505361:

Linux 6.9-rc7 (2024-05-05 14:06:01 -0700)

are available in the Git repository at:

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

for you to fetch changes up to ccad360a2d415447bd6f0de9e873eec05442d159:

PM / devfreq: exynos: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions (2024-05-09 00:30:37 +0900)

----------------------------------------------------------------
Update devfreq next for v6.10

Detailed description for this pull request:
- Convert to platfrom remove callback to .remove_new ops for following drivers
: exyno-nocp.c/exynos-ppmu.c/mtk-cci-devfreq.c/sun8i-a33-mbus.c/rk3399_dmc.c

- Use DEFINE_SIMPLE_PM_OPS for exyno-bus.c driver
----------------------------------------------------------------
Anand Moon (1):
PM / devfreq: exynos: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions

Uwe Kleine-König (5):
PM / devfreq: exynos-nocp: Convert to platform remove callback returning void
PM / devfreq: exynos-ppmu: Convert to platform remove callback returning void
PM / devfreq: mtk-cci: Convert to platform remove callback returning void
PM / devfreq: sun8i-a33-mbus: Convert to platform remove callback returning void
PM / devfreq: rk3399_dmc: Convert to platform remove callback returning void

drivers/devfreq/event/exynos-nocp.c | 6 ++----
drivers/devfreq/event/exynos-ppmu.c | 6 ++----
drivers/devfreq/exynos-bus.c | 9 +++------
drivers/devfreq/mtk-cci-devfreq.c | 6 ++----
drivers/devfreq/rk3399_dmc.c | 6 ++----
drivers/devfreq/sun8i-a33-mbus.c | 6 ++----
6 files changed, 13 insertions(+), 26 deletions(-)


2024-05-08 16:20:35

by Rafael J. Wysocki

[permalink] [raw]
Subject: Re: [GIT PULL] devfreq next for 6.10

Hi,

On Wed, May 8, 2024 at 6:00 PM Chanwoo Choi <[email protected]> wrote:
>
> Dear Rafael,
>
> This is devfreq-next pull request for v6.10. 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 dd5a440a31fae6e459c0d6271dddd62825505361:
>
> Linux 6.9-rc7 (2024-05-05 14:06:01 -0700)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/linux.git tags/devfreq-next-for-6.10
>
> for you to fetch changes up to ccad360a2d415447bd6f0de9e873eec05442d159:
>
> PM / devfreq: exynos: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions (2024-05-09 00:30:37 +0900)
>
> ----------------------------------------------------------------
> Update devfreq next for v6.10
>
> Detailed description for this pull request:
> - Convert to platfrom remove callback to .remove_new ops for following drivers
> : exyno-nocp.c/exynos-ppmu.c/mtk-cci-devfreq.c/sun8i-a33-mbus.c/rk3399_dmc.c
>
> - Use DEFINE_SIMPLE_PM_OPS for exyno-bus.c driver
> ----------------------------------------------------------------
> Anand Moon (1):
> PM / devfreq: exynos: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
>
> Uwe Kleine-König (5):
> PM / devfreq: exynos-nocp: Convert to platform remove callback returning void
> PM / devfreq: exynos-ppmu: Convert to platform remove callback returning void
> PM / devfreq: mtk-cci: Convert to platform remove callback returning void
> PM / devfreq: sun8i-a33-mbus: Convert to platform remove callback returning void
> PM / devfreq: rk3399_dmc: Convert to platform remove callback returning void
>
> drivers/devfreq/event/exynos-nocp.c | 6 ++----
> drivers/devfreq/event/exynos-ppmu.c | 6 ++----
> drivers/devfreq/exynos-bus.c | 9 +++------
> drivers/devfreq/mtk-cci-devfreq.c | 6 ++----
> drivers/devfreq/rk3399_dmc.c | 6 ++----
> drivers/devfreq/sun8i-a33-mbus.c | 6 ++----
> 6 files changed, 13 insertions(+), 26 deletions(-)

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

Thanks!