mbox series

[GIT,PULL] OPP fixes for 5.10-rc2

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

Pull-request

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

Message

Viresh Kumar Oct. 27, 2020, 8:08 a.m. UTC
Hi Rafael,

This pull request contains following fixes:

- Don't remove the static OPPs erroneously.

- Check for the right condition before making an early exit.

- Avoid a lockdep by reducing the size of the critical section.

-------------------------8<-------------------------
The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

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

for you to fetch changes up to e0df59de670b48a923246fae1f972317b84b2764:

  opp: Reduce the size of critical section in _opp_table_kref_release() (2020-10-27 13:21:03 +0530)

----------------------------------------------------------------
Viresh Kumar (3):
      opp: Don't always remove static OPPs in _of_add_opp_table_v1()
      opp: Fix early exit from dev_pm_opp_register_set_opp_helper()
      opp: Reduce the size of critical section in _opp_table_kref_release()

 drivers/opp/core.c | 9 +++++----
 drivers/opp/of.c   | 2 ++
 2 files changed, 7 insertions(+), 4 deletions(-)

Comments

Rafael J. Wysocki Oct. 27, 2020, 5:59 p.m. UTC | #1
On Tue, Oct 27, 2020 at 9:08 AM Viresh Kumar <viresh.kumar@linaro.org> wrote:
>
> Hi Rafael,
>
> This pull request contains following fixes:
>
> - Don't remove the static OPPs erroneously.
>
> - Check for the right condition before making an early exit.
>
> - Avoid a lockdep by reducing the size of the critical section.
>
> -------------------------8<-------------------------
> The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:
>
>   Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git opp/fixes
>
> for you to fetch changes up to e0df59de670b48a923246fae1f972317b84b2764:
>
>   opp: Reduce the size of critical section in _opp_table_kref_release() (2020-10-27 13:21:03 +0530)

Pulled, thanks!