From patchwork Tue Jan 29 15:18:28 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jason Cooper X-Patchwork-Id: 216577 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 22EFD2C008D for ; Wed, 30 Jan 2013 02:21:31 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1U0CxG-0006S8-CY; Tue, 29 Jan 2013 15:18:34 +0000 Received: from mho-04-ewr.mailhop.org ([204.13.248.74] helo=mho-02-ewr.mailhop.org) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1U0CxC-0006Qd-Hc for linux-arm-kernel@lists.infradead.org; Tue, 29 Jan 2013 15:18:31 +0000 Received: from pool-72-84-113-162.nrflva.fios.verizon.net ([72.84.113.162] helo=titan) by mho-02-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1U0CxB-0003qR-Nq; Tue, 29 Jan 2013 15:18:29 +0000 Received: from localhost.localdomain (triton.lakedaemon.net [10.16.5.78]) by titan (Postfix) with ESMTP id 542B03E4CF1; Tue, 29 Jan 2013 10:18:28 -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: U2FsdGVkX1/2pjYze2H/ZBjURpoYZVMNo2WjDs3huuU= Content-Disposition: inline MIME-Version: 1.0 X-Mailer: MIME::Lite 3.029 (F2.78; T1.35; A2.11; B3.08; Q3.08) Date: Tue, 29 Jan 2013 15:18:28 +0000 From: Jason Cooper To: Arnd Bergmann , Olof Johansson Subject: [GIT PULL] ARM: mvebu fixes for v3.8-rc6 Message-Id: <1359472708.4cD60.22570@triton> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130129_101830_602705_87127CF0 X-CRM114-Status: UNSURE ( 9.87 ) 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.74 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 09d75bc7d217bd8868899028a98b53423e6b3324: ARM: kirkwood: fix missing #interrupt-cells property (2013-01-23 01:10:48 +0000) are available in the git repository at: git://git.infradead.org/users/jcooper/linux.git tags/mvebu_fixes_for_v3.8-rc6 for you to fetch changes up to de27686b77f1c5c5dddf06d48fd322c52f098d51: arm: mvebu: i2c come back in defconfig (2013-01-23 15:05:11 +0000) ---------------------------------------------------------------- fixes for v3.8-rc6 - add missing gpio interrupt lines to dove dt - fix bad logic for printing MPP error message on orion boards - build proper serial port driver after changing mvebu DT compatible property - This is a change to mvebu_defconfig that I wouldn't usually push out as a fix. However, the commit b24212f arm: mvebu: Use dw-apb-uart instead of ns16650 as UART driver changed the serial driver for the board in the dts file. without the patch I've included in this pull, users won't see any log messages. ---------------------------------------------------------------- Gerlando Falauto (1): arm: plat-orion: fix printing of "MPP config unavailable on this hardware" Gregory CLEMENT (1): arm: mvebu: i2c come back in defconfig Jean-Francois Moine (1): Dove: activate GPIO interrupts in DT arch/arm/boot/dts/dove.dtsi | 2 ++ arch/arm/configs/mvebu_defconfig | 2 ++ arch/arm/plat-orion/mpp.c | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-)