mbox series

[GIT,PULL] devfreq next for v5.12

Message ID f0478d74-5539-4ad1-5be0-1aa0b3931f26@samsung.com (mailing list archive)
State Mainlined, archived
Headers show
Series [GIT,PULL] devfreq next for v5.12 | expand

Pull-request

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

Message

Chanwoo Choi Feb. 9, 2021, 10:18 a.m. UTC
Dear Rafael,

This is devfreq-next pull request for v5.12-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.12

And OPP maintainer will send the pull request including the following patches:
[1] [v6,0/3] Add required-opps support to devfreq passive gov
- https://patchwork.kernel.org/project/linux-pm/cover/20210204081424.2219311-1-hsinyi@chromium.org/

Best Regards,
Chanwoo Choi

The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

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

for you to fetch changes up to fc1745c0e40cfc98c0bc466b95ddedf28e5019b4:

  PM / devfreq: rk3399_dmc: Remove unneeded semicolon (2021-02-02 16:17:27 +0900)

----------------------------------------------------------------
Update devfreq for 5.12

Detailed description for this pull request:

1. Code clean-up
- Correct the spelling of comment  in devfreq core
- Replace devfreq->dev.parent with dev in devfreq core
- Remove unneeded simicolon in rk3399_dmc.c

----------------------------------------------------------------
Lukasz Luba (1):
      PM / devfreq: Correct spelling in a comment

Yang Li (1):
      PM / devfreq: rk3399_dmc: Remove unneeded semicolon

pierre Kuo (1):
      PM / devfreq: Replace devfreq->dev.parent as dev in devfreq_add_device

 drivers/devfreq/devfreq.c    | 4 ++--
 drivers/devfreq/governor.h   | 2 +-
 drivers/devfreq/rk3399_dmc.c | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

Comments

Rafael J. Wysocki Feb. 9, 2021, 2:41 p.m. UTC | #1
On Tue, Feb 9, 2021 at 11:06 AM Chanwoo Choi <cw00.choi@samsung.com> wrote:
>
> Dear Rafael,
>
> This is devfreq-next pull request for v5.12-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.12
>
> And OPP maintainer will send the pull request including the following patches:
> [1] [v6,0/3] Add required-opps support to devfreq passive gov
> - https://patchwork.kernel.org/project/linux-pm/cover/20210204081424.2219311-1-hsinyi@chromium.org/
>
> Best Regards,
> Chanwoo Choi
>
> The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:
>
>   Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/linux.git tags/devfreq-next-for-5.12
>
> for you to fetch changes up to fc1745c0e40cfc98c0bc466b95ddedf28e5019b4:
>
>   PM / devfreq: rk3399_dmc: Remove unneeded semicolon (2021-02-02 16:17:27 +0900)

Pulled, thanks!