Re: [PATCH v2 04/15] dmaengine: Pass no_wakeup parameter via device_prep_dma_cyclic() callback

2012-09-18 Thread Russell King - ARM Linux
On Mon, Sep 17, 2012 at 11:01:23AM +0200, Linus Walleij wrote:
 On Thu, Sep 13, 2012 at 3:37 PM, Peter Ujfalusi peter.ujfal...@ti.com wrote:
 
  Change the parameter list of device_prep_dma_cyclic() so the DMA drivers
  can receive the no_wakeup request coming from client drivers.
  This feature can be used during audio operation to disable all audio
  related interrupts.
 
  Signed-off-by: Peter Ujfalusi peter.ujfal...@ti.com
  CC: Nicolas Ferre nicolas.fe...@atmel.com
  CC: Barry Song baohua.s...@csr.com
  CC: Srinidhi Kasagar srinidhi.kasa...@stericsson.com
  CC: Russell King - ARM Linux li...@arm.linux.org.uk
  CC: Vista Silicon javier.mar...@vista-silicon.com
  CC: Zhangfei Gao zhangfei@marvell.com
  CC: Shawn Guo shawn@linaro.org
  CC: Laxman Dewangan ldewan...@nvidia.com
 
 After some discussion with clever people I know I have come to the conclusion
 that this is a good idea, so:
 Acked-by: Linus Walleij linus.wall...@linaro.org

NAKed-by: me

If you look at the other sub-threads of the patch you're acking, you'll
notice that there's a v3 of this patch set which changes the way this is
done.
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v2 04/15] dmaengine: Pass no_wakeup parameter via device_prep_dma_cyclic() callback

2012-09-18 Thread Vinod Koul
On Tue, 2012-09-18 at 09:31 +0100, Russell King - ARM Linux wrote:
 On Mon, Sep 17, 2012 at 11:01:23AM +0200, Linus Walleij wrote:
  On Thu, Sep 13, 2012 at 3:37 PM, Peter Ujfalusi peter.ujfal...@ti.com 
  wrote:
  
   Change the parameter list of device_prep_dma_cyclic() so the DMA drivers
   can receive the no_wakeup request coming from client drivers.
   This feature can be used during audio operation to disable all audio
   related interrupts.
  
   Signed-off-by: Peter Ujfalusi peter.ujfal...@ti.com
   CC: Nicolas Ferre nicolas.fe...@atmel.com
   CC: Barry Song baohua.s...@csr.com
   CC: Srinidhi Kasagar srinidhi.kasa...@stericsson.com
   CC: Russell King - ARM Linux li...@arm.linux.org.uk
   CC: Vista Silicon javier.mar...@vista-silicon.com
   CC: Zhangfei Gao zhangfei@marvell.com
   CC: Shawn Guo shawn@linaro.org
   CC: Laxman Dewangan ldewan...@nvidia.com
  
  After some discussion with clever people I know I have come to the 
  conclusion
  that this is a good idea, so:
  Acked-by: Linus Walleij linus.wall...@linaro.org
 
 NAKed-by: me
 
 If you look at the other sub-threads of the patch you're acking, you'll
 notice that there's a v3 of this patch set which changes the way this is
 done.
Was it a genuine mistake, think v3 reply v2? Or less caffeine. :)


-- 
~Vinod

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v2 04/15] dmaengine: Pass no_wakeup parameter via device_prep_dma_cyclic() callback

2012-09-18 Thread Linus Walleij
On Tue, Sep 18, 2012 at 11:00 AM, Vinod Koul vinod.k...@linux.intel.com wrote:
 On Tue, 2012-09-18 at 09:31 +0100, Russell King - ARM Linux wrote:
 On Mon, Sep 17, 2012 at 11:01:23AM +0200, Linus Walleij wrote:
  On Thu, Sep 13, 2012 at 3:37 PM, Peter Ujfalusi peter.ujfal...@ti.com 
  wrote:
 
  After some discussion with clever people I know I have come to the 
  conclusion
  that this is a good idea, so:
  Acked-by: Linus Walleij linus.wall...@linaro.org

 NAKed-by: me

 If you look at the other sub-threads of the patch you're acking, you'll
 notice that there's a v3 of this patch set which changes the way this is
 done.

 Was it a genuine mistake, think v3 reply v2? Or less caffeine. :)

