mbox series

[GIT,PULL] cpufreq/arm fixes for 5.12

Message ID 20210218091849.6lem2iaags3dsrz3@vireshk-i7 (mailing list archive)
State Mainlined, archived
Headers show
Series [GIT,PULL] cpufreq/arm fixes for 5.12 | expand

Pull-request

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

Message

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

This pull request contains a single patch to fix issue with cpu hotplug and
policy recreation for qcom-cpufreq-hw driver..

Thanks.

--
Viresh

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

The following changes since commit 7114ebffd330bfc5a95b9832a70b6bd857d26fd8:

  cpufreq: remove tango driver (2021-01-21 09:34:46 +0530)

are available in the Git repository at:

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

for you to fetch changes up to 67fc209b527d023db4d087c68e44e9790aa089ef:

  cpufreq: qcom-hw: drop devm_xxx() calls from init/exit hooks (2021-02-18 14:35:18 +0530)

----------------------------------------------------------------
Shawn Guo (1):
      cpufreq: qcom-hw: drop devm_xxx() calls from init/exit hooks

 drivers/cpufreq/qcom-cpufreq-hw.c | 40 +++++++++++++++++++++++++++++++--------
 1 file changed, 32 insertions(+), 8 deletions(-)

Comments

Rafael J. Wysocki Feb. 18, 2021, 5:42 p.m. UTC | #1
On Thu, Feb 18, 2021 at 10:18 AM Viresh Kumar <viresh.kumar@linaro.org> wrote:
>
> Hi Rafael,
>
> This pull request contains a single patch to fix issue with cpu hotplug and
> policy recreation for qcom-cpufreq-hw driver..
>
> Thanks.
>
> --
> Viresh
>
> -------------------------8<-------------------------
>
> The following changes since commit 7114ebffd330bfc5a95b9832a70b6bd857d26fd8:
>
>   cpufreq: remove tango driver (2021-01-21 09:34:46 +0530)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git cpufreq/arm/linux-next
>
> for you to fetch changes up to 67fc209b527d023db4d087c68e44e9790aa089ef:
>
>   cpufreq: qcom-hw: drop devm_xxx() calls from init/exit hooks (2021-02-18 14:35:18 +0530)

Pulled, thanks!

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