From patchwork Mon Jun 24 05:50:35 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Viresh Kumar X-Patchwork-Id: 253625 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:770:15f::2]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 80ED92C0500 for ; Mon, 24 Jun 2013 15:51:21 +1000 (EST) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UqzgC-0001tD-PR; Mon, 24 Jun 2013 05:51:09 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UqzgA-0006lY-BP; Mon, 24 Jun 2013 05:51:06 +0000 Received: from mail-ob0-x22b.google.com ([2607:f8b0:4003:c01::22b]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Uqzg7-0006kl-4Q for linux-arm-kernel@lists.infradead.org; Mon, 24 Jun 2013 05:51:04 +0000 Received: by mail-ob0-f171.google.com with SMTP id dn14so10423932obc.30 for ; Sun, 23 Jun 2013 22:50:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type :x-gm-message-state; bh=7z6eDlFmJzxAOGOd7zSJUEtUluxtZ9YgharaVz7CFwA=; b=mGdWqyjWSLCwY1+UMG7djtH0lFCiLuTn8OC1zl36GHbCPXuC82dpXa965e/cfVKwk0 xCZ+ZQ6Gxy6vDHwBUPzanQSgkDg/d6Wi5YJ9ARiEc9M5wb/QiJoqFzdLfm5ogYUEXHAi 1ArzfXjNp/LusEx2CQ9lyTvmgNjKwoGAM4IO12oWm1qBQbRFZKQAAm5j3+clqWavWCnv I/g1G5bmPJIP+pxQ3HdmEKgR5vv5wlL4GOFBfx9u0aCNUqUC+2Yye1U6HN/Vjrcehuot PFMAq4brP72J7Hvdl2fiNOPxrvt54smXBxVIvDRfKuMaZAKQpkBvIXSAZET0dB2wwq8C 7MVA== MIME-Version: 1.0 X-Received: by 10.60.83.73 with SMTP id o9mr10028223oey.137.1372053036198; Sun, 23 Jun 2013 22:50:36 -0700 (PDT) Received: by 10.182.96.138 with HTTP; Sun, 23 Jun 2013 22:50:35 -0700 (PDT) Date: Mon, 24 Jun 2013 11:20:35 +0530 Message-ID: Subject: [GIT PULL] ARM: CPUFreq updates for 3.11 From: Viresh Kumar To: "Rafael J. Wysocki" X-Gm-Message-State: ALoCoQmD+unhxa9JeU9dZrKgbUeo9olGEi1UTxD8HLKp+7q0+39IocqUmgpZPdMoXSe6l5nqAFQW X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130624_015103_232788_ED4BD54A X-CRM114-Status: GOOD ( 10.49 ) X-Spam-Score: -1.9 (-) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-1.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: linux-arm-kernel@lists.infradead.org, Lists linaro-kernel , Linux Kernel Mailing List , cpufreq@vger.kernel.org, linux-pm@vger.kernel.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org Hi Rafael, This is part of my patchset "CPUFreq: Fix {PRE|POST}CHANGE notification sequence". It contains changes specific to cpufreq core and ARM drivers. I have left changes to non-ARM cpufreq drivers from this pull request. See if you can take them for 3.11. The following changes since commit 9e895ace5d82df8929b16f58e9f515f6d54ab82d: Linux 3.10-rc7 (2013-06-22 09:47:31 -1000) are available in the git repository at: git://git.linaro.org/people/vireshk/linux.git cpufreq-fix-notification-arm for you to fetch changes up to f2d65dd0d573e6961165f0be35bac84997b9e707: cpufreq: tegra: call CPUFREQ_POSTCHANGE notfier in error cases (2013-06-24 11:14:24 +0530) ---------------------------------------------------------------- Viresh Kumar (9): cpufreq: make sure frequency transitions are serialized cpufreq: arm-big-little: call CPUFREQ_POSTCHANGE notfier in error cases cpufreq: davinci: call CPUFREQ_POSTCHANGE notfier in error cases cpufreq: dbx500: call CPUFREQ_POSTCHANGE notfier in error cases cpufreq: exynos: call CPUFREQ_POSTCHANGE notfier in error cases cpufreq: imx6q: call CPUFREQ_POSTCHANGE notfier in error cases cpufreq: omap: call CPUFREQ_POSTCHANGE notfier in error cases cpufreq: s3c64xx: call CPUFREQ_POSTCHANGE notfier in error cases cpufreq: tegra: call CPUFREQ_POSTCHANGE notfier in error cases drivers/cpufreq/arm_big_little.c | 4 +--- drivers/cpufreq/cpufreq.c | 9 +++++++++ drivers/cpufreq/davinci-cpufreq.c | 3 +++ drivers/cpufreq/dbx500-cpufreq.c | 4 ++-- drivers/cpufreq/exynos-cpufreq.c | 10 ++++++++-- drivers/cpufreq/imx6q-cpufreq.c | 17 +++++++++++------ drivers/cpufreq/omap-cpufreq.c | 6 +++--- drivers/cpufreq/s3c64xx-cpufreq.c | 8 ++++++-- drivers/cpufreq/tegra-cpufreq.c | 4 ++-- 9 files changed, 45 insertions(+), 20 deletions(-)