From patchwork Mon Jun 30 19:20:09 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vasily Khoruzhick X-Patchwork-Id: 4454211 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 47B8C9F358 for ; Mon, 30 Jun 2014 19:25:30 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 911462037E for ; Mon, 30 Jun 2014 19:25:29 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C58C52038E for ; Mon, 30 Jun 2014 19:25:28 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1X1hBJ-0007Oj-CS; Mon, 30 Jun 2014 19:24:01 +0000 Received: from mail-we0-x236.google.com ([2a00:1450:400c:c03::236]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1X1hAQ-0006kp-Jn for linux-arm-kernel@lists.infradead.org; Mon, 30 Jun 2014 19:23:07 +0000 Received: by mail-we0-f182.google.com with SMTP id q59so8689051wes.27 for ; Mon, 30 Jun 2014 12:22:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=45vh+38BHqRDqdhxayADKFnLS27Ezg+q0f9GLnP/rYg=; b=D86p3OisR1vEwjkMe1Q7usVFD/RUSAoGpYJviIzcKUby/1bKAOv8ob7YXCoPhlDvBk pMiNukrzgtL16EeD0wOGOn6yLp3Sas2KWbCZHct0FupBOtKSJUl8AIgKmtX9vvreTSMN P/HvuyOH3jzRUAQ8hsUcTbHjWXfgxUiEik9E9UQuCGv7yfdQ5ePAf9xiLWwKmIISVO/p CCR0apoeITflfTufi8XwQwqHDj8h8iEbrmZ7UbuxvZgmvLHDt332jWJAf1HMGxZ37Fvp zX7d1KJEWe11h7aTJo+aVcUSQoMlQmXMl3rAwo2WegfsJZ2Usm/aH3jbbiuf7tVG/6wA Ieug== X-Received: by 10.180.73.230 with SMTP id o6mr31038522wiv.30.1404156163918; Mon, 30 Jun 2014 12:22:43 -0700 (PDT) Received: from anarsoul-thinkpad.localdomain ([212.98.170.222]) by mx.google.com with ESMTPSA id nf11sm680608wic.9.2014.06.30.12.22.40 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 30 Jun 2014 12:22:41 -0700 (PDT) From: Vasily Khoruzhick To: Kukjin Kim , linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, Ben Dooks Subject: [PATCH 6/6] ARM: s3c24xx: RX1950: Add DMA device Date: Mon, 30 Jun 2014 22:20:09 +0300 Message-Id: <1404156009-3919-6-git-send-email-anarsoul@gmail.com> X-Mailer: git-send-email 2.0.0 In-Reply-To: <1404156009-3919-1-git-send-email-anarsoul@gmail.com> References: <1404156009-3919-1-git-send-email-anarsoul@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140630_122306_855366_273EE93F X-CRM114-Status: GOOD ( 10.91 ) X-Spam-Score: -0.8 (/) Cc: Vasily Khoruzhick X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-1.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=no version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Add a corresponding device for a new dmaengine driver. Signed-off-by: Vasily Khoruzhick --- arch/arm/mach-s3c24xx/mach-rx1950.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-s3c24xx/mach-rx1950.c b/arch/arm/mach-s3c24xx/mach-rx1950.c index e2c6541..95b88a6 100644 --- a/arch/arm/mach-s3c24xx/mach-rx1950.c +++ b/arch/arm/mach-s3c24xx/mach-rx1950.c @@ -710,6 +710,7 @@ static struct i2c_board_info rx1950_i2c_devices[] = { static struct platform_device *rx1950_devices[] __initdata = { &s3c2410_device_dclk, + &s3c2410_device_dma, &s3c_device_lcd, &s3c_device_wdt, &s3c_device_i2c0,