mbox series

[GIT,PULL] OPP Fixes for 4.20-rc5

Message ID 20181126063721.4eysxp4bjpqiczny@vireshk-i7 (mailing list archive)
State Mainlined
Delegated to: Rafael Wysocki
Headers show
Series [GIT,PULL] OPP Fixes for 4.20-rc5 | expand

Pull-request

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

Message

Viresh Kumar Nov. 26, 2018, 6:37 a.m. UTC
Hi Rafael,

The following changes since commit 622fecbccfe86a8052dea6b512d3821dcce29994:

  opp: ti-opp-supply: Correct the supply in _get_optimal_vdd_voltage call (2018-11-13 09:40:29 +0530)

are available in the Git repository at:

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

for you to fetch changes up to 3e27c79c4b121a64e85f26ab8957e5d0a09ff28e:

  OPP: Fix parsing of multiple phandles in "operating-points-v2" property (2018-11-23 10:47:21 +0530)

----------------------------------------------------------------
Viresh Kumar (1):
      OPP: Fix parsing of multiple phandles in "operating-points-v2" property

YueHaibing (1):
      opp: ti-opp-supply: Fix platform_no_drv_owner.cocci warnings

 drivers/opp/of.c            | 6 ++----
 drivers/opp/ti-opp-supply.c | 1 -
 2 files changed, 2 insertions(+), 5 deletions(-)

Comments

Rafael J. Wysocki Nov. 26, 2018, 9:15 a.m. UTC | #1
On Mon, Nov 26, 2018 at 7:37 AM Viresh Kumar <viresh.kumar@linaro.org> wrote:
>
> Hi Rafael,
>
> The following changes since commit 622fecbccfe86a8052dea6b512d3821dcce29994:
>
>   opp: ti-opp-supply: Correct the supply in _get_optimal_vdd_voltage call (2018-11-13 09:40:29 +0530)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git opp/fixes-for-4.20
>
> for you to fetch changes up to 3e27c79c4b121a64e85f26ab8957e5d0a09ff28e:
>
>   OPP: Fix parsing of multiple phandles in "operating-points-v2" property (2018-11-23 10:47:21 +0530)

Pulled, thanks!