From patchwork Tue Jun 28 12:49:13 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Korsgaard X-Patchwork-Id: 924712 Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by demeter2.kernel.org (8.14.4/8.14.4) with ESMTP id p5SCu0nA013580 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 28 Jun 2011 12:56:26 GMT Received: from canuck.infradead.org ([2001:4978:20e::1]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1QbXpU-0005s7-2N; Tue, 28 Jun 2011 12:55:48 +0000 Received: from localhost ([127.0.0.1] helo=canuck.infradead.org) by canuck.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1QbXpT-0000mz-Ml; Tue, 28 Jun 2011 12:55:47 +0000 Received: from mail-ww0-f49.google.com ([74.125.82.49]) by canuck.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1QbXpP-0000mX-Aa for linux-arm-kernel@lists.infradead.org; Tue, 28 Jun 2011 12:55:44 +0000 Received: by wwf22 with SMTP id 22so128892wwf.18 for ; Tue, 28 Jun 2011 05:55:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=sender:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; bh=eo8ycjEX4pdqDDSsb348VJ2iBpBacggeGUKkIKRpoiA=; b=gSbYu9XvyZ3MfQP5LvtU0kThxpSAe+OdgINMNqUA2oPzIhHpGje9ox2mLmEw4f8wtO YM1KhfKLOFgvM5fEAuxobBWZGGJNJLM2UNOIF/nLSfUul63SkUZubzuNyMViBDlwt71g S9oeEWQkc6m+xza/SyLgR5FiTIyodB+Cz4+Os= Received: by 10.227.167.129 with SMTP id q1mr6484792wby.101.1309265364104; Tue, 28 Jun 2011 05:49:24 -0700 (PDT) Received: from macbook.be.48ers.dk (191.207-78-194.adsl-fix.skynet.be [194.78.207.191]) by mx.google.com with ESMTPS id c17sm128285wbh.63.2011.06.28.05.49.22 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 28 Jun 2011 05:49:23 -0700 (PDT) Received: by macbook.be.48ers.dk (Postfix, from userid 1000) id C7150C39E3; Tue, 28 Jun 2011 14:49:20 +0200 (CEST) From: Peter Korsgaard To: ben-linux@fluff.org, grant.likely@secretlab.ca, linux-arm-kernel@lists.infradead.org, spi-devel-general@lists.sourceforge.net Subject: [PATCH 1/5] mach-jive: convert to spi_gpio Date: Tue, 28 Jun 2011 14:49:13 +0200 Message-Id: <1309265357-15879-2-git-send-email-jacmet@sunsite.dk> X-Mailer: git-send-email 1.7.5.4 In-Reply-To: <1309265357-15879-1-git-send-email-jacmet@sunsite.dk> References: <1309265357-15879-1-git-send-email-jacmet@sunsite.dk> X-CRM114-Version: 20090807-BlameThorstenAndJenny ( TRE 0.7.6 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20110628_085543_756756_623DF2A8 X-CRM114-Status: GOOD ( 14.16 ) X-Spam-Score: -0.7 (/) X-Spam-Report: SpamAssassin version 3.3.1 on canuck.infradead.org summary: Content analysis details: (-0.7 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [74.125.82.49 listed in list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (jacmet[at]gmail.com) 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 0.0 T_TO_NO_BRKTS_FREEMAIL T_TO_NO_BRKTS_FREEMAIL Cc: Peter Korsgaard X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter2.kernel.org [140.211.167.43]); Tue, 28 Jun 2011 12:56:26 +0000 (UTC) Rather than the deprecated spi_s3c24xx_gpio driver. Compile tested only. Signed-off-by: Peter Korsgaard --- arch/arm/mach-s3c2412/mach-jive.c | 41 ++++++++++++------------------------ 1 files changed, 14 insertions(+), 27 deletions(-) diff --git a/arch/arm/mach-s3c2412/mach-jive.c b/arch/arm/mach-s3c2412/mach-jive.c index 85dcaeb..5eeb475 100644 --- a/arch/arm/mach-s3c2412/mach-jive.c +++ b/arch/arm/mach-s3c2412/mach-jive.c @@ -25,6 +25,7 @@ #include