From patchwork Mon Sep 9 22:42:33 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Hilman X-Patchwork-Id: 273715 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 D56EA2C00F8 for ; Tue, 10 Sep 2013 08:44:02 +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 1VJAAy-0007DR-0h; Mon, 09 Sep 2013 22:43:20 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VJAAr-0003fd-V9; Mon, 09 Sep 2013 22:43:13 +0000 Received: from mail-pb0-f43.google.com ([209.85.160.43]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VJAAg-0003ct-Aw for linux-arm-kernel@lists.infradead.org; Mon, 09 Sep 2013 22:43:04 +0000 Received: by mail-pb0-f43.google.com with SMTP id md4so6697258pbc.30 for ; Mon, 09 Sep 2013 15:42:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=GPC8sq2Tcqa71ECO2q/nnaFnlCqX7VEPxxw40dGi+Z4=; b=Uf3Y07ui11zFeWrRqm4M1ENJNlZ9JsMEOn7vGTFO61nKfkgXB/s7ZJRRZn+/inRyTs ftPVAC3ygCZ5LZeoJ0mocsLih59WnZT3bLcPuhCM2aAxL+p3vCxDIGnVfSzpUeAUHw4h oTdyl43hiGjBellZODlV8mcoexLNZGtqTvIz7yDYgeaIBww3ZFQzKoxWnw9mwsA03GXT ZMXL/cBrUi9sCKwiQPBQ942Iectn/NEU5i3BgvVs3t4kAVkpW42pfu0o7b6zIr0nzEci oN+hzBEWxSviWsni08V0Zwu1RhWmN8WprJdWpEpwjlHKymZXcBDejmH8CKzm6UU7seog l2Ug== X-Gm-Message-State: ALoCoQlSEXpnAMN84/1LeyMff0SKXvY4jZHibvblTVXAX1VP2snlk6DJTQfIK42VLX3pItcqlUUq X-Received: by 10.68.189.229 with SMTP id gl5mr21286747pbc.77.1378766560696; Mon, 09 Sep 2013 15:42:40 -0700 (PDT) Received: from localhost (c-24-19-7-36.hsd1.wa.comcast.net. [24.19.7.36]) by mx.google.com with ESMTPSA id py4sm18565484pbc.14.1969.12.31.16.00.00 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 09 Sep 2013 15:42:39 -0700 (PDT) From: Kevin Hilman To: Linus Torvalds Subject: [GIT PULL 1/3] ARM: SoC drivers for v3.12 Date: Mon, 9 Sep 2013 15:42:33 -0700 Message-Id: <1378766555-9679-2-git-send-email-khilman@linaro.org> X-Mailer: git-send-email 1.8.3 In-Reply-To: <1378766555-9679-1-git-send-email-khilman@linaro.org> References: <1378766555-9679-1-git-send-email-khilman@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130909_184302_483024_6A5673DC X-CRM114-Status: GOOD ( 10.25 ) 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.160.43 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: arm@kernel.org, linux-kernel@vger.kernel.org, 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: , MIME-Version: 1.0 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 This branch contains ARM SoC related driver updates for v3.12. The only thing this cycle are core PM updates and CPUidle support for ARM's TC2 big.LITTLE development platform. Conflicts: One cleanup/reorg conflict with a new entry in drivers/cpuidle/Makefile. Append the new entry after the existing ones. A follow up patch for v3.12-rc will make the new entry conform to the cleanup/reorg. ---------------------------------------------------------------- The following changes since commit e5c832d5558826cc6e9a24746cfdec8e7780063a: vfs: fix dentry RCU to refcounting possibly sleeping dput() are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/drivers-for-linus for you to fetch changes up to 158a71f83800f07c0da0f0159d2670bdf4bdd852: Merge tag 'msi-3.12' of git://git.infradead.org/linux-mvebu into next/drivers ---------------------------------------------------------------- Lorenzo Pieralisi (2): ARM: vexpress: tc2: disable GIC CPU IF in tc2_pm_suspend cpuidle: big.LITTLE: vexpress-TC2 CPU idle driver Nicolas Pitre (1): drivers: irq-chip: irq-gic: introduce gic_cpu_if_down() Olof Johansson (2): Merge branch 'cpuidle/biglittle' into next/drivers Merge tag 'msi-3.12' of git://git.infradead.org/linux-mvebu into next/drivers MAINTAINERS | 9 ++ arch/arm/mach-vexpress/tc2_pm.c | 2 + drivers/cpuidle/Kconfig | 10 ++ drivers/cpuidle/Makefile | 1 + drivers/cpuidle/cpuidle-big_little.c | 209 ++++++++++++++++++++++++++++++ drivers/irqchip/irq-gic.c | 6 + include/linux/irqchip/arm-gic.h | 1 + 7 files changed, 238 insertions(+) create mode 100644 drivers/cpuidle/cpuidle-big_little.c