From patchwork Mon May 14 18:27:22 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jason Cooper X-Patchwork-Id: 159109 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 C51D8B703C for ; Tue, 15 May 2012 04:29:22 +1000 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1STzzV-00035Y-6P; Mon, 14 May 2012 18:27:29 +0000 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1STzzS-00035K-A3 for linux-arm-kernel@lists.infradead.org; Mon, 14 May 2012 18:27:26 +0000 Received: from pool-108-17-144-84.nrflva.fios.verizon.net ([108.17.144.84] helo=titan) by mho-02-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1STzzQ-000LVE-AE; Mon, 14 May 2012 18:27:24 +0000 Received: from titan.lakedaemon.net (localhost [127.0.0.1]) by titan (Postfix) with ESMTP id AD09E339DBC; Mon, 14 May 2012 14:27:22 -0400 (EDT) X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 108.17.144.84 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/mailhop/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1/fidIZibIL7V+SVp1f011gp9Grb8e+yIg= Date: Mon, 14 May 2012 14:27:22 -0400 From: Jason Cooper To: Nicolas Pitre , Arnd Bergmann , Olof Johansson , Andrew Lunn Subject: [GIT PULL] ARM: orion/dove: v3.4 fixes Message-ID: <20120514182722.GM16338@titan.lakedaemon.net> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) X-Spam-Note: CRM114 invocation failed 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.72 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: linux-arm-kernel@lists.infradead.org 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 d48b97b403d23f6df0b990cee652bdf9a52337a3: Linux 3.4-rc6 (2012-05-06 15:07:32 -0700) are available in the git repository at: git://git.infradead.org/users/jcooper/linux.git orion_fixes_for_v3.4 Alexander Clouter (5): crypto: mv_cesa requires on CRYPTO_HASH to build ARM: orion5x: ts78xx whitespace cleanups ARM: orion5x: ts78xx fix NAND resource off by one ARM: orion5x: remove PM dependency from ts78xx ARM: orion5x: ts78xx debugging changes Andrew Lunn (3): Orion5x: Fix warning: struct pci_dev declared inside paramter list Orion5x: Fix Section mismatch warnings Dove: Fix Section mismatch warnings Jason Cooper (1): Merge branch 'v3.4-rc6-cleanup-v2' of git://github.com/lunn/linux into orion_fixes_for_v3.4 arch/arm/mach-dove/common.c | 2 +- arch/arm/mach-dove/mpp.c | 8 ++-- arch/arm/mach-orion5x/Kconfig | 1 - arch/arm/mach-orion5x/addr-map.c | 2 +- arch/arm/mach-orion5x/common.c | 2 +- arch/arm/mach-orion5x/common.h | 1 + arch/arm/mach-orion5x/ts78xx-fpga.h | 6 ++-- arch/arm/mach-orion5x/ts78xx-setup.c | 52 +++++++++++++++------------------ drivers/crypto/Kconfig | 1 + 9 files changed, 36 insertions(+), 39 deletions(-)