From patchwork Mon Aug 12 06:33:39 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Viresh Kumar X-Patchwork-Id: 266440 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from casper.infradead.org (unknown [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 3D1AE2C008E for ; Mon, 12 Aug 2013 16:34:22 +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 1V8lhh-0000yV-3i; Mon, 12 Aug 2013 06:34: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 1V8lhf-0007rO-0T; Mon, 12 Aug 2013 06:34:07 +0000 Received: from mail-oa0-f50.google.com ([209.85.219.50]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1V8lhZ-0007qQ-R6 for linux-arm-kernel@lists.infradead.org; Mon, 12 Aug 2013 06:34:02 +0000 Received: by mail-oa0-f50.google.com with SMTP id i4so9096834oah.23 for ; Sun, 11 Aug 2013 23:33:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-gm-message-state:mime-version:date:message-id:subject:from:to:cc :content-type; bh=LPaI5J9eLsocUD7qny+aziGbC1IuO/dRLd/OIQ2PRK0=; b=gdutbMRyTMyQRIbyU8xGj+VdwjZouLhhkaG/JSIXD5ilI69DcAThm9PFx1m2W/4Vw8 l/B0CG1BRcI19HsxUct436jJCika0TjlfeONwpOTSkeD1zJeQAIhW3MtJIpUKIx3qM/j u4m3+sihmoxmUexXoC2glTi4qthGA6Nqc2H6AmRb5MGdDBzWqCPJ7fQJK/WMEwh1ysFe HBhApda5/72afUUN/2RMTvw/JQDcjcMYOaKBovfLzPWkV7KJThwjLtbvyxaxds82lmrF 9HLGMuwwajygMMt8SWoFiiK6ZNfup258IQjqr60kavPM0EKe3+AAc3dpOJdY/40YDO7h lApg== X-Gm-Message-State: ALoCoQkKeP5kuEKKEUpr88nRFVw9PaZY3QTOGJRJZQhBrv6jpdS0iYDzzzemoMCNK7JKzWJFCoJj MIME-Version: 1.0 X-Received: by 10.182.237.50 with SMTP id uz18mr9579435obc.37.1376289220004; Sun, 11 Aug 2013 23:33:40 -0700 (PDT) Received: by 10.182.28.168 with HTTP; Sun, 11 Aug 2013 23:33:39 -0700 (PDT) Date: Mon, 12 Aug 2013 12:03:39 +0530 Message-ID: Subject: [GIT PULL]: CPUFreq: ARM Fixes for 3.12 From: Viresh Kumar To: "Rafael J. Wysocki" X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130812_023401_903286_EAC3E53F X-CRM114-Status: UNSURE ( 7.11 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.219.50 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Lists linaro-kernel , Bartlomiej Zolnierkiewicz , linux-pm@vger.kernel.org, cpufreq@vger.kernel.org, Amit Daniel Kachhap , linux-arm-kernel@lists.infradead.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, The following changes since commit d4e4ab86bcba5a72779c43dc1459f71fea3d89c8: Linux 3.11-rc5 (2013-08-11 18:04:20 -0700) are available in the git repository at: git://git.linaro.org/people/vireshk/linux.git cpufreq-fixes for you to fetch changes up to 45e12086263a53f16b489fc7f4f8f6348a688661: cpufreq: fix EXYNOS drivers selection (2013-08-12 12:00:21 +0530) ---------------------------------------------------------------- Amit Daniel Kachhap (1): cpufreq: exynos5440: Fix to skip when new frequency same as current Bartlomiej Zolnierkiewicz (1): cpufreq: fix EXYNOS drivers selection drivers/cpufreq/Kconfig.arm | 36 ++++++++++++++++++++++++------------ drivers/cpufreq/exynos-cpufreq.c | 1 - drivers/cpufreq/exynos-cpufreq.h | 21 +++++++++++++++++++++ drivers/cpufreq/exynos5440-cpufreq.c | 3 +++ 4 files changed, 48 insertions(+), 13 deletions(-) --- viresh