linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] cpufreq/arm updates for 6.1
@ 2022-09-26 10:35 Viresh Kumar
  2022-09-29 19:25 ` Rafael J. Wysocki
  0 siblings, 1 reply; 2+ messages in thread
From: Viresh Kumar @ 2022-09-26 10:35 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: Linux PM

Hi Rafael,

The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:

  Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git tags/cpufreq-arm-updates-6.1

for you to fetch changes up to c4c0efb06f17fa4a37ad99e7752b18a5405c76dc:

  cpufreq: qcom-cpufreq-hw: Add cpufreq qos for LMh (2022-09-26 14:05:45 +0530)

----------------------------------------------------------------
cpufreq/arm updates for 6.1-rc1

- Add SM6115 to cpufreq-dt blocklist (Adam Skladowski).
- Add support for Tegra239 and minor cleanups (Sumit Gupta, ye xingchen,
  and Yang Yingliang).
- Add freq qos for qcom cpufreq driver and minor cleanups (Xuewen Yan,
  and Viresh Kumar).
- Minor cleanups around functions called at module_init() (Xiu Jianfeng).
- Use module_init and add module_exit for bmips driver (Zhang Jianhua).

----------------------------------------------------------------
Adam Skladowski (1):
      cpufreq: Add SM6115 to cpufreq-dt-platdev blocklist

Sumit Gupta (1):
      cpufreq: tegra194: Add support for Tegra239

Viresh Kumar (1):
      cpufreq: qcom-cpufreq-hw: Fix uninitialized throttled_freq warning

Xiu Jianfeng (1):
      cpufreq: Add __init annotation to module init funcs

Xuewen Yan (1):
      cpufreq: qcom-cpufreq-hw: Add cpufreq qos for LMh

Yang Yingliang (1):
      cpufreq: tegra194: change tegra239_cpufreq_soc to static

Zhang Jianhua (1):
      cpufreq: bmips-cpufreq: Use module_init and add module_exit

ye xingchen (1):
      cpufreq: tegra194: Remove the unneeded result variable

 drivers/cpufreq/bmips-cpufreq.c      | 10 ++++++++--
 drivers/cpufreq/cpufreq-dt-platdev.c |  1 +
 drivers/cpufreq/highbank-cpufreq.c   |  2 +-
 drivers/cpufreq/qcom-cpufreq-hw.c    | 24 +++++++++++++++++++-----
 drivers/cpufreq/sti-cpufreq.c        |  2 +-
 drivers/cpufreq/tegra194-cpufreq.c   | 35 ++++++++++++++++-------------------
 drivers/cpufreq/ti-cpufreq.c         |  2 +-
 7 files changed, 47 insertions(+), 29 deletions(-)

-- 
viresh

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

* Re: [GIT PULL] cpufreq/arm updates for 6.1
  2022-09-26 10:35 [GIT PULL] cpufreq/arm updates for 6.1 Viresh Kumar
@ 2022-09-29 19:25 ` Rafael J. Wysocki
  0 siblings, 0 replies; 2+ messages in thread
From: Rafael J. Wysocki @ 2022-09-29 19:25 UTC (permalink / raw)
  To: Viresh Kumar; +Cc: Rafael J. Wysocki, Linux PM

On Mon, Sep 26, 2022 at 12:35 PM Viresh Kumar <viresh.kumar@linaro.org> wrote:
>
> Hi Rafael,
>
> The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:
>
>   Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git tags/cpufreq-arm-updates-6.1
>
> for you to fetch changes up to c4c0efb06f17fa4a37ad99e7752b18a5405c76dc:
>
>   cpufreq: qcom-cpufreq-hw: Add cpufreq qos for LMh (2022-09-26 14:05:45 +0530)
>
> ----------------------------------------------------------------
> cpufreq/arm updates for 6.1-rc1
>
> - Add SM6115 to cpufreq-dt blocklist (Adam Skladowski).
> - Add support for Tegra239 and minor cleanups (Sumit Gupta, ye xingchen,
>   and Yang Yingliang).
> - Add freq qos for qcom cpufreq driver and minor cleanups (Xuewen Yan,
>   and Viresh Kumar).
> - Minor cleanups around functions called at module_init() (Xiu Jianfeng).
> - Use module_init and add module_exit for bmips driver (Zhang Jianhua).
>
> ----------------------------------------------------------------
> Adam Skladowski (1):
>       cpufreq: Add SM6115 to cpufreq-dt-platdev blocklist
>
> Sumit Gupta (1):
>       cpufreq: tegra194: Add support for Tegra239
>
> Viresh Kumar (1):
>       cpufreq: qcom-cpufreq-hw: Fix uninitialized throttled_freq warning
>
> Xiu Jianfeng (1):
>       cpufreq: Add __init annotation to module init funcs
>
> Xuewen Yan (1):
>       cpufreq: qcom-cpufreq-hw: Add cpufreq qos for LMh
>
> Yang Yingliang (1):
>       cpufreq: tegra194: change tegra239_cpufreq_soc to static
>
> Zhang Jianhua (1):
>       cpufreq: bmips-cpufreq: Use module_init and add module_exit
>
> ye xingchen (1):
>       cpufreq: tegra194: Remove the unneeded result variable
>
>  drivers/cpufreq/bmips-cpufreq.c      | 10 ++++++++--
>  drivers/cpufreq/cpufreq-dt-platdev.c |  1 +
>  drivers/cpufreq/highbank-cpufreq.c   |  2 +-
>  drivers/cpufreq/qcom-cpufreq-hw.c    | 24 +++++++++++++++++++-----
>  drivers/cpufreq/sti-cpufreq.c        |  2 +-
>  drivers/cpufreq/tegra194-cpufreq.c   | 35 ++++++++++++++++-------------------
>  drivers/cpufreq/ti-cpufreq.c         |  2 +-
>  7 files changed, 47 insertions(+), 29 deletions(-)
>
> --

Pulled, thanks!

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

end of thread, other threads:[~2022-09-29 19:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-26 10:35 [GIT PULL] cpufreq/arm updates for 6.1 Viresh Kumar
2022-09-29 19:25 ` Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).