Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932414AbbBZNWX (ORCPT ); Thu, 26 Feb 2015 08:22:23 -0500 Received: from mail-pd0-f180.google.com ([209.85.192.180]:35123 "EHLO mail-pd0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753551AbbBZNWU (ORCPT ); Thu, 26 Feb 2015 08:22:20 -0500 From: Leo Yan To: "Rafael J . Wysocki" , Viresh Kumar , linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Dan Zhao , zhenwei.wang@hisilicon.com, mohaoju@hisilicon.com Cc: Leo Yan Subject: [PATCH 0/2] cpufreq: hisilicon acpu support Date: Thu, 26 Feb 2015 21:21:37 +0800 Message-Id: <1424956899-8891-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 Content-Length: 938 Lines: 23 This series adds support for hisilicon acpu cpufreq driver, which has been tested on Linaro's 96board "hikey" with hi6220 SoC. Leo Yan (2): cpufreq: hisilicon: add acpu driver dt-bindings: cpufreq: document for hisilicon acpu driver .../bindings/cpufreq/cpufreq-hisi-acpu.txt | 112 +++++++ drivers/cpufreq/Kconfig.arm | 9 + drivers/cpufreq/Makefile | 1 + drivers/cpufreq/hisi-acpu-cpufreq.c | 324 +++++++++++++++++++++ 4 files changed, 446 insertions(+) create mode 100644 Documentation/devicetree/bindings/cpufreq/cpufreq-hisi-acpu.txt create mode 100644 drivers/cpufreq/hisi-acpu-cpufreq.c -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/