From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shawn Guo Subject: [PATCH v2 0/2] Add imx6q-cpufreq driver support Date: Thu, 10 Jan 2013 16:34:21 +0800 Message-ID: <1357806863-6899-1-git-send-email-shawn.guo@linaro.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from va3ehsobe003.messaging.microsoft.com ([216.32.180.13]:12499 "EHLO va3outboundpool.messaging.microsoft.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751994Ab3AJIeu (ORCPT ); Thu, 10 Jan 2013 03:34:50 -0500 Sender: linux-pm-owner@vger.kernel.org List-Id: linux-pm@vger.kernel.org To: cpufreq@vger.kernel.org, linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: "Rafael J. Wysocki" , Sascha Hauer , Viresh Kumar , Shawn Guo Changes since v1: - Drop patch "PM / OPP: Export more symbols for module usage", as there is already one "[PATCH 5/6 v9] power: export opp cpufreq functions" from Mark Langsdorf. - Instead of having cpu_dev be the struct device retrieved from get_cpu_device(), have it be &pdev->dev, so that we can use managed functions to simplified the cleanup path. - Use dev_* rather than pr_* for message output - Fix Typos and others commented by Viresh and Sascha. Once the first patch gets accepted, I will apply the second one for going through arm-soc tree. Shawn Guo (2): cpufreq: add imx6q-cpufreq driver ARM: imx: enable imx6q-cpufreq support arch/arm/boot/dts/imx6q.dtsi | 19 ++- arch/arm/mach-imx/mach-imx6q.c | 65 +++++++++ drivers/cpufreq/Kconfig.arm | 9 ++ drivers/cpufreq/Makefile | 1 + drivers/cpufreq/imx6q-cpufreq.c | 296 +++++++++++++++++++++++++++++++++++++++ 5 files changed, 384 insertions(+), 6 deletions(-) create mode 100644 drivers/cpufreq/imx6q-cpufreq.c -- 1.7.9.5