devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v7] cpufreq: mediatek-hw: Add support for Mediatek cpufreq HW driver
@ 2020-09-10  4:31 Hector Yuan
  2020-09-10  4:31 ` [PATCH v7 1/2] " Hector Yuan
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Hector Yuan @ 2020-09-10  4:31 UTC (permalink / raw)
  To: linux-mediatek, linux-arm-kernel, linux-pm, devicetree,
	Rafael J. Wysocki, Viresh Kumar, Rob Herring
  Cc: linux-kernel, wsd_upstream, hector.yuan

The CPUfreq HW present in some Mediatek chipsets offloads the steps necessary for changing the frequency of CPUs. 
The driver implements the cpufreq driver interface for this hardware engine. 

This patch depends on the MT6779 DTS patch submitted by Hanks Chen
 https://lkml.org/lkml/2020/8/4/1094


Hector.Yuan (2):
  cpufreq: mediatek-hw: Add support for Mediatek cpufreq HW driver
  dt-bindings: cpufreq: add bindings for MediaTek cpufreq HW

 .../bindings/cpufreq/cpufreq-mediatek-hw.yaml      |  141 ++++++++++
 drivers/cpufreq/Kconfig.arm                        |   12 +
 drivers/cpufreq/Makefile                           |    1 +
 drivers/cpufreq/mediatek-cpufreq-hw.c              |  277 ++++++++++++++++++++
 4 files changed, 431 insertions(+)
 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] 16+ messages in thread

end of thread, other threads:[~2020-10-05  2:29 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-10  4:31 [PATCH v7] cpufreq: mediatek-hw: Add support for Mediatek cpufreq HW driver Hector Yuan
2020-09-10  4:31 ` [PATCH v7 1/2] " Hector Yuan
2020-09-10  4:31 ` [PATCH v7 2/2] dt-bindings: cpufreq: add bindings for MediaTek cpufreq HW Hector Yuan
2020-09-21  2:23   ` Hector Yuan
2020-09-22 20:28   ` Rob Herring
2020-09-23 13:10     ` Hector Yuan
2020-09-24  2:36       ` Hector Yuan
2020-09-25  2:27       ` Hector Yuan
2020-09-25  6:15         ` Viresh Kumar
2020-09-25  7:25           ` Hector Yuan
2020-10-05  2:29             ` Hector Yuan
2020-09-10  5:03 ` [PATCH v7] cpufreq: mediatek-hw: Add support for Mediatek cpufreq HW driver Viresh Kumar
2020-09-10  5:30   ` Hector Yuan
2020-09-10  5:34     ` Viresh Kumar
2020-09-16 11:39       ` Hector Yuan
2020-09-17  2:31         ` Hector Yuan

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