From patchwork Sun Jul 1 19:22:24 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: stigge@antcom.de X-Patchwork-Id: 168457 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (unknown [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 8A6A12C01C5 for ; Mon, 2 Jul 2012 05:26:56 +1000 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1SlPjC-0003at-5u; Sun, 01 Jul 2012 19:22:38 +0000 Received: from [2a01:4f8:101:2a4:0:bc28:b2d8:8] (helo=chuck.antcom.de) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1SlPj3-0003Ze-75 for linux-arm-kernel@lists.infradead.org; Sun, 01 Jul 2012 19:22:34 +0000 Received: from [IPv6:2001:a60:f0c7:1:b1ad:3493:24a:e15f] (unknown [IPv6:2001:a60:f0c7:1:b1ad:3493:24a:e15f]) by chuck.antcom.de (Postfix) with ESMTPSA id 46928720032; Sun, 1 Jul 2012 19:22:25 +0000 (UTC) Message-ID: <4FF0A370.10704@antcom.de> Date: Sun, 01 Jul 2012 21:22:24 +0200 From: Roland Stigge Organization: ANTCOM Open Source Research and Development User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:10.0.5) Gecko/20120624 Icedove/10.0.5 MIME-Version: 1.0 To: "arm@kernel.org" Subject: [GIT PULL] arm-soc: lpc32xx: platform updates X-Enigmail-Version: 1.4.1 X-Spam-Note: CRM114 invocation failed X-Spam-Score: -1.1 (-) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-1.1 points) pts rule name description ---- ---------------------- -------------------------------------------------- -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 0.8 RDNS_NONE Delivered to internal network by a host with no rDNS 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 Hi Arnd and Olof, this pull request includes the platform topic branch for lpc32xx. It builds upon the branch lpc32xx-next that you already pulled into arm-soc.git. Thanks in advance, Roland The following changes since commit df072717eb0050326f0f63eed98200412c395831: ARM: LPC32xx: Move i2s1 dma enabling to clock.c (2012-06-14 16:16:19 +0200) are available in the git repository at: git://git.antcom.de/linux-2.6.git lpc32xx/core for you to fetch changes up to dcdd1339a3cda33f216628142eea78f3d41b47fe: ARM: LPC32xx: Remove unused gpios (2012-07-01 21:06:45 +0200) ---------------------------------------------------------------- Alexandre Pereira da Silva (2): ARM: LPC32xx: Cleanup USB clock init ARM: LPC32xx: Remove unused gpios Roland Stigge (4): ARM: LPC32xx: Init MMC via clock ARM: LPC32xx: Add further bits to MMC init ARM: LPC32xx: Remove wrong re-initialization of MMC clock register ARM: LPC32xx: Remove USB and I2C init from phy3250.c arch/arm/mach-lpc32xx/clock.c | 88 ++++++++++++++++++++++--- arch/arm/mach-lpc32xx/include/mach/platform.h | 14 ++++ arch/arm/mach-lpc32xx/phy3250.c | 20 ------ 3 files changed, 92 insertions(+), 30 deletions(-)