Message ID | 13b17bbe-8b72-8c87-0a08-073cafd04d71@gmail.com |
---|---|
State | New |
Headers | show |
Series | [GIT,PULL] devfreq next for 6.2 | expand |
On Sat, Dec 3, 2022 at 6:55 AM Chanwoo Choi <cwchoi00@gmail.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!