2023-04-16 14:21:18

by Chanwoo Choi

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

Dear Rafael,

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

Linux 6.3-rc2 (2023-03-12 16:36:44 -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.4

for you to fetch changes up to 376b1446153ca67e7028e6b9555d9b17477f568b:

PM / devfreq: exynos-ppmu: Use devm_platform_get_and_ioremap_resource() (2023-04-04 00:09:32 +0900)

----------------------------------------------------------------
Update devfreq next for v6.4

Detailed description for this pull request:
1. Remove unneeded SRCU selection in Kconfig because it's always set from
devfreq core.

2. Fix minor updates of devfreq drivers
- Drop of_match_ptr macro from exynos-bus.c because this driver is always using
the DT table for driver probe.
- Use the preferred of_property_present instead of the low-level of_get_property
on exynos-bus.c
- Use devm_platform_get_and_ioream_resource on exyno-ppmu.c
----------------------------------------------------------------

Krzysztof Kozlowski (1):
PM / devfreq: exyos-bus: drop of_match_ptr for ID table

Paul E. McKenney (1):
PM / devfreq: Remove "select SRCU"

Rob Herring (1):
PM / devfreq: exynos: Use of_property_present() for testing DT property presence

Yang Li (1):
PM / devfreq: exynos-ppmu: Use devm_platform_get_and_ioremap_resource()

drivers/devfreq/Kconfig | 1 -
drivers/devfreq/event/exynos-ppmu.c | 3 +--
drivers/devfreq/exynos-bus.c | 4 ++--
3 files changed, 3 insertions(+), 5 deletions(-)


2023-04-17 14:05:57

by Rafael J. Wysocki

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

On Sun, Apr 16, 2023 at 4:20 PM Chanwoo Choi <[email protected]> wrote:
>
> Dear Rafael,
>
> This is devfreq-next pull request for v6.4. 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 eeac8ede17557680855031c6f305ece2378af326:
>
> Linux 6.3-rc2 (2023-03-12 16:36:44 -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.4
>
> for you to fetch changes up to 376b1446153ca67e7028e6b9555d9b17477f568b:
>
> PM / devfreq: exynos-ppmu: Use devm_platform_get_and_ioremap_resource() (2023-04-04 00:09:32 +0900)
>
> ----------------------------------------------------------------
> Update devfreq next for v6.4
>
> Detailed description for this pull request:
> 1. Remove unneeded SRCU selection in Kconfig because it's always set from
> devfreq core.
>
> 2. Fix minor updates of devfreq drivers
> - Drop of_match_ptr macro from exynos-bus.c because this driver is always using
> the DT table for driver probe.
> - Use the preferred of_property_present instead of the low-level of_get_property
> on exynos-bus.c
> - Use devm_platform_get_and_ioream_resource on exyno-ppmu.c
> ----------------------------------------------------------------
>
> Krzysztof Kozlowski (1):
> PM / devfreq: exyos-bus: drop of_match_ptr for ID table
>
> Paul E. McKenney (1):
> PM / devfreq: Remove "select SRCU"
>
> Rob Herring (1):
> PM / devfreq: exynos: Use of_property_present() for testing DT property presence
>
> Yang Li (1):
> PM / devfreq: exynos-ppmu: Use devm_platform_get_and_ioremap_resource()
>
> drivers/devfreq/Kconfig | 1 -
> drivers/devfreq/event/exynos-ppmu.c | 3 +--
> drivers/devfreq/exynos-bus.c | 4 ++--
> 3 files changed, 3 insertions(+), 5 deletions(-)

Pulled and merged into the linux-next branch on linux-pm.git.

Thanks!