Received: by 2002:ac0:a5b6:0:0:0:0:0 with SMTP id m51-v6csp4482007imm; Mon, 11 Jun 2018 13:06:39 -0700 (PDT) X-Google-Smtp-Source: ADUXVKLNDacEy//niZugO5ZZWkiF0j48waBOSzduw3z06U0NIryFcurkQrn8KY+YEaAAqpjDmc+U X-Received: by 2002:a63:a84f:: with SMTP id i15-v6mr531186pgp.422.1528747599656; Mon, 11 Jun 2018 13:06:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1528747599; cv=none; d=google.com; s=arc-20160816; b=MedpQ5Xk1E5pX2ySKkVYz+3Vd4Muj37l9aQ1MRyODnFrt/7Pa6c69WjjIB1xmMFC3F cK58/NUPr35Lad0+K2eV28N/Te3igGEbhJHIiFNJAH1onoxVM0Uk551FAz9YlWXm5KNi TYXDoEWCXc0Hr8qUAcs5M9E/dWAovRQthvVMUzqZOmIErC2C1qMhGo7NyIVUsJf3HdAI rsB2Ddf6tctkSa5dhlziJS68EGb1upq2D5EuAnelbxM5WF2nSelW29yPLU5u/UmNboC6 yPGbtm1BZ2mpbADODAp8STRjZyK2QyUtz2pD4yJpqzKhSiuiGkHjMilch+FIbvoy1gIM r6IA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:message-id :in-reply-to:date:references:subject:cc:to:from :arc-authentication-results; bh=Bc9ltF4U5WHc2S1YFFZt3MoA2CnCQFlUon/YaPa1gUE=; b=LIyRELDqoWYKYD+6r5sAzIM3tU/43EALtHfkZ15lx05800ga6lPO5C17eBs9RQyZcI Lmkhl+hxM8aDMA9m5KZ2rs7rU2MyFmvVIkR2c6f/hfjkptYCNTqLiqVCOVT2NlNZYwjW gOEcek9YoWB84VTDTQHlEedCtP2n4EQqZIAK9nU/QjT7t9TQ8xk93GIT5F/6/+Yvd7Pd 4RH2waFIg9Dh/H1wlvaYt1d/E6U3cy1mxMAHh/u8z31w2A8zdOAbNgd/uUf0N8Hu9zmg SSSwwP+VfnrHXqhIXFMPXXfgyut86nkVqWLtzZzGBjrUxYTcENOApKNE4V6UtiYLkpGO fi8Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id x11-v6si6292917pgp.4.2018.06.11.13.06.25; Mon, 11 Jun 2018 13:06:39 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934730AbeFKTyU (ORCPT + 99 others); Mon, 11 Jun 2018 15:54:20 -0400 Received: from smtp13.smtpout.orange.fr ([80.12.242.135]:27736 "EHLO smtp.smtpout.orange.fr" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S934713AbeFKTyS (ORCPT ); Mon, 11 Jun 2018 15:54:18 -0400 Received: from belgarion ([90.55.202.35]) by mwinf5d72 with ME id xXuC1x0060mKt3N03XuCfU; Mon, 11 Jun 2018 21:54:17 +0200 X-ME-Helo: belgarion X-ME-Auth: amFyem1pay5yb2JlcnRAb3JhbmdlLmZy X-ME-Date: Mon, 11 Jun 2018 21:54:17 +0200 X-ME-IP: 90.55.202.35 From: Robert Jarzmik To: Vinod Koul Cc: Daniel Mack , Haojian Zhuang , Vinod Koul , linux-arm-kernel@lists.infradead.org, dmaengine@vger.kernel.org, linux-kernel@vger.kernel.org, Arnd Bergmann Subject: Re: [RESEND v2] dmaengine: pxa: add a default requestor policy References: <20180530201249.26972-1-robert.jarzmik@free.fr> <878t7oruya.fsf@belgarion.home> <20180611042125.GD2452@vkoul-mobl> X-URL: http://belgarath.falguerolles.org/ Date: Mon, 11 Jun 2018 21:54:12 +0200 In-Reply-To: <20180611042125.GD2452@vkoul-mobl> (Vinod Koul's message of "Mon, 11 Jun 2018 09:51:25 +0530") Message-ID: <8736xtrtej.fsf@belgarion.home> User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Vinod Koul writes: > On 09-06-18, 14:43, Robert Jarzmik wrote: >> Robert Jarzmik writes: >> >> > As what former drcmr -1 value meant, add a this as a default to each >> > channel, ie. that by default no requestor line is used. >> > >> > This is specifically used for network drivers smc91x and smc911x, and >> > needed for their port to slave maps. >> > >> > Cc: Arnd Bergmann >> > Signed-off-by: Robert Jarzmik >> > --- >> > Since v1: changed -1 to U32_MAX >> Hi Vinod, >> >> Could I have your ack on this so that I add this one to the dma slave map serie >> after the merge window is closed please ? > > Sorry I was thinking it would go thru dmaengine tree, please do > indicate if that is not the case. Nevertheless > > Acked-by: Vinod Koul Thanks. As this is a dependency to the serie, I'd rather take it, unless you insist, in which case I'll rely on the fact that it will hit 4.19 cycle. Cheers. -- Robert