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

Hi Rafael,

This pull request contains:

- Addition of SoCs to blocklist for cpufreq-dt driver (Bjorn Andersson
  and Thara Gopinath).

- Fix error path for scmi driver (Lukasz Luba).

- Temporarily disable highest frequency for armada, its unsafe and
  breaks stuff.

Thanks.

--
Viresh

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

The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:

  Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)

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 484f2b7c61b9ae58cc00c5127bcbcd9177af8dfe:

  cpufreq: armada-37xx: forbid cpufreq for 1.2 GHz variant (2021-08-09 09:31:22 +0530)

----------------------------------------------------------------
Bjorn Andersson (1):
      cpufreq: blacklist Qualcomm sc8180x in cpufreq-dt-platdev

Lukasz Luba (1):
      cpufreq: arm_scmi: Fix error path when allocation failed

Marek Behún (1):
      cpufreq: armada-37xx: forbid cpufreq for 1.2 GHz variant

Thara Gopinath (1):
      cpufreq: blocklist Qualcomm sm8150 in cpufreq-dt-platdev

 drivers/cpufreq/armada-37xx-cpufreq.c | 6 +++++-
 drivers/cpufreq/cpufreq-dt-platdev.c  | 2 ++
 drivers/cpufreq/scmi-cpufreq.c        | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)


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

* Re: [GIT PULL] cpufreq/arm fixes for 5.14
  2021-08-10  8:58 [GIT PULL] cpufreq/arm fixes for 5.14 Viresh Kumar
@ 2021-08-16 14:42 ` Rafael J. Wysocki
  2021-08-17  3:45   ` Viresh Kumar
  0 siblings, 1 reply; 4+ messages in thread
From: Rafael J. Wysocki @ 2021-08-16 14:42 UTC (permalink / raw)
  To: Viresh Kumar; +Cc: Rafael J. Wysocki, Linux PM

On Tue, Aug 10, 2021 at 10:58 AM Viresh Kumar <viresh.kumar@linaro.org> wrote:
>
> Hi Rafael,
>
> This pull request contains:
>
> - Addition of SoCs to blocklist for cpufreq-dt driver (Bjorn Andersson
>   and Thara Gopinath).
>
> - Fix error path for scmi driver (Lukasz Luba).
>
> - Temporarily disable highest frequency for armada, its unsafe and
>   breaks stuff.

I wasn;t able to pull last week, sorry about that.

> -------------------------8<-------------------------
>
> The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:
>
>   Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git cpufreq/arm/linux-next

And now it looks like there's more stuff on this branch.

Can you please create a branch with fixes only and send this again
with respect to that branch?

> for you to fetch changes up to 484f2b7c61b9ae58cc00c5127bcbcd9177af8dfe:
>
>   cpufreq: armada-37xx: forbid cpufreq for 1.2 GHz variant (2021-08-09 09:31:22 +0530)
>
> ----------------------------------------------------------------
> Bjorn Andersson (1):
>       cpufreq: blacklist Qualcomm sc8180x in cpufreq-dt-platdev
>
> Lukasz Luba (1):
>       cpufreq: arm_scmi: Fix error path when allocation failed
>
> Marek Behún (1):
>       cpufreq: armada-37xx: forbid cpufreq for 1.2 GHz variant
>
> Thara Gopinath (1):
>       cpufreq: blocklist Qualcomm sm8150 in cpufreq-dt-platdev
>
>  drivers/cpufreq/armada-37xx-cpufreq.c | 6 +++++-
>  drivers/cpufreq/cpufreq-dt-platdev.c  | 2 ++
>  drivers/cpufreq/scmi-cpufreq.c        | 2 +-
>  3 files changed, 8 insertions(+), 2 deletions(-)
>

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

* Re: [GIT PULL] cpufreq/arm fixes for 5.14
  2021-08-16 14:42 ` Rafael J. Wysocki
@ 2021-08-17  3:45   ` Viresh Kumar
  2021-08-17 18:55     ` Rafael J. Wysocki
  0 siblings, 1 reply; 4+ messages in thread
From: Viresh Kumar @ 2021-08-17  3:45 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: Linux PM

On 16-08-21, 16:42, Rafael J. Wysocki wrote:
> And now it looks like there's more stuff on this branch.

Sorry about that.

Hi Rafael,

This pull request contains:

- Addition of SoCs to blocklist for cpufreq-dt driver (Bjorn Andersson
  and Thara Gopinath).

- Fix error path for scmi driver (Lukasz Luba).

- Temporarily disable highest frequency for armada, its unsafe and
  breaks stuff.

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

The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:

  Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)

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 484f2b7c61b9ae58cc00c5127bcbcd9177af8dfe:

  cpufreq: armada-37xx: forbid cpufreq for 1.2 GHz variant (2021-08-09 09:31:22 +0530)

----------------------------------------------------------------
Bjorn Andersson (1):
      cpufreq: blacklist Qualcomm sc8180x in cpufreq-dt-platdev

Lukasz Luba (1):
      cpufreq: arm_scmi: Fix error path when allocation failed

Marek Behún (1):
      cpufreq: armada-37xx: forbid cpufreq for 1.2 GHz variant

Thara Gopinath (1):
      cpufreq: blocklist Qualcomm sm8150 in cpufreq-dt-platdev

 drivers/cpufreq/armada-37xx-cpufreq.c | 6 +++++-
 drivers/cpufreq/cpufreq-dt-platdev.c  | 2 ++
 drivers/cpufreq/scmi-cpufreq.c        | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

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

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

On Tue, Aug 17, 2021 at 5:45 AM Viresh Kumar <viresh.kumar@linaro.org> wrote:
>
> On 16-08-21, 16:42, Rafael J. Wysocki wrote:
> > And now it looks like there's more stuff on this branch.
>
> Sorry about that.
>
> Hi Rafael,
>
> This pull request contains:
>
> - Addition of SoCs to blocklist for cpufreq-dt driver (Bjorn Andersson
>   and Thara Gopinath).
>
> - Fix error path for scmi driver (Lukasz Luba).
>
> - Temporarily disable highest frequency for armada, its unsafe and
>   breaks stuff.
>
> -------------------------8<-------------------------
>
> The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:
>
>   Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)
>
> 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 484f2b7c61b9ae58cc00c5127bcbcd9177af8dfe:
>
>   cpufreq: armada-37xx: forbid cpufreq for 1.2 GHz variant (2021-08-09 09:31:22 +0530)

Pulled, thanks!

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

end of thread, other threads:[~2021-08-17 18:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-10  8:58 [GIT PULL] cpufreq/arm fixes for 5.14 Viresh Kumar
2021-08-16 14:42 ` Rafael J. Wysocki
2021-08-17  3:45   ` Viresh Kumar
2021-08-17 18:55     ` 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.