From patchwork Mon Jan 7 16:37:25 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jason Cooper X-Patchwork-Id: 209980 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 A55072C0091 for ; Tue, 8 Jan 2013 03:41: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 1TsFhb-0004og-Hn; Mon, 07 Jan 2013 16:37:31 +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 1TsFhY-0004oQ-II for linux-arm-kernel@lists.infradead.org; Mon, 07 Jan 2013 16:37:29 +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 1TsFhX-000CrD-BL; Mon, 07 Jan 2013 16:37:27 +0000 Received: from localhost.localdomain (triton.lakedaemon.net [10.16.5.78]) by titan (Postfix) with ESMTP id BE6E13C2762; Mon, 7 Jan 2013 11:37:25 -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: U2FsdGVkX18psQzu42cJy6BHlA8JGOdJ7pcO6Ht1UVU= Content-Disposition: inline MIME-Version: 1.0 X-Mailer: MIME::Lite 3.029 (F2.78; T1.35; A2.11; B3.08; Q3.08) Date: Mon, 7 Jan 2013 16:37:25 +0000 From: Jason Cooper To: Arnd Bergmann , Olof Johansson In-Reply-To: Subject: [GIT PULL V2] ARM: mvebu/kirkwood fixes for v3.8 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-20130107_113728_947956_95D6C652 X-CRM114-Status: UNSURE ( 9.92 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.4 (-) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-1.4 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] 0.5 MISSING_MID Missing Message-Id: header 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 Message-ID: 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 d1c3ed669a2d452cacfb48c2d171a1f364dae2ed: Linux 3.8-rc2 (2013-01-02 18:13:21 -0800) are available in the git repository at: git://git.infradead.org/users/jcooper/linux.git tags/mvebu_fixes_for_v3.8 for you to fetch changes up to ba607b6238a1f418c45b9d7f73212bcc6922da53: pinctrl: mvebu: make pdma clock on dove mandatory (2013-01-07 16:19:02 +0000) ---------------------------------------------------------------- fixes for mvebu/kirkwood v3.8 - use correct uart driver for mvebu boards - add a missing DT clocks - gpio-poweroff level vs. edge triggering, use gpio_is_valid() - remove an inappropriate __init, modules need to access function. - various DT fixes - error handling in mv_xor ---------------------------------------------------------------- Andrew Lunn (5): ARM: Kirkwood: Fix missing clk for USB device. Power: gpio-poweroff: Fix documentation and gpio_is_valid ARM: Kirkwood: Fix missing sdio clock ARM: Kirkwood: Use fixed-regulator instead of board gpio call arm: mvebu: Add missing ; for cpu node. Gregory CLEMENT (1): arm: mvebu: Use dw-apb-uart instead of ns16650 as UART driver Joshua Coombs (1): clk: mvebu: Remove inappropriate __init tagging Nobuhiro Iwamatsu (1): ARM: Kirkwood: Switch TWSI1 of 88f6282 to DT clock providers Sebastian Hesselbarth (2): ARM: Dove: Add pinctrl clock to DT pinctrl: mvebu: make pdma clock on dove mandatory Thomas Petazzoni (4): arm: mvebu: Armada XP MV78230 has two cores, not one arm: mvebu: Armada XP MV78230 has only three Ethernet interfaces dma: mv_xor: fix error handling of mv_xor_channel_add() dma: mv_xor: fix error handling for clocks .../devicetree/bindings/gpio/gpio-poweroff.txt | 20 +++++++++++-- arch/arm/boot/dts/armada-370-xp.dtsi | 6 ++-- arch/arm/boot/dts/armada-xp-mv78230.dtsi | 9 +++++- arch/arm/boot/dts/armada-xp-mv78260.dtsi | 8 ++++++ arch/arm/boot/dts/armada-xp-mv78460.dtsi | 8 ++++++ arch/arm/boot/dts/armada-xp.dtsi | 14 +++------ arch/arm/boot/dts/dove.dtsi | 1 + arch/arm/boot/dts/kirkwood-6282.dtsi | 1 + arch/arm/boot/dts/kirkwood-topkick.dts | 17 +++++++++++ arch/arm/boot/dts/kirkwood.dtsi | 1 + arch/arm/configs/mvebu_defconfig | 4 +-- arch/arm/mach-kirkwood/board-dt.c | 4 +++ arch/arm/mach-kirkwood/board-usi_topkick.c | 4 --- drivers/clk/mvebu/clk-gating-ctrl.c | 2 +- drivers/dma/mv_xor.c | 9 ++++-- drivers/pinctrl/mvebu/pinctrl-dove.c | 7 +++-- drivers/power/reset/gpio-poweroff.c | 33 ++++++++++------------ 17 files changed, 101 insertions(+), 47 deletions(-)