mbox series

[GIT,PULL] OPP fixes for 5.9

Message ID 20200730045842.v6sei7nh2jc3cjwo@vireshk-mac-ubuntu (mailing list archive)
State Mainlined, archived
Headers show
Series [GIT,PULL] OPP fixes for 5.9 | expand

Pull-request

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

Message

Viresh Kumar July 30, 2020, 4:58 a.m. UTC
Hi Rafael,

This pull request contains following changes:

- Fix HTTP links (Alexander A. Klimov).

- Allow disabled OPPs in dev_pm_opp_get_freq() (Andrew-sh.Cheng).

- Add missing export (Valdis Kletnieks).

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

The following changes since commit 6544abc520f0fff701e9da382110dc29676c683a:

  opp: Increase parsed_static_opps in _of_add_opp_table_v1() (2020-07-16 08:50:54 +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 06a8a059e88bd73ee81a4ad19e97c04766f84def:

  opp: Allow disabled OPPs in dev_pm_opp_get_freq() (2020-07-24 08:05:54 +0530)

----------------------------------------------------------------
Alexander A. Klimov (1):
      opp: ti-opp-supply: Replace HTTP links with HTTPS ones

Andrew-sh.Cheng (1):
      opp: Allow disabled OPPs in dev_pm_opp_get_freq()

Valdis Kletnieks (1):
      opp: core: Add missing export for dev_pm_opp_adjust_voltage

 drivers/opp/core.c          | 3 ++-
 drivers/opp/ti-opp-supply.c | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

Comments

Rafael J. Wysocki July 30, 2020, 3:37 p.m. UTC | #1
Hi Viresh,

On Thu, Jul 30, 2020 at 6:58 AM Viresh Kumar <viresh.kumar@linaro.org> wrote:
>
> Hi Rafael,
>
> This pull request contains following changes:
>
> - Fix HTTP links (Alexander A. Klimov).
>
> - Allow disabled OPPs in dev_pm_opp_get_freq() (Andrew-sh.Cheng).
>
> - Add missing export (Valdis Kletnieks).
>
> -------------------------8<-------------------------
>
> The following changes since commit 6544abc520f0fff701e9da382110dc29676c683a:
>
>   opp: Increase parsed_static_opps in _of_add_opp_table_v1() (2020-07-16 08:50:54 +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 06a8a059e88bd73ee81a4ad19e97c04766f84def:
>
>   opp: Allow disabled OPPs in dev_pm_opp_get_freq() (2020-07-24 08:05:54 +0530)

Pulled, thanks!