Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758244AbcCCRUa (ORCPT ); Thu, 3 Mar 2016 12:20:30 -0500 Received: from mga09.intel.com ([134.134.136.24]:21773 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755097AbcCCRU0 (ORCPT ); Thu, 3 Mar 2016 12:20:26 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,532,1449561600"; d="scan'208";a="926182451" Date: Thu, 3 Mar 2016 22:54:21 +0530 From: Vinod Koul To: Kuninori Morimoto Cc: Geert Uytterhoeven , Robin Murphy , Laurent Pinchart , Linus Walleij , Dan Williams , Arnd Bergmann , linux-renesas-soc@vger.kernel.org, "linux-kernel@vger.kernel.org" , dmaengine@vger.kernel.org Subject: Re: [PATCH v2] dma: rcar-dmac: clear pertinence number of channels Message-ID: <20160303172421.GX11154@localhost> References: <87d1rcayon.wl%kuninori.morimoto.gx@renesas.com> <874mcoarxq.wl%kuninori.morimoto.gx@renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <874mcoarxq.wl%kuninori.morimoto.gx@renesas.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 368 Lines: 11 On Thu, Mar 03, 2016 at 05:25:53PM +0900, Kuninori Morimoto wrote: > From: Kuninori Morimoto > > DMACHCLR clears each channels, but its channel number is based on > its SoC or IP. Current driver is using fixed 0x7fff (= for 15ch), > it is not good match for Gen3 or Gen2 Audio DMAC. This patch fixes it Applied, thanks -- ~Vinod