All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] cpufreq/arm fixes for 5.12
@ 2021-02-18  9:18 Viresh Kumar
  2021-02-18 17:42 ` Rafael J. Wysocki
  0 siblings, 1 reply; 4+ messages in thread
From: Viresh Kumar @ 2021-02-18  9:18 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: Linux PM

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(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] cpufreq/arm fixes for 5.12
  2021-02-18  9:18 [GIT PULL] cpufreq/arm fixes for 5.12 Viresh Kumar
@ 2021-02-18 17:42 ` Rafael J. Wysocki
  0 siblings, 0 replies; 4+ messages in thread
From: Rafael J. Wysocki @ 2021-02-18 17:42 UTC (permalink / raw)
  To: Viresh Kumar; +Cc: Rafael J. Wysocki, Linux PM

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.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] cpufreq/arm fixes for 5.12
  2021-03-08 10:56 Viresh Kumar
@ 2021-03-08 16:02 ` Rafael J. Wysocki
  0 siblings, 0 replies; 4+ messages in thread
From: Rafael J. Wysocki @ 2021-03-08 16:02 UTC (permalink / raw)
  To: Viresh Kumar; +Cc: Rafael J. Wysocki, Linux PM

On Mon, Mar 8, 2021 at 11:56 AM Viresh Kumar <viresh.kumar@linaro.org> wrote:
>
> Hi Rafael,
>
> This pull request contains:
>
> - Two patches for qcom-hw driver to fix dereferencing and return value
>   check.
>
> - Add vexpress to cpufreq-dt blacklist.
>
> Thanks.
>
> --
> Viresh
>
> -------------------------8<-------------------------
>
> The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
>
>   Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git cpufreq/arm/fixes
>
> for you to fetch changes up to fbb31cb805fd3574d3be7defc06a7fd2fd9af7d2:
>
>   cpufreq: blacklist Arm Vexpress platforms in cpufreq-dt-platdev (2021-03-08 16:20:07 +0530)
>

Pulled, thanks!

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] cpufreq/arm fixes for 5.12
@ 2021-03-08 10:56 Viresh Kumar
  2021-03-08 16:02 ` Rafael J. Wysocki
  0 siblings, 1 reply; 4+ messages in thread
From: Viresh Kumar @ 2021-03-08 10:56 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: Linux PM

Hi Rafael,

This pull request contains:

- Two patches for qcom-hw driver to fix dereferencing and return value
  check.

- Add vexpress to cpufreq-dt blacklist.

Thanks.

--
Viresh

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

The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

  Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)

are available in the Git repository at:

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

for you to fetch changes up to fbb31cb805fd3574d3be7defc06a7fd2fd9af7d2:

  cpufreq: blacklist Arm Vexpress platforms in cpufreq-dt-platdev (2021-03-08 16:20:07 +0530)

----------------------------------------------------------------
Shawn Guo (1):
      cpufreq: qcom-hw: fix dereferencing freed memory 'data'

Sudeep Holla (1):
      cpufreq: blacklist Arm Vexpress platforms in cpufreq-dt-platdev

Wei Yongjun (1):
      cpufreq: qcom-hw: Fix return value check in qcom_cpufreq_hw_cpu_init()

 drivers/cpufreq/cpufreq-dt-platdev.c | 2 ++
 drivers/cpufreq/qcom-cpufreq-hw.c    | 6 +++---
 2 files changed, 5 insertions(+), 3 deletions(-)

-- 
viresh

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-03-08 16:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-18  9:18 [GIT PULL] cpufreq/arm fixes for 5.12 Viresh Kumar
2021-02-18 17:42 ` Rafael J. Wysocki
2021-03-08 10:56 Viresh Kumar
2021-03-08 16:02 ` Rafael J. Wysocki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.