[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20160426162529.GK2274@localhost>
Date: Tue, 26 Apr 2016 21:55:30 +0530
From: Vinod Koul <vinod.koul@...el.com>
To: okaya@...eaurora.org
Cc: dmaengine@...r.kernel.org, timur@...eaurora.org,
devicetree@...r.kernel.org, cov@...eaurora.org, jcm@...hat.com,
shankerd@...eaurora.org, vikrams@...eaurora.org,
marc.zyngier@....com, mark.rutland@....com, eric.auger@...aro.org,
agross@...eaurora.org, arnd@...db.de,
linux-arm-msm@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
Dan Williams <dan.j.williams@...el.com>,
Andy Shevchenko <andy.shevchenko@...il.com>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH V17 2/3] dmaengine: qcom_hidma: add debugfs hooks
On Tue, Apr 26, 2016 at 08:08:16AM -0400, okaya@...eaurora.org wrote:
> On 2016-04-25 23:30, Vinod Koul wrote:
> >On Mon, Apr 11, 2016 at 10:21:12AM -0400, Sinan Kaya wrote:
> >
> >>+static int hidma_chan_stats(struct seq_file *s, void *unused)
> >>+{
> >>+ struct hidma_chan *mchan = s->private;
> >>+ struct hidma_desc *mdesc;
> >>+ struct hidma_dev *dmadev = mchan->dmadev;
> >>+
> >>+ pm_runtime_get_sync(dmadev->ddev.dev);
> >
> >debug shouldn't power up device, why do you want to do that
>
>
> Clocks are turned off while the hw is idle. I can’t reach hw
> registers without restoring power.
Hmm, have you thought about using regmap?
--
~Vinod
Powered by blists - more mailing lists