I think both, stupid me.
Ack on v3 indeed, I was probably fooled by some gmail autothreading, grrr.

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v2 04/15] dmaengine: Pass no_wakeup parameter via device_prep_dma_cyclic() callback

2012-09-17 Thread Shawn Guo
On Thu, Sep 13, 2012 at 04:37:54PM +0300, Peter Ujfalusi wrote:
 Change the parameter list of device_prep_dma_cyclic() so the DMA drivers
 can receive the no_wakeup request coming from client drivers.
 This feature can be used during audio operation to disable all audio
 related interrupts.
 
 Signed-off-by: Peter Ujfalusi peter.ujfal...@ti.com
 CC: Nicolas Ferre nicolas.fe...@atmel.com
 CC: Barry Song baohua.s...@csr.com
 CC: Srinidhi Kasagar srinidhi.kasa...@stericsson.com
 CC: Russell King - ARM Linux li...@arm.linux.org.uk
 CC: Vista Silicon javier.mar...@vista-silicon.com
 CC: Zhangfei Gao zhangfei@marvell.com
 CC: Shawn Guo shawn@linaro.org
 CC: Laxman Dewangan ldewan...@nvidia.com
 ---
  drivers/dma/at_hdmac.c| 3 ++-
  drivers/dma/ep93xx_dma.c  | 4 +++-
  drivers/dma/imx-dma.c | 2 +-
  drivers/dma/imx-sdma.c| 2 +-
  drivers/dma/mmp_tdma.c| 2 +-
  drivers/dma/mxs-dma.c | 2 +-
  drivers/dma/omap-dma.c| 3 ++-
  drivers/dma/pl330.c   | 2 +-
  drivers/dma/sa11x0-dma.c  | 2 +-
  drivers/dma/sirf-dma.c| 2 +-
  drivers/dma/ste_dma40.c   | 3 ++-
  drivers/dma/tegra20-apb-dma.c | 2 +-
  include/linux/dmaengine.h | 5 +++--
  13 files changed, 20 insertions(+), 14 deletions(-)
 
API changes without updating users?

Regards,
Shawn
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v2 04/15] dmaengine: Pass no_wakeup parameter via device_prep_dma_cyclic() callback

2012-09-17 Thread Peter Ujfalusi
On 09/17/2012 09:34 AM, Shawn Guo wrote:
 On Thu, Sep 13, 2012 at 04:37:54PM +0300, Peter Ujfalusi wrote:
 Change the parameter list of device_prep_dma_cyclic() so the DMA drivers
 can receive the no_wakeup request coming from client drivers.
 This feature can be used during audio operation to disable all audio
 related interrupts.

 Signed-off-by: Peter Ujfalusi peter.ujfal...@ti.com
 CC: Nicolas Ferre nicolas.fe...@atmel.com
 CC: Barry Song baohua.s...@csr.com
 CC: Srinidhi Kasagar srinidhi.kasa...@stericsson.com
 CC: Russell King - ARM Linux li...@arm.linux.org.uk
 CC: Vista Silicon javier.mar...@vista-silicon.com
 CC: Zhangfei Gao zhangfei@marvell.com
 CC: Shawn Guo shawn@linaro.org
 CC: Laxman Dewangan ldewan...@nvidia.com
 ---
  drivers/dma/at_hdmac.c| 3 ++-
  drivers/dma/ep93xx_dma.c  | 4 +++-
  drivers/dma/imx-dma.c | 2 +-
  drivers/dma/imx-sdma.c| 2 +-
  drivers/dma/mmp_tdma.c| 2 +-
  drivers/dma/mxs-dma.c | 2 +-
  drivers/dma/omap-dma.c| 3 ++-
  drivers/dma/pl330.c   | 2 +-
  drivers/dma/sa11x0-dma.c  | 2 +-
  drivers/dma/sirf-dma.c| 2 +-
  drivers/dma/ste_dma40.c   | 3 ++-
  drivers/dma/tegra20-apb-dma.c | 2 +-
  include/linux/dmaengine.h | 5 +++--
  13 files changed, 20 insertions(+), 14 deletions(-)

 API changes without updating users?

All users of this callback is updated with this patch.
The public API (dmaengine_prep_dma_cyclic) is only used by ASoC, which has
been updated by the previous patch.
Note: this part has been updated for v3.

-- 
Péter
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v2 04/15] dmaengine: Pass no_wakeup parameter via device_prep_dma_cyclic() callback

2012-09-17 Thread Shawn Guo
On Mon, Sep 17, 2012 at 10:16:53AM +0300, Peter Ujfalusi wrote:
 All users of this callback is updated with this patch.
 The public API (dmaengine_prep_dma_cyclic) is only used by ASoC, which has
 been updated by the previous patch.
 
Ah, ok.  You actually changed dmaengine_prep_dma_cyclic signature before
this patch.  Sorry, I overlooked that.

-- 
Regards,
Shawn
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v2 04/15] dmaengine: Pass no_wakeup parameter via device_prep_dma_cyclic() callback

2012-09-17 Thread Linus Walleij
On Thu, Sep 13, 2012 at 3:37 PM, Peter Ujfalusi peter.ujfal...@ti.com wrote:

 Change the parameter list of device_prep_dma_cyclic() so the DMA drivers
 can receive the no_wakeup request coming from client drivers.
 This feature can be used during audio operation to disable all audio
 related interrupts.

 Signed-off-by: Peter Ujfalusi peter.ujfal...@ti.com
 CC: Nicolas Ferre nicolas.fe...@atmel.com
 CC: Barry Song baohua.s...@csr.com
 CC: Srinidhi Kasagar srinidhi.kasa...@stericsson.com
 CC: Russell King - ARM Linux li...@arm.linux.org.uk
 CC: Vista Silicon javier.mar...@vista-silicon.com
 CC: Zhangfei Gao zhangfei@marvell.com
 CC: Shawn Guo shawn@linaro.org
 CC: Laxman Dewangan ldewan...@nvidia.com

After some discussion with clever people I know I have come to the conclusion
that this is a good idea, so:
Acked-by: Linus Walleij linus.wall...@linaro.org

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v2 04/15] dmaengine: Pass no_wakeup parameter via device_prep_dma_cyclic() callback

2012-09-14 Thread Peter Ujfalusi
On 09/14/2012 06:24 AM, Vinod Koul wrote:
 On Thu, 2012-09-13 at 16:37 +0300, Peter Ujfalusi wrote:
 Change the parameter list of device_prep_dma_cyclic() so the DMA drivers
 can receive the no_wakeup request coming from client drivers.
 This feature can be used during audio operation to disable all audio
 related interrupts.
 We already have a flag to indicate this, see 
 * @DMA_PREP_INTERRUPT - trigger an interrupt (callback) upon completion  of
 *  this transaction

I have also noticed this flag. It is not really a direct match for our case
since the notion of completion of this transfer is not applicable for cyclic
mode, but it is close enough.

 Unfortunately, the addition of cyclic API missed having this flag. So
 right way would be to add flag argument in the API.

I have not looked at the non cyclic APIs, but I think I can modify the
dmaengine_prep_dma_cyclic() to pass the flags instead of the 'bool no_wakeup'.
If the DMA_PREP_INTERRUPT is not set dma drivers can interpret it in a way
that they will disable all interrupts during cyclic mode.
None of the dma drivers in cyclic mode cares about the flags AFAIK or they can
just ignore this parameter for now (as they did with my no_wakeup parameter).
Will resend the series soon with this change.

-- 
Péter
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v2 04/15] dmaengine: Pass no_wakeup parameter via device_prep_dma_cyclic() callback

2012-09-13 Thread Vinod Koul
On Thu, 2012-09-13 at 16:37 +0300, Peter Ujfalusi wrote:
 Change the parameter list of device_prep_dma_cyclic() so the DMA drivers
 can receive the no_wakeup request coming from client drivers.
 This feature can be used during audio operation to disable all audio
 related interrupts.
We already have a flag to indicate this, see 
* @DMA_PREP_INTERRUPT - trigger an interrupt (callback) upon completion  of
*  this transaction

Unfortunately, the addition of cyclic API missed having this flag. So
right way would be to add flag argument in the API.

-- 
~Vinod

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html