[PATCH 0/9 v3] extract an shdma base library from shdma.c

From: Guennadi Liakhovetski
Date: Wed May 09 2012 - 11:09:31 EST


This is v3 of the shdma driver split. It is no longer trying to be
generic, instead it is kept sh-specific, until we have better conditions
for making it generic. Apart from moving to an own directory with the
rest of shdma driver files, it has been updated to the top of the current
slave-dma tree. The comment from Sascha Hauer to v2 of this patch-set
has also been addressed - thanks! Two more client drivers have also been
added - fsi and renesas_usbhs. Would be really great to get it into 3.5 -
it is blocking the addition of one more DMAC variant.

Guennadi Liakhovetski (9):
dmaengine: add an shdma-base library
dma: shdma: prepare for conversion to the shdma base library
mmc: sh_mmcif: remove unneeded struct sh_mmcif_dma, prepare to shdma
conversion
mmc: sh_mobile_sdhi: prepare for conversion to the shdma base library
serial: sh-sci: prepare for conversion to the shdma base library
ASoC: siu: prepare for conversion to the shdma base library
usb: renesas_usbhs: prepare for conversion to the shdma base library
ASoC: fsi: prepare for conversion to the shdma base library
dma: shdma: convert to the shdma base library

drivers/dma/sh/Makefile | 1 +
drivers/dma/sh/shdma-base.c | 868 ++++++++++++++++++++++++++++
drivers/dma/sh/shdma.c | 1122 +++++++++----------------------------
drivers/dma/sh/shdma.h | 44 +-
drivers/mmc/host/sh_mmcif.c | 24 +-
drivers/mmc/host/sh_mobile_sdhi.c | 8 +-
drivers/tty/serial/sh-sci.c | 8 +-
drivers/usb/renesas_usbhs/fifo.c | 10 +-
include/linux/mmc/sh_mmcif.h | 8 +-
include/linux/sh_dma.h | 33 +-
include/linux/shdma-base.h | 123 ++++
sound/soc/sh/fsi.c | 4 +-
sound/soc/sh/siu_pcm.c | 8 +-
13 files changed, 1326 insertions(+), 935 deletions(-)
create mode 100644 drivers/dma/sh/shdma-base.c
create mode 100644 include/linux/shdma-base.h

--
1.7.2.5

Thanks
Guennadi
---
Guennadi Liakhovetski, Ph.D.
Freelance Open-Source Software Developer
http://www.open-technology.de/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/