mbox series

[GIT,PULL] devfreq next for v5.7

Message ID 21bd6b76-5a3e-96c1-4184-49e96ea5f594@samsung.com (mailing list archive)
State Mainlined, archived
Headers show
Series [GIT,PULL] devfreq next for v5.7 | expand

Pull-request

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

Message

Chanwoo Choi March 24, 2020, 11:54 p.m. UTC
Dear Rafael,

This is devfreq-next pull request for v5.7-rc1. I add detailed description of
this pull request on the following tag. Please pull devfreq with following updates.
- tag name : devfreq-next-for-5.7

Best Regards,
Chanwoo Choi

The following changes since commit 16fbf79b0f83bc752cee8589279f1ebfe57b3b6e:

  Linux 5.6-rc7 (2020-03-22 18:31:56 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 7a51320ecd394202d80131ad7837a72ca2213e64:

  PM / devfreq: Get rid of some doc warnings (2020-03-25 08:35:03 +0900)

----------------------------------------------------------------

Detailed description for this pull request:
1. Update devfreq code with minor issue:
- Remove unneeded extern keyword from devfreq header file.

- Change to DEVFREQ_GOV_UPDATE_INTERNAL event name because
  old DEVFREQ_GOV_INTERNAL name doesn't specify exactly what to do.

- Fix handling code of return value of dev_pm_qos_remove_request().

- Use constant name for userspace governor with DEVFREQ_GOV_USERSPACE.

- Get rid of doc warnings and  fix typo.

----------------------------------------------------------------

Chanwoo Choi (2):
      PM / devfreq: Remove unneeded extern keyword
      PM / devfreq: Change to DEVFREQ_GOV_UPDATE_INTERVAL event name

Christophe JAILLET (1):
      PM / devfreq: Fix a typo in a comment

Leonard Crestez (1):
      PM / devfreq: Fix handling dev_pm_qos_remove_request result

Mauro Carvalho Chehab (1):
      PM / devfreq: Get rid of some doc warnings

pierre Kuo (1):
      PM / devfreq: Use constant name of userspace governor

 drivers/devfreq/devfreq.c                 |  14 ++--
 drivers/devfreq/governor.h                |  21 +++---
 drivers/devfreq/governor_simpleondemand.c |   4 +-
 drivers/devfreq/governor_userspace.c      |   2 +-
 drivers/devfreq/tegra30-devfreq.c         |   4 +-
 include/linux/devfreq.h                   | 106 +++++++++++++++---------------
 6 files changed, 74 insertions(+), 77 deletions(-)

Comments

Rafael J. Wysocki March 25, 2020, 9:57 a.m. UTC | #1
On Wed, Mar 25, 2020 at 12:45 AM Chanwoo Choi <cw00.choi@samsung.com> wrote:
>
> Dear Rafael,
>
> This is devfreq-next pull request for v5.7-rc1. I add detailed description of
> this pull request on the following tag. Please pull devfreq with following updates.
> - tag name : devfreq-next-for-5.7
>
> Best Regards,
> Chanwoo Choi
>
> The following changes since commit 16fbf79b0f83bc752cee8589279f1ebfe57b3b6e:
>
>   Linux 5.6-rc7 (2020-03-22 18:31:56 -0700)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/linux.git tags/devfreq-next-for-5.7

Pulled, thanks!