From patchwork Tue Nov 29 13:30:06 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mark Brown X-Patchwork-Id: 128287 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 E00B8B6F62 for ; Wed, 30 Nov 2011 00:34:05 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1RVNlK-0001Vx-G3; Tue, 29 Nov 2011 13:30:18 +0000 Received: from casper.infradead.org ([2001:770:15f::2]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1RVNlH-0001Vr-LE for linux-arm-kernel@merlin.infradead.org; Tue, 29 Nov 2011 13:30:16 +0000 Received: from opensource.wolfsonmicro.com ([80.75.67.52]) by casper.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1RVNlE-0003qo-5P for linux-arm-kernel@lists.infradead.org; Tue, 29 Nov 2011 13:30:13 +0000 Received: from finisterre.wolfsonmicro.main (unknown [87.246.78.26]) by opensource.wolfsonmicro.com (Postfix) with ESMTPSA id 8CCB31103E5; Tue, 29 Nov 2011 13:30:07 +0000 (GMT) Received: from broonie by finisterre.wolfsonmicro.main with local (Exim 4.77) (envelope-from ) id 1RVNl8-0002Kb-Tp; Tue, 29 Nov 2011 13:30:06 +0000 Date: Tue, 29 Nov 2011 13:30:06 +0000 From: Mark Brown To: Kukjin Kim , Arnd Bergmann Subject: [PATCH 0/7] Cragganmore updates for 3.3 Message-ID: <20111129133006.GA26800@opensource.wolfsonmicro.com> MIME-Version: 1.0 Content-Disposition: inline X-Cookie: Tomorrow, you can be anywhere. User-Agent: Mutt/1.5.21 (2010-09-15) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20111129_133012_439493_088F2EEF X-CRM114-Status: UNSURE ( 9.80 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -3.1 (---) X-Spam-Report: SpamAssassin version 3.3.2 on casper.infradead.org summary: Content analysis details: (-3.1 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.2 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: patches@opensource.wolfsonmicro.com, 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 This patch series is all the pending updates for Cragganmore for 3.3. With the exception of the final patch for Littlemill they've all been posted before, some a while ago now, but I've not seen any feedback yet. They're all available on a git branch in case it's helpful to pull them: The following changes since commit caca6a03d365883564885f2c1da3e88dcf65d139: Linux 3.2-rc3 (2011-11-23 20:20:28 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/broonie/misc.git updates/cragganmore Mark Brown (7): ARM: S3C64XX: Raise the frequency of the second I2C bus on Cragganmore ARM: S3C64XX: Use software initiated powerdown for Cragganmore ARM: S3C64XX: Configure WM1250 EV1 GPIOs on Cragganmore ARM: S3C64XX: Improve logging of unknown Cragganmore module types ARM: S3C64XX: Run Tobermory interrupts in the default mode ARM: S3C64XX: Hook up platform data for Kilchomin module on Cragganmore ARM: S3C64XX: Hook up Littlemill audio card on Cragganmore arch/arm/mach-s3c64xx/include/mach/crag6410.h | 6 ++- arch/arm/mach-s3c64xx/include/mach/irqs.h | 2 +- arch/arm/mach-s3c64xx/mach-crag6410-module.c | 56 +++++++++++++++++++++++- arch/arm/mach-s3c64xx/mach-crag6410.c | 30 ++++++++++++- 4 files changed, 86 insertions(+), 8 deletions(-)