mbox series

[GIT,PULL] devfreq next for 6.14

Message ID d9ae7d64-19b1-443b-b3c1-e8187bab11e1@kernel.org (mailing list archive)
State In Next
Delegated to: Rafael Wysocki
Headers show
Series [GIT,PULL] devfreq next for 6.14 | expand

Pull-request

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

Message

Chanwoo Choi Jan. 11, 2025, 12:11 p.m. UTC
Dear Rafael,

This is devfreq-next pull request for v6.14. 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 40384c840ea1944d7c5a392e8975ed088ecf0b37:

  Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)

are available in the Git repository at:

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

for you to fetch changes up to f3253b23535fda2436b2d5a3172260a75ca64091:

  PM / devfreq: exynos: remove unused function parameter (2025-01-11 21:03:07 +0900)

----------------------------------------------------------------
Update devfreq next for v6.14

Detailed description for this pull request:
- Call of_node_put() only once in devfreq_event_get_edev_by_phandle() on devfreq-event.c
- Remove unused function parameter of exynos_bus_parse_of() on exynos-bus.c

----------------------------------------------------------------
Jeongjun Park (1):
      PM / devfreq: exynos: remove unused function parameter

Markus Elfring (1):
      PM / devfreq: event: Call of_node_put() only once in devfreq_event_get_edev_by_phandle()

 drivers/devfreq/devfreq-event.c | 8 ++------
 drivers/devfreq/exynos-bus.c    | 5 ++---
 2 files changed, 4 insertions(+), 9 deletions(-)

Comments

Rafael J. Wysocki Jan. 13, 2025, 7:52 p.m. UTC | #1
Hi Chanwoo,

On Sat, Jan 11, 2025 at 1:11 PM Chanwoo Choi <chanwoo@kernel.org> wrote:
>
> Dear Rafael,
>
> This is devfreq-next pull request for v6.14. 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 40384c840ea1944d7c5a392e8975ed088ecf0b37:
>
>   Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/linux.git tags/devfreq-next-for-6.14
>
> for you to fetch changes up to f3253b23535fda2436b2d5a3172260a75ca64091:
>
>   PM / devfreq: exynos: remove unused function parameter (2025-01-11 21:03:07 +0900)
>
> ----------------------------------------------------------------
> Update devfreq next for v6.14
>
> Detailed description for this pull request:
> - Call of_node_put() only once in devfreq_event_get_edev_by_phandle() on devfreq-event.c
> - Remove unused function parameter of exynos_bus_parse_of() on exynos-bus.c
>
> ----------------------------------------------------------------
> Jeongjun Park (1):
>       PM / devfreq: exynos: remove unused function parameter
>
> Markus Elfring (1):
>       PM / devfreq: event: Call of_node_put() only once in devfreq_event_get_edev_by_phandle()
>
>  drivers/devfreq/devfreq-event.c | 8 ++------
>  drivers/devfreq/exynos-bus.c    | 5 ++---
>  2 files changed, 4 insertions(+), 9 deletions(-)

Pulled and added to linux-pm.git/linux-next, thanks!