From patchwork Mon May 9 17:09:38 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mark Brown X-Patchwork-Id: 94826 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from bombadil.infradead.org (bombadil.infradead.org [18.85.46.34]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 895BEB6F3A for ; Tue, 10 May 2011 03:09:45 +1000 (EST) Received: from canuck.infradead.org ([2001:4978:20e::1]) by bombadil.infradead.org with esmtps (Exim 4.72 #1 (Red Hat Linux)) id 1QJTxk-0002io-4b; Mon, 09 May 2011 17:09:40 +0000 Received: from localhost ([127.0.0.1] helo=canuck.infradead.org) by canuck.infradead.org with esmtp (Exim 4.72 #1 (Red Hat Linux)) id 1QJTxi-000494-No; Mon, 09 May 2011 17:09:38 +0000 Received: from opensource.wolfsonmicro.com ([80.75.67.52] helo=opensource2.wolfsonmicro.com) by canuck.infradead.org with esmtps (Exim 4.72 #1 (Red Hat Linux)) id 1QJTxe-00048a-Oh for linux-arm-kernel@lists.infradead.org; Mon, 09 May 2011 17:09:35 +0000 Received: from finisterre.wolfsonmicro.main (unknown [212.24.186.14]) by opensource2.wolfsonmicro.com (Postfix) with ESMTPSA id 60B4E3B42CE; Mon, 9 May 2011 18:09:32 +0100 (BST) Received: from broonie by finisterre.wolfsonmicro.main with local (Exim 4.74) (envelope-from ) id 1QJTxi-0001We-Lx; Mon, 09 May 2011 19:09:38 +0200 Date: Mon, 9 May 2011 19:09:38 +0200 From: Mark Brown To: Kukjin Kim Subject: Thomas' IRQ patches for Samsung Message-ID: <20110509170938.GA5851@opensource.wolfsonmicro.com> MIME-Version: 1.0 Content-Disposition: inline X-Cookie: Caution: Keep out of reach of children. User-Agent: Mutt/1.5.21 (2010-09-15) X-CRM114-Version: 20090807-BlameThorstenAndJenny ( TRE 0.7.6 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20110509_130934_974176_893759B6 X-CRM114-Status: GOOD ( 10.31 ) X-Spam-Score: 0.6 (/) X-Spam-Report: SpamAssassin version 3.3.1 on canuck.infradead.org summary: Content analysis details: (0.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.6 RCVD_IN_SORBS_WEB RBL: SORBS: sender is an abusable web server [212.24.186.14 listed in dnsbl.sorbs.net] -0.0 T_RP_MATCHES_RCVD Envelope sender domain matches handover relay domain Cc: Thomas Gleixner , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.12 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 It turns out that when Thomas sent his IRQ patches to Russell he didn't include any of the arch patches, and since none have been sent to Russell he just dropped the core changes until such time as they are merged. In order to try to help get the changes in for Samsung I've created the branch below - it's based off Thomas' core changes in irq/for-arm in the tip tree so I've sent it as a pull request rather than resending the patches as I'd normally do. Hope this is OK with people. The following changes since commit cfefd21e693dca791bf9ecfc9dd3794facad533c: genirq: Add chip suspend and resume callbacks (2011-04-23 15:56:24 +0200) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/broonie/misc-2.6.git samsung-irq Thomas Gleixner (3): ARM: SAMSUNG: S5P: Convert irq-gpioint to generic irq chip ARM: SAMSUNG: Convert irq-vic-timer to generic irq chip ARM: SAMSUNG: Convert irq-uart to generic irq chip arch/arm/mach-s3c64xx/irq.c | 7 +- arch/arm/plat-s5p/irq-gpioint.c | 116 +++++--------------- arch/arm/plat-s5p/irq.c | 6 +- arch/arm/plat-samsung/include/plat/irq-vic-timer.h | 2 +- arch/arm/plat-samsung/irq-uart.c | 83 ++------------ arch/arm/plat-samsung/irq-vic-timer.c | 69 +++++------- 6 files changed, 68 insertions(+), 215 deletions(-)