Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1473199
| From | Leo Yan <leo.yan@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/3] arm64: Hikey: enable CPUFreq and thermal drivers |
| Date | 2016-08-31 11:00 +0200 |
| Message-ID | <sc9xf-cp-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/3] arm64: Hikey: enable CPUFreq and thermal drivers Leo Yan <leo.yan@linaro.org> - 2016-08-31 11:00 +0200
[PATCH 3/3] arm64: defconfig: enable two common modules for power management Leo Yan <leo.yan@linaro.org> - 2016-08-31 11:00 +0200
[PATCH 2/3] thermal: hisilicon: fix for dependency Leo Yan <leo.yan@linaro.org> - 2016-08-31 11:00 +0200
[PATCH 1/3] clk: Hi6220: enable stub clock driver for ARCH_HISI Leo Yan <leo.yan@linaro.org> - 2016-08-31 11:00 +0200
Re: [PATCH 1/3] clk: Hi6220: enable stub clock driver for ARCH_HISI Stephen Boyd <sboyd@codeaurora.org> - 2016-09-01 00:50 +0200
csiph-web