From patchwork Sun May 3 18:47:02 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Robert Jarzmik X-Patchwork-Id: 6321791 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id E0296BEEE1 for ; Sun, 3 May 2015 18:50:56 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 18E4720394 for ; Sun, 3 May 2015 18:50:56 +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 20E7620395 for ; Sun, 3 May 2015 18:50:55 +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 1Yoyw0-0004co-0s; Sun, 03 May 2015 18:48:12 +0000 Received: from smtp03.smtpout.orange.fr ([80.12.242.125] helo=smtp.smtpout.orange.fr) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Yoyvu-0004ZX-ST for linux-arm-kernel@lists.infradead.org; Sun, 03 May 2015 18:48:08 +0000 Received: from belgarion ([109.214.21.214]) by mwinf5d57 with ME id PWnb1q00H4d8VpZ03WngzU; Sun, 03 May 2015 20:47:43 +0200 X-ME-Helo: belgarion X-ME-Date: Sun, 03 May 2015 20:47:43 +0200 X-ME-IP: 109.214.21.214 From: Robert Jarzmik To: Vinod Koul Subject: Re: [PATCH v2 0/5] Driver for pxa architectures References: <1428781236-25806-1-git-send-email-robert.jarzmik@free.fr> <87egnf7uqp.fsf@belgarion.home> <87lhhek6dz.fsf@belgarion.home> <87egn0jbtf.fsf@belgarion.home> <20150503152300.GU3521@localhost> X-URL: http://belgarath.falguerolles.org/ Date: Sun, 03 May 2015 20:47:02 +0200 In-Reply-To: <20150503152300.GU3521@localhost> (Vinod Koul's message of "Sun, 3 May 2015 20:53:00 +0530") Message-ID: <87vbg9v6qh.fsf@belgarion.home> User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.4 (gnu/linux) MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150503_114807_252316_CC9379C5 X-CRM114-Status: UNSURE ( 9.81 ) X-CRM114-Notice: Please train this message. X-Spam-Score: 0.0 (/) Cc: Arnd Bergmann , linux-doc@vger.kernel.org, Jonathan Corbet , linux-kernel@vger.kernel.org, Haojian Zhuang , linux-arm-kernel@lists.infradead.org, dmaengine@vger.kernel.org, Daniel Mack 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_MED, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable 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 Vinod Koul writes: >> Would it be possible that I take that through the pxa tree, even it stays in >> drivers/dmaengine ? I want that to land in the next cycle, and I'll take the >> fixes and maintainance anyway on my back. > Sorry about the delay, I should be able to get this done in next few days > and if all ggod then it should in next before eow. Ok, great, that works for me. Given the size of that patch, I'm expecting to release a v3/v4 after your comments. If not, you should be aware that I have a local patch on patch 3/5 in [1]. diff --git a/drivers/dma/pxa_dma.c b/drivers/dma/pxa_dma.c index 9f80d51..5295fb7 100644 --- a/drivers/dma/pxa_dma.c +++ b/drivers/dma/pxa_dma.c @@ -1293,7 +1293,7 @@ static int pxad_init_phys(struct platform_device *op, ret = devm_request_irq(&op->dev, irq, pxad_chan_handler, IRQF_SHARED, "pxa-dma", phy); - if ((nr_irq == 1) && (irq == 0)) + if ((nr_irq == 1) && (i == 0)) ret = devm_request_irq(&op->dev, irq0, pxad_int_handler, IRQF_SHARED, "pxa-dma", pdev);