From patchwork Wed Oct 17 19:25:20 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jason Cooper X-Patchwork-Id: 192122 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 01D0C2C0097 for ; Thu, 18 Oct 2012 06:28:12 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TOZFe-0003sB-2E; Wed, 17 Oct 2012 19:25:58 +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 1TOZFU-0003qy-ML for linux-arm-kernel@lists.infradead.org; Wed, 17 Oct 2012 19:25:49 +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 1TOZFT-000ISY-LF; Wed, 17 Oct 2012 19:25:47 +0000 Received: from localhost.localdomain (triton.lakedaemon.net [10.16.5.29]) by titan (Postfix) with ESMTP id 17CEB392684; Wed, 17 Oct 2012 15:25:44 -0400 (EDT) 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: U2FsdGVkX185jrenyLCm+JpndBPFs2qryPLggpaPSso= MIME-Version: 1.0 Content-Disposition: inline X-Mailer: MIME::Lite 3.028 (F2.78; T1.35; A2.09; B3.08; Q3.08) Date: Wed, 17 Oct 2012 19:25:20 +0000 From: Jason Cooper To: Arnd Bergmann , Olof Johansson Subject: [GIT PULL 1/3] ARM: Dove: fixes for v3.7 In-Reply-To: X-Bad-Reply: In-Reply-To but no 'Re:' in Subject. X-Spam-Note: CRM114 invocation failed 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.74 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 ddffeb8c4d0331609ef2581d84de4d763607bd37: Linux 3.7-rc1 (2012-10-14 14:41:04 -0700) are available in the git repository at: git://git.infradead.org/users/jcooper/linux.git tags/mvebu_dove_late_fixes_for_v3.7 for you to fetch changes up to a458926e16a37ef41a4fbf45957cb9faaeb6a6ef: ARM: dove: Add crypto engine to DT (2012-10-17 17:20:01 +0000) ---------------------------------------------------------------- Depends: - Based against v3.7-rc1 - Latest changes to arch/arm/mm/cache-tauros2.c c2b7e05 ARM: cache: add dt support for tauros2 cache Misc. fixes for latest changes to mach-dove/ Fixes build breakage for mach-dove ---------------------------------------------------------------- Sebastian Hesselbarth (6): ARM: dove: Add pcie clock support ARM: dove: Fix tauros2 device tree init ARM: dove: Fix clock names of sata and gbe ARM: dove: Restructure SoC device tree descriptor ARM: dove: Remove watchdog from DT ARM: dove: Add crypto engine to DT arch/arm/boot/dts/dove.dtsi | 49 +++++++++++++++++++++++++++++---------------- arch/arm/mach-dove/common.c | 8 ++++---- arch/arm/mach-dove/pcie.c | 5 +++++ 3 files changed, 41 insertions(+), 21 deletions(-)