mbox series

[GIT,PULL] OPP fixes for 5.12

Message ID 20210218072055.tfnwyv3hzcrgtopx@vireshk-i7 (mailing list archive)
State Mainlined, archived
Headers show
Series [GIT,PULL] OPP fixes for 5.12 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git opp/linux-next

Message

Viresh Kumar Feb. 18, 2021, 7:20 a.m. UTC
Hi Rafael,

This pull request contains a single patch to fix an issue where a frequency
update may get skipped.

Thanks.

--
Viresh

-------------------------8<-------------------------

The following changes since commit 86ad9a24f21ea7aac7deed06fe9556392568d88a:

  PM / devfreq: Add required OPPs support to passive governor (2021-02-04 16:48:16 +0530)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git opp/linux-next

for you to fetch changes up to de04241ab87afcaac26f15fcc32a7bd27294dd47:

  opp: Don't skip freq update for different frequency (2021-02-18 12:31:08 +0530)

----------------------------------------------------------------
Jonathan Marek (1):
      opp: Don't skip freq update for different frequency

 drivers/opp/core.c | 8 +++++---
 drivers/opp/opp.h  | 2 ++
 2 files changed, 7 insertions(+), 3 deletions(-)

Comments

Rafael J. Wysocki Feb. 18, 2021, 5:41 p.m. UTC | #1
On Thu, Feb 18, 2021 at 8:21 AM Viresh Kumar <viresh.kumar@linaro.org> wrote:
>
> Hi Rafael,
>
> This pull request contains a single patch to fix an issue where a frequency
> update may get skipped.
>
> Thanks.
>
> --
> Viresh
>
> -------------------------8<-------------------------
>
> The following changes since commit 86ad9a24f21ea7aac7deed06fe9556392568d88a:
>
>   PM / devfreq: Add required OPPs support to passive governor (2021-02-04 16:48:16 +0530)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git opp/linux-next
>
> for you to fetch changes up to de04241ab87afcaac26f15fcc32a7bd27294dd47:
>
>   opp: Don't skip freq update for different frequency (2021-02-18 12:31:08 +0530)

Pulled, thanks!

Please note that this will be pushed after the previous PM pull
request has been merged, though.