lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Sat, 3 Dec 2022 14:55:02 +0900
From:   Chanwoo Choi <cwchoi00@...il.com>
To:     "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>
Cc:     Chanwoo Choi <cw00.choi@...sung.com>,
        Chanwoo Choi <chanwoo@...nel.org>,
        MyungJoo Ham <myungjoo.ham@...sung.com>,
        Kyungmin Park <kyungmin.park@...sung.com>
Subject: [GIT PULL] devfreq next for 6.2

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(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