From patchwork Wed Mar 14 06:04:06 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Mallon X-Patchwork-Id: 146541 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 4D965B6EEC for ; Wed, 14 Mar 2012 17:06:32 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1S7hJn-00013p-KW; Wed, 14 Mar 2012 06:04:15 +0000 Received: from mail-yw0-f49.google.com ([209.85.213.49]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1S7hJk-00012I-4l for linux-arm-kernel@lists.infradead.org; Wed, 14 Mar 2012 06:04:12 +0000 Received: by yhjj52 with SMTP id j52so1628633yhj.36 for ; Tue, 13 Mar 2012 23:04:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :content-type:content-transfer-encoding; bh=qahdS5pV3VjdvK8uX+PIGWFSshn+sIBJHOZ1O5vWV0M=; b=TUJkEOY2xCbc8pFLWpKrb96nireNkEoKpYXkRogyRQ1u7phA5M/Zsj3bcLVQBXGAk3 8gDRQS6LLTwAoSgCKdKeRkvo+4Xwkub2Yz92Yj4y7p5ZbeY0/9V/AFRKzwTLeNqVqopd ZLOMtne6jMVmoJUR5kt3v3A5Tz6MO3o804Os5SZ+Lzi2uSElpI2OHJA/D4xQ69dhST8O nReb2TMWgNKqvsQA/UTeV2OPGLHlLtepKd1x0MeIiT3EMqkjRof2noV4Sj/cUZ9AQebb IJBr9DP5pD0R8FzQEvQ2ZczdDpizV6OciAesDs99i4W+4Z65cKBV+fDIlu4Naqvkvc7B VOYA== Received: by 10.182.53.66 with SMTP id z2mr1446030obo.3.1331705050970; Tue, 13 Mar 2012 23:04:10 -0700 (PDT) Received: from [10.21.11.113] (vl10.gw.ok-labs.com. [58.96.27.158]) by mx.google.com with ESMTPS id b2sm4305406obo.22.2012.03.13.23.04.08 (version=SSLv3 cipher=OTHER); Tue, 13 Mar 2012 23:04:10 -0700 (PDT) Message-ID: <4F6034D6.1030208@gmail.com> Date: Wed, 14 Mar 2012 17:04:06 +1100 From: Ryan Mallon User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.27) Gecko/20120216 Lightning/1.0b2 Thunderbird/3.1.19 MIME-Version: 1.0 To: arm@kernel.org, Arnd Bergmann Subject: [GIT PULL] ep93xx for v3.4 X-Spam-Note: CRM114 invocation failed X-Spam-Score: -2.7 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.7 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.213.49 listed in list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (rmallon[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: H Hartley Sweeten , "'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, This my first attempt at doing at git pull request, so hopefully I haven't messed it up :-). Thanks, ~Ryan The following changes since commit fde7d9049e55ab85a390be7f415d74c9f62dd0f9: Linus Torvalds (1): Linux 3.3-rc7 are available in the git repository at: git://github.com/RyanMallon/linux-2.6.git ep93xx-for-arm-soc H Hartley Sweeten (1): ep93xx: Convert the watchdog driver into a platform device. Ryan Mallon (10): ep93xx: Move PHYS_BASE defines to local SoC header file ep93xx: Don't use system controller defines in audio drivers ep93xx: Move GPIO defines to gpio-ep93xx.h ep93xx: Use ioremap for backlight driver ep93xx: Move peripheral defines to local SoC header ep93xx: Configure GPIO ports in core code ep93xx: Make syscon access functions private to SoC ep93xx: Move crunch code to mach-ep93xx directory ep93xx: Move EP93XX_SYSCON defines to SoC private header ep93xx: Remove unnecessary includes of ep93xx-regs.h arch/arm/kernel/Makefile | 3 - arch/arm/mach-ep93xx/Makefile | 3 + arch/arm/mach-ep93xx/adssphere.c | 1 + arch/arm/mach-ep93xx/clock.c | 1 + arch/arm/mach-ep93xx/core.c | 54 ++++-- arch/arm/{kernel => mach-ep93xx}/crunch-bits.S | 0 arch/arm/{kernel => mach-ep93xx}/crunch.c | 4 +- arch/arm/mach-ep93xx/dma.c | 2 + arch/arm/mach-ep93xx/edb93xx.c | 1 + arch/arm/mach-ep93xx/gesbc9312.c | 1 + arch/arm/mach-ep93xx/include/mach/ep93xx-regs.h | 191 +-------------------- arch/arm/mach-ep93xx/include/mach/gpio-ep93xx.h | 10 + arch/arm/mach-ep93xx/include/mach/hardware.h | 1 - arch/arm/mach-ep93xx/include/mach/platform.h | 16 +-- arch/arm/mach-ep93xx/micro9.c | 1 + arch/arm/mach-ep93xx/simone.c | 2 + arch/arm/mach-ep93xx/snappercl15.c | 2 + arch/arm/mach-ep93xx/soc.h | 213 +++++++++++++++++++++++ arch/arm/mach-ep93xx/ts72xx.c | 1 + arch/arm/mach-ep93xx/vision_ep9307.c | 2 + drivers/gpio/gpio-ep93xx.c | 7 - drivers/video/backlight/ep93xx_bl.c | 25 ++-- drivers/video/ep93xx-fb.c | 18 +- drivers/watchdog/ep93xx_wdt.c | 51 ++++-- sound/soc/ep93xx/edb93xx.c | 4 +- sound/soc/ep93xx/snappercl15.c | 4 +- 26 files changed, 344 insertions(+), 274 deletions(-) rename arch/arm/{kernel => mach-ep93xx}/crunch-bits.S (100%) rename arch/arm/{kernel => mach-ep93xx}/crunch.c (98%) create mode 100644 arch/arm/mach-ep93xx/soc.h