From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vinod Koul Subject: Re: [PATCH v1 0/3] Tegra DMA residue improvements Date: Wed, 21 May 2014 16:36:37 +0530 Message-ID: <20140521110637.GQ21128@intel.com> References: <1399411343-12222-1-git-send-email-cfreeman@nvidia.com> <20140521055213.GK21128@intel.com> <537C4EAB.1040802@metafoo.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <537C4EAB.1040802@metafoo.de> Sender: linux-kernel-owner@vger.kernel.org To: Lars-Peter Clausen Cc: Christopher Freeman , ldewangan@nvidia.com, swarren@nvidia.com, dan.j.williams@intel.com, dmaengine@vger.kernel.org, linux-tegra@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: linux-tegra@vger.kernel.org On Wed, May 21, 2014 at 08:58:51AM +0200, Lars-Peter Clausen wrote: > On 05/21/2014 07:52 AM, Vinod Koul wrote: > >On Tue, May 06, 2014 at 02:22:20PM -0700, Christopher Freeman wrote: > >>A collection of patches to improve Tegra's DMA residual reporting > >> > >>Christopher Freeman (3): > >> dma: tegra: finer granularity residual for tx_status > >> dma: tegra: change interrupt-related log levels > >> dma: tegra: avoid int overflow for transferred count > >Can you pls use the *right* subsystem name... > > > > Without you saying what the right subsystem name is, I think it is > not that obvious what it is: ah... the subsystem name and ML name is dmaengine > > git log --format="%s" --no-merges drivers/dma/ | grep '^[a-zA-Z]\+' > -o | sort | uniq -c | sort -n > > 381 dma > 509 dmaengine > > So there is a bias towards 'dmaengine', but if you only look at > recent commits there is a bias towards 'dma'. And thats what i am getting annoyed at :) Yes ppl please use dmaengine only I think I will stop accepting patches with "dma" now and improve the stats here... -- ~Vinod > > git log v3.6..HEAD --format="%s" --no-merges drivers/dma/ | grep > '^[a-zA-Z]\+' -o | sort | uniq -c | sort -n > > 181 dmaengine > 248 dma > > - Lars > > -- > To unsubscribe from this list: send the line "unsubscribe dmaengine" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html --