From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933872AbcHaIzl (ORCPT ); Wed, 31 Aug 2016 04:55:41 -0400 Received: from mail-pf0-f182.google.com ([209.85.192.182]:33775 "EHLO mail-pf0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933533AbcHaIx1 (ORCPT ); Wed, 31 Aug 2016 04:53:27 -0400 From: Leo Yan 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@lists.infradead.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, linux-pm@vger.kernel.org, Guodong Xu , Amit Kucheria , Leo Yan Subject: [PATCH 0/3] arm64: Hikey: enable CPUFreq and thermal drivers Date: Wed, 31 Aug 2016 16:50:14 +0800 Message-Id: <1472633417-9330-1-git-send-email-leo.yan@linaro.org> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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