All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] dma: sh: stop using .private
@ 2012-07-04 16:17 ` Guennadi Liakhovetski
  0 siblings, 0 replies; 16+ messages in thread
From: Guennadi Liakhovetski @ 2012-07-04 16:17 UTC (permalink / raw)
  To: Vinod Koul; +Cc: Magnus Damm, linux-sh, linux-mmc, Chris Ball, linux-kernel

Hi Vinod

Here's an attempt to convert the shdma driver to a new method, whereby a 
centrally provided filter function is used and the DMA_SLAVE_CONFIG command 
is enabled for slave operation. The last patch is an illustration of how 
this new method shall be used. If this approach is acceptable, I'll also 
convert the remaining shdma user drivers. This patch series goes on top of 
my earlier patches to split shdma.c. It might be easier at some point for 
you to have me provide you a git tree to pull from.

Chris, this time the mmc patch is not yet to be applied. We first have to 
sort out the dmaengine API.

Guennadi Liakhovetski (4):
  dmaengine: shdma: prepare to stop using struct dma_chan::private
  dma: sh: use an integer slave ID to improve API compatibility
  dma: sh: provide a migration path for slave drivers to stop using
    .private
  mmc: sh_mmcif: switch to the new DMA channel allocation and
    configuration

 drivers/dma/sh/shdma-base.c |  130 ++++++++++++++++++++++++++++++++-----------
 drivers/dma/sh/shdma.c      |   35 +++++------
 drivers/dma/sh/shdma.h      |    2 +
 drivers/mmc/host/sh_mmcif.c |   90 +++++++++++++++++-------------
 include/linux/sh_dma.h      |   12 ++--
 include/linux/shdma-base.h  |    7 +-
 6 files changed, 177 insertions(+), 99 deletions(-)

-- 
1.7.2.5

Thanks
Guennadi
---
Guennadi Liakhovetski, Ph.D.
Freelance Open-Source Software Developer
http://www.open-technology.de/

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2012-07-12  8:35 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-04 16:17 [PATCH 0/4] dma: sh: stop using .private Guennadi Liakhovetski
2012-07-04 16:17 ` Guennadi Liakhovetski
2012-07-04 16:17 ` [PATCH 1/4] dmaengine: shdma: prepare to stop using struct dma_chan::private Guennadi Liakhovetski
2012-07-04 16:17   ` Guennadi Liakhovetski
2012-07-04 16:17 ` [PATCH 2/4] dma: sh: use an integer slave ID to improve API compatibility Guennadi Liakhovetski
2012-07-04 16:17   ` Guennadi Liakhovetski
2012-07-04 16:17 ` [PATCH 3/4] dma: sh: provide a migration path for slave drivers to stop using .private Guennadi Liakhovetski
2012-07-04 16:17   ` Guennadi Liakhovetski
2012-07-11 21:55   ` Magnus Damm
2012-07-11 21:55     ` Magnus Damm
2012-07-12  4:00     ` Paul Mundt
2012-07-12  4:00       ` Paul Mundt
2012-07-12  8:34       ` Guennadi Liakhovetski
2012-07-12  8:34         ` Guennadi Liakhovetski
2012-07-04 16:17 ` [PATCH 4/4] mmc: sh_mmcif: switch to the new DMA channel allocation and configuration Guennadi Liakhovetski
2012-07-04 16:17   ` Guennadi Liakhovetski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.