Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756090Ab3IIWmo (ORCPT ); Mon, 9 Sep 2013 18:42:44 -0400 Received: from mail-pa0-f48.google.com ([209.85.220.48]:61978 "EHLO mail-pa0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755807Ab3IIWml (ORCPT ); Mon, 9 Sep 2013 18:42:41 -0400 From: Kevin Hilman To: Linus Torvalds Cc: arm@kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org 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> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2033 Lines: 53 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/