[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAJZ5v0h4AnXq0BbgLWk5BGQp8Kx4FhbGOacDCxH6SNoz6bR+rA@mail.gmail.com>
Date: Mon, 5 Dec 2022 15:21:29 +0100
From: "Rafael J. Wysocki" <rafael@...nel.org>
To: Chanwoo Choi <cwchoi00@...il.com>
Cc: "Rafael J. Wysocki" <rafael@...nel.org>,
"open list:DEVICE FREQUENCY (DEVFREQ)" <linux-pm@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Chanwoo Choi <cw00.choi@...sung.com>,
Chanwoo Choi <chanwoo@...nel.org>,
MyungJoo Ham <myungjoo.ham@...sung.com>,
Kyungmin Park <kyungmin.park@...sung.com>
Subject: Re: [GIT PULL] devfreq next for 6.2
On Sat, Dec 3, 2022 at 6:55 AM Chanwoo Choi <cwchoi00@...il.com> wrote:
>
> Dear Rafael,
>
> This is devfreq-next pull request for v6.2. I add detailed description of
> this pull request on the following tag. Please pull devfreq with
> following updates.
>
> I'm so sorry for late pull request.
>
> Best Regards,
> Chanwoo Choi
>
> The following changes since commit 094226ad94f471a9f19e8f8e7140a09c2625abaa:
>
> Linux 6.1-rc5 (2022-11-13 13:12:55 -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.2
>
> for you to fetch changes up to 378e392fa97e869cb5f90e42ae2959444dac7d47:
>
> PM / devfreq: event: use devm_platform_get_and_ioremap_resource() (2022-12-03 08:22:12 +0900)
>
> ----------------------------------------------------------------
>
> Update devfreq next for v6.2
>
> Detailed description for this pull request:
> - Add a private governor_data for governor. The private governor_data
> is allocated and handled by governor regardless of passing the data
> from devfreq driver via devfreq_add_device. The added private governor
> keeps the governor own data when switching from userspace
> governor and other governors.
>
> - Replace code by using defined functions of
> device_match_of_node and devm_platform_get_and_ioremap_resource
>
> ----------------------------------------------------------------
>
> Kant Fan (1):
> PM/devfreq: governor: Add a private governor_data for governor
>
> Minghao Chi (1):
> PM / devfreq: event: use devm_platform_get_and_ioremap_resource()
>
> ye xingchen (2):
> PM / devfreq: Use device_match_of_node()
> PM / devfreq: event: Use device_match_of_node()
>
> drivers/devfreq/devfreq-event.c | 2 +-
> drivers/devfreq/devfreq.c | 8 +++-----
> drivers/devfreq/event/exynos-nocp.c | 3 +--
> drivers/devfreq/governor_userspace.c | 12 ++++++------
> include/linux/devfreq.h | 7 ++++---
> 5 files changed, 15 insertions(+), 17 deletions(-)
Pulled and added to my linux-next branch, thanks!
Powered by blists - more mailing lists