From patchwork Wed May 9 16:28:43 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Olof Johansson X-Patchwork-Id: 158022 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 93569B6F9F for ; Thu, 10 May 2012 04:11:05 +1000 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1SSBGc-0007j0-2D; Wed, 09 May 2012 18:05:40 +0000 Received: from mail-we0-f177.google.com ([74.125.82.177]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1SS9ks-0004Wx-39 for linux-arm-kernel@lists.infradead.org; Wed, 09 May 2012 16:28:48 +0000 Received: by werp11 with SMTP id p11so423184wer.36 for ; Wed, 09 May 2012 09:28:44 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:date:message-id:subject:from:to:cc :content-type:x-gm-message-state; bh=7FpUoNZGjwZDXbDLF3ACdOma7xy+80W0Vkl7ganoFC8=; b=oh0q/mhsdiZxbKBaij+WJbOa8FjzO34ik/ZFO0/2LB6Xcpa61uUJJ5Scaq8Xoel3fY nREGig4kbcDmoJvBJIFkwErsCbsSQ2U7qHcvLiGyy90kRuuNfR33AbYjH/p/MYTsd3+a bLjB5wpulxceBP7tgqR6+Ae9ch/nfyjPAvGd60+9AHsiolCXE/tOIBPTAXqSo6AGpIyf ICKBe3ItHJQ8OFiAy/VlQF041gs6GH2ddMkRxvv2xZuRt9V/J5wsmTpzMQWNiSFeOX4i YRwhEUusaVTfMYcxznYY9TizoZ+pDrW7XF7WRRREt9TT1utHQI8ithiPhe0BxgyESWsN q7wQ== MIME-Version: 1.0 Received: by 10.50.104.166 with SMTP id gf6mr437550igb.35.1336580923578; Wed, 09 May 2012 09:28:43 -0700 (PDT) Received: by 10.231.170.68 with HTTP; Wed, 9 May 2012 09:28:43 -0700 (PDT) X-Originating-IP: [173.13.129.225] Date: Wed, 9 May 2012 09:28:43 -0700 Message-ID: Subject: [GIT PULL] ARM: SoC fixes for 3.4 From: Olof Johansson To: Linus Torvalds X-Gm-Message-State: ALoCoQnKcJ8PgFcT1FaOBWvns6xZHzjgcYM9KX81JISdm015zTv84tQ8yJnGfd+JhkVfQVw2sWMh X-Spam-Note: CRM114 invocation failed X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [74.125.82.177 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: arm@kernel.org, linux-kernel@vger.kernel.org, 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.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/fixes-for-linus for you to fetch changes up to e396dbd4ed2ccfd362261b05027bbdccec192b14: Merge tag 'omap-fixes-for-v3.4-rc6-take-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes (2012-05-09 09:03:34 -0700) ---------------------------------------------------------------- ARM: SoC fixes for 3.4-rc Things have slowed down a lot for us, but we have five more fixes for omap and kirkwood below. Three are for boards setup issues, two are SoC-level fixes. ---------------------------------------------------------------- Archit Taneja (1): ARM: OMAP: Revert "ARM: OMAP: ctrl: Fix CONTROL_DSIPHY register fields" Ben Hutchings (1): ARM: orion5x: Fix GPIO enable bits for MPP9 Enrico Butera (1): ARM: OMAP: igep0020: fix smsc911x dummy regulator id Ian Campbell (1): ARM: kirkwood: add missing kexec.h include Janusz Krzysztofik (1): ARM: OMAP1: Amstrad Delta: Fix wrong IRQ base in FIQ handler Olof Johansson (2): Merge branch 'kirkwood_fixes_for_v3.4' of git://git.infradead.org/users/jcooper/linux-kirkwood into fixes Merge tag 'omap-fixes-for-v3.4-rc6-take-2' of git://git.kernel.org/.../tmlind/linux-omap into fixes arch/arm/mach-kirkwood/board-dt.c | 1 + arch/arm/mach-omap1/ams-delta-fiq.c | 2 +- arch/arm/mach-omap2/board-igep0020.c | 2 +- arch/arm/mach-omap2/include/mach/ctrl_module_pad_core_44xx.h | 8 ++++---- arch/arm/mach-orion5x/mpp.h | 4 ++-- 5 files changed, 9 insertions(+), 8 deletions(-)