mbox series

[GIT,PULL] opp/fixes for 5.4-rc

Message ID 20191023053517.aa7not4zqjt5tvtw@vireshk-i7 (mailing list archive)
State Accepted, archived
Headers show
Series [GIT,PULL] opp/fixes for 5.4-rc | expand

Pull-request

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

Message

Viresh Kumar Oct. 23, 2019, 5:35 a.m. UTC
Hi Rafael,

This pull request contains:

- Patch to revert addition of regulator enable/disable in OPP core
  (Marek).
- Remove incorrect lockdep assert (Viresh).
- Fix a kref counting issue (Viresh).

--
viresh

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

The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:

  Linux 5.4-rc1 (2019-09-30 10:35:40 -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 b19c23551be8de0d4e59fe6af70f10763e3cc595:

  opp: Reinitialize the list_kref before adding the static OPPs again (2019-10-23 10:58:44 +0530)

----------------------------------------------------------------
Marek Szyprowski (1):
      opp: core: Revert "add regulators enable and disable"

Viresh Kumar (2):
      opp: of: drop incorrect lockdep_assert_held()
      opp: Reinitialize the list_kref before adding the static OPPs again

 drivers/opp/core.c | 16 +++-------------
 drivers/opp/of.c   |  9 +++++++--
 2 files changed, 10 insertions(+), 15 deletions(-)

Comments

Rafael J. Wysocki Oct. 23, 2019, 8:33 a.m. UTC | #1
On Wed, Oct 23, 2019 at 7:35 AM Viresh Kumar <viresh.kumar@linaro.org> wrote:
>
> Hi Rafael,
>
> This pull request contains:
>
> - Patch to revert addition of regulator enable/disable in OPP core
>   (Marek).
> - Remove incorrect lockdep assert (Viresh).
> - Fix a kref counting issue (Viresh).

Pulled, thanks!