linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] arm64: Hikey: enable CPUFreq and thermal drivers
@ 2016-08-31  8:50 Leo Yan
  2016-08-31  8:50 ` [PATCH 1/3] clk: Hi6220: enable stub clock driver for ARCH_HISI Leo Yan
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Leo Yan @ 2016-08-31  8:50 UTC (permalink / raw)
  To: Catalin Marinas, Will Deacon, Michael Turquette, Stephen Boyd,
	Zhang Rui, Eduardo Valentin, Arnd Bergmann, Simon Horman,
	Krzysztof Kozlowski, Thierry Reding, Riku Voipio,
	Srinivas Kandagatla, Rob Herring, Philipp Zabel
  Cc: linux-arm-kernel, linux-kernel, linux-clk, linux-pm, Guodong Xu,
	Amit Kucheria, Leo Yan

Currently most power management code of 96boards Hikey have been merged
into mainline kernel, but some of them have not been built by default;
So this patch series is to build all these modules properly.

The software layer is as below:

                        set constraint
    cpufreq-dt driver  <--------------  thermal/cpu_cooling driver
           |                                       |
	   V                                       V
  hi6220 stub clock driver                hisi thermal driver

So first two patches are two enable fundamental modules for hi6220 stub
clock driver and hisilicon thermal driver. Based on these two drivers,
we also need enable common drivers for cpufreq-dt.c and cpu_cooling.c;
these two drivers are commonly used by other platforms, so enable these
two common drivers in arm64's defconfig. arm32's defconfig has enabled
these two configurations yet.

Leo Yan (3):
  clk: Hi6220: enable stub clock driver for ARCH_HISI
  thermal: hisilicon: fix for dependency
  arm64: defconfig: enable two common modules for power management

 arch/arm64/configs/defconfig  | 2 ++
 drivers/clk/hisilicon/Kconfig | 1 +
 drivers/thermal/Kconfig       | 4 +++-
 3 files changed, 6 insertions(+), 1 deletion(-)

-- 
1.9.1

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

end of thread, other threads:[~2016-11-16  5:32 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-31  8:50 [PATCH 0/3] arm64: Hikey: enable CPUFreq and thermal drivers Leo Yan
2016-08-31  8:50 ` [PATCH 1/3] clk: Hi6220: enable stub clock driver for ARCH_HISI Leo Yan
2016-08-31 22:40   ` Stephen Boyd
2016-11-12 12:02     ` Leo Yan
2016-11-15  2:40       ` Stephen Boyd
2016-11-15  2:41   ` Stephen Boyd
2016-11-15  2:43     ` Leo Yan
2016-08-31  8:50 ` [PATCH 2/3] thermal: hisilicon: fix for dependency Leo Yan
2016-11-12 12:05   ` Leo Yan
2016-11-15 12:24     ` Zhang Rui
2016-11-16  5:32       ` Leo Yan
2016-08-31  8:50 ` [PATCH 3/3] arm64: defconfig: enable two common modules for power management Leo Yan

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