From patchwork Fri Feb 1 15:51:59 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jason Cooper X-Patchwork-Id: 217511 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:4978:20e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 535D42C0297 for ; Sat, 2 Feb 2013 02:55:45 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1U1IuX-0004Im-IW; Fri, 01 Feb 2013 15:52:17 +0000 Received: from mho-03-ewr.mailhop.org ([204.13.248.66] helo=mho-01-ewr.mailhop.org) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1U1IuH-0004E7-VX for linux-arm-kernel@lists.infradead.org; Fri, 01 Feb 2013 15:52:03 +0000 Received: from pool-72-84-113-162.nrflva.fios.verizon.net ([72.84.113.162] helo=titan) by mho-01-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1U1IuH-000Evx-JD; Fri, 01 Feb 2013 15:52:01 +0000 Received: from localhost.localdomain (triton.lakedaemon.net [10.16.5.78]) by titan (Postfix) with ESMTP id 29E643E7CF6; Fri, 1 Feb 2013 10:52:00 -0500 (EST) X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 72.84.113.162 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX180wg06snyzZqtRK4HLWMjiY0My/T+m2gg= Content-Disposition: inline MIME-Version: 1.0 X-Mailer: MIME::Lite 3.029 (F2.78; T1.35; A2.11; B3.08; Q3.08) Date: Fri, 1 Feb 2013 15:51:59 +0000 From: Jason Cooper To: Arnd Bergmann , Olof Johansson Message-Id: <1359733919.FCB62.22262@triton> In-Reply-To: <1359733918.Bf7ecc0.22262@triton> Subject: [GIT PULL 2/4] ARM: mvebu: drivers for v3.9 In-Reply-To: X-Bad-Reply: In-Reply-To but no 'Re:' in Subject. X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130201_105202_140731_8088471A X-CRM114-Status: UNSURE ( 8.66 ) 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 ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [204.13.248.66 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Linux ARM Kernel X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org The following changes since commit 949db153b6466c6f7cad5a427ecea94985927311: Linux 3.8-rc5 are available in the git repository at: git://git.infradead.org/users/jcooper/linux.git tags/drivers_for_v3.9 for you to fetch changes up to 9cfc94eb0f4843af5d1141a37d7b7ca5d3b27220: cpuidle: kirkwood: Move out of mach directory ---------------------------------------------------------------- mvebu drivers for v3.9 - use rtc-mv in mvebu armv7 SoCs - add pci-e hotplug for kirkwood Depends on: - tags/mvebu_fixes_for_v3.8-rc6 ---------------------------------------------------------------- Andrew Lunn (1): cpuidle: kirkwood: Move out of mach directory Gregory CLEMENT (1): rtc: Add support of rtc-mv for MVEBU SoCs Jason Cooper (1): Merge tag 'tags/mvebu_fixes_for_v3.8-rc6' into mvebu/drivers Jason Gunthorpe (1): ARM: Kirkwood: Support basic hotplug for PCI-E arch/arm/boot/dts/dove.dtsi | 2 + arch/arm/configs/kirkwood_defconfig | 1 + arch/arm/configs/mvebu_defconfig | 2 + arch/arm/mach-kirkwood/Makefile | 1 - arch/arm/mach-kirkwood/board-dt.c | 2 + arch/arm/mach-kirkwood/common.c | 23 ++++++++++ arch/arm/mach-kirkwood/common.h | 1 + arch/arm/mach-kirkwood/include/mach/kirkwood.h | 3 +- arch/arm/mach-kirkwood/pcie.c | 10 ++--- arch/arm/plat-orion/mpp.c | 2 +- drivers/cpuidle/Kconfig | 6 +++ drivers/cpuidle/Makefile | 1 + .../cpuidle/cpuidle-kirkwood.c | 45 +++++++++++++++++--- drivers/rtc/Kconfig | 2 +- 14 files changed, 84 insertions(+), 17 deletions(-) rename arch/arm/mach-kirkwood/cpuidle.c => drivers/cpuidle/cpuidle-kirkwood.c (61%)