Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1387114

Re: [PATCH V17 2/3] dmaengine: qcom_hidma: add debugfs hooks

From Vinod Koul <vinod.koul@intel.com>
Newsgroups linux.kernel
Subject Re: [PATCH V17 2/3] dmaengine: qcom_hidma: add debugfs hooks
Date 2016-04-26 05:30 +0200
Message-ID <rs1Rf-vo-1@gated-at.bofh.it> (permalink)
References <rmL0K-7lT-3@gated-at.bofh.it> <rmL0K-7lT-21@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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

-- 
~Vinod

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Re: [PATCH V17 2/3] dmaengine: qcom_hidma: add debugfs hooks Vinod Koul <vinod.koul@intel.com> - 2016-04-26 05:30 +0200
  Re: [PATCH V17 2/3] dmaengine: qcom_hidma: add debugfs hooks okaya@codeaurora.org - 2016-04-26 14:10 +0200
    Re: [PATCH V17 2/3] dmaengine: qcom_hidma: add debugfs hooks Vinod Koul <vinod.koul@intel.com> - 2016-04-26 18:20 +0200
      Re: [PATCH V17 2/3] dmaengine: qcom_hidma: add debugfs hooks Sinan Kaya <okaya@codeaurora.org> - 2016-04-26 19:00 +0200
        Re: [PATCH V17 2/3] dmaengine: qcom_hidma: add debugfs hooks Vinod Koul <vinod.koul@intel.com> - 2016-04-27 10:20 +0200
          Re: [PATCH V17 2/3] dmaengine: qcom_hidma: add debugfs hooks Marc Zyngier <marc.zyngier@arm.com> - 2016-04-27 10:50 +0200
            Re: [PATCH V17 2/3] dmaengine: qcom_hidma: add debugfs hooks okaya@codeaurora.org - 2016-04-27 15:30 +0200
          Re: [PATCH V17 2/3] dmaengine: qcom_hidma: add debugfs hooks okaya@codeaurora.org - 2016-04-27 15:00 +0200

csiph-web