From patchwork Fri Jun 7 10:56:36 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Viresh Kumar X-Patchwork-Id: 249654 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 8D6F42C0098 for ; Fri, 7 Jun 2013 20:57:59 +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 1UkuM3-0006eg-Bh; Fri, 07 Jun 2013 10:57:11 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UkuLw-0000te-7D; Fri, 07 Jun 2013 10:57:04 +0000 Received: from mail-oa0-x231.google.com ([2607:f8b0:4003:c02::231]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UkuLr-0000sC-7T for linux-arm-kernel@lists.infradead.org; Fri, 07 Jun 2013 10:57:00 +0000 Received: by mail-oa0-f49.google.com with SMTP id k14so3102119oag.8 for ; Fri, 07 Jun 2013 03:56: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=0d0dUC9p77gAlVP+weYnUveJKAJhjMOOxe5P89FXrac=; b=KMzLl1d0kP37vjr5hAXDLqIvQV8Zq5ECYfDMG2zdrngTWhMadUuYU9c5TeVeaewTYb 99Wg0c788zPVhytGBevbm7jvecbNB/Loa2FUWTuZrez/5d/sXLPRTYgryShK+EkJ04Dw AkTCmK1lyioSWSNxl4afHXTeWVb7ZF49k8zDyr8/zvM44U9vxPn/YtJQ7ywy+HcCRUXg lBtP+x/OKYJrVTU1nejX7QcBEe7/JCdfsFeomHBAn+Fp4CgIV9/eZbDU1zwNjW9Qatms 4wgv8cdDz1XbbxxV6UwbTcHdhGR7uReJmcqbGImvm5Cd5CH77M+iecllwhzmWaHouHht W90A== MIME-Version: 1.0 X-Received: by 10.182.87.3 with SMTP id t3mr21362373obz.4.1370602596738; Fri, 07 Jun 2013 03:56:36 -0700 (PDT) Received: by 10.182.131.231 with HTTP; Fri, 7 Jun 2013 03:56:36 -0700 (PDT) Date: Fri, 7 Jun 2013 16:26:36 +0530 Message-ID: Subject: [GIT PULL] CPUFreq: ARM Updates for v3.11 From: Viresh Kumar To: "Rafael J. Wysocki" X-Gm-Message-State: ALoCoQnTQz1Q1U/m+J6Z8FVjAFhsiYIDbLztSYEjs5aHDOQZRPz3DWWVy4E/hjf+PUYTw9xkuv/Z X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130607_065659_358209_8B6B614E X-CRM114-Status: UNSURE ( 7.95 ) X-CRM114-Notice: Please train this message. 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: cpufreq@vger.kernel.org, Lists linaro-dev , Linux Kernel Mailing List , linux-arm-kernel@lists.infradead.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, The following changes since commit d683b96b072dc4680fc74964eca77e6a23d1fa6e: Linux 3.10-rc4 (2013-06-02 17:11:17 +0900) are available in the git repository at: git://git.linaro.org/people/vireshk/linux.git cpufreq-next for you to fetch changes up to f13ad5d9829c060fffe5bf45b05cc3c689a2e719: cpufreq: kirkwood: Select CPU_FREQ_TABLE option (2013-06-07 16:21:13 +0530) ---------------------------------------------------------------- Arnd Bergmann (2): cpufreq: SPEAr needs cpufreq table cpufreq: bit.LITTLE needs cpufreq table Ezequiel Garcia (1): cpufreq: kirkwood: Select CPU_FREQ_TABLE option drivers/cpufreq/Kconfig.arm | 3 +++ 1 file changed, 3 insertions(+) --- Viresh