All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] cpufreq/arm updates for 5.15-rc1 - part 2
@ 2021-09-07  3:59 Viresh Kumar
  2021-09-07 13:44 ` Rafael J. Wysocki
  0 siblings, 1 reply; 2+ messages in thread
From: Viresh Kumar @ 2021-09-07  3:59 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: Linux PM

Hi Rafael,

This pull request adds a new cpufreq driver for Mediatek, which had
been going through reviews since last one year.

Thanks.

--
Viresh

-------------------------8<-------------------------
The following changes since commit f0712ace7fe0723b40733c3b98591d34c1b0bfb9:

  cpufreq: qcom-hw: Set dvfs_possible_from_any_cpu cpufreq driver flag (2021-08-30 10:43:35 +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 4855e26bcf4d28956f3e33231b961610a0d4a72d:

  cpufreq: mediatek-hw: Add support for CPUFREQ HW (2021-09-06 15:15:19 +0530)

----------------------------------------------------------------
Hector.Yuan (3):
      dt-bindings: cpufreq: add bindings for MediaTek cpufreq HW
      cpufreq: Add of_perf_domain_get_sharing_cpumask
      cpufreq: mediatek-hw: Add support for CPUFREQ HW

 .../bindings/cpufreq/cpufreq-mediatek-hw.yaml      |  70 +++++
 drivers/cpufreq/Kconfig.arm                        |  12 +
 drivers/cpufreq/Makefile                           |   1 +
 drivers/cpufreq/mediatek-cpufreq-hw.c              | 308 +++++++++++++++++++++
 include/linux/cpufreq.h                            |  58 +++-
 5 files changed, 448 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/cpufreq/cpufreq-mediatek-hw.yaml
 create mode 100644 drivers/cpufreq/mediatek-cpufreq-hw.c


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

* Re: [GIT PULL] cpufreq/arm updates for 5.15-rc1 - part 2
  2021-09-07  3:59 [GIT PULL] cpufreq/arm updates for 5.15-rc1 - part 2 Viresh Kumar
@ 2021-09-07 13:44 ` Rafael J. Wysocki
  0 siblings, 0 replies; 2+ messages in thread
From: Rafael J. Wysocki @ 2021-09-07 13:44 UTC (permalink / raw)
  To: Viresh Kumar; +Cc: Rafael J. Wysocki, Linux PM

On Tue, Sep 7, 2021 at 6:00 AM Viresh Kumar <viresh.kumar@linaro.org> wrote:
>
> Hi Rafael,
>
> This pull request adds a new cpufreq driver for Mediatek, which had
> been going through reviews since last one year.
>
> Thanks.
>
> --
> Viresh
>
> -------------------------8<-------------------------
> The following changes since commit f0712ace7fe0723b40733c3b98591d34c1b0bfb9:
>
>   cpufreq: qcom-hw: Set dvfs_possible_from_any_cpu cpufreq driver flag (2021-08-30 10:43:35 +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 4855e26bcf4d28956f3e33231b961610a0d4a72d:
>
>   cpufreq: mediatek-hw: Add support for CPUFREQ HW (2021-09-06 15:15:19 +0530)

Pulled, thanks!

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

end of thread, other threads:[~2021-09-07 13:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-07  3:59 [GIT PULL] cpufreq/arm updates for 5.15-rc1 - part 2 Viresh Kumar
2021-09-07 13:44 ` 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.