Alexandre Bounine
185ecb5f4f
dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclic
...
Add context parameter to device_prep_slave_sg() and device_prep_dma_cyclic()
interfaces to allow passing client/target specific information associated
with the data transfer.
Modify all affected DMA engine drivers.
Signed-off-by: Alexandre Bounine <alexandre.bounine@idt.com >
Acked-by: Linus Walleij <linus.walleij@linaro.org >
Acked-by: Felipe Balbi <balbi@ti.com >
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com >
2012-03-21 19:20:23 +05:30
Vinod Koul
949ff5b8d4
dmaengine: fix for cookie changes and merge
...
Fixed trivial issues in drivers:
drivers/dma/imx-sdma.c
drivers/dma/intel_mid_dma.c
drivers/dma/ioat/dma_v3.c
drivers/dma/iop-adma.c
drivers/dma/sirf-dma.c
drivers/dma/timb_dma.c
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com >
2012-03-13 11:58:12 +05:30
Russell King - ARM Linux
d3ee98cdcd
dmaengine: consolidate initialization of cookies
...
Provide a common function to initialize a channels cookie values.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk >
Tested-by: Linus Walleij <linus.walleij@linaro.org >
Reviewed-by: Linus Walleij <linus.walleij@linaro.org >
Acked-by: Jassi Brar <jassisinghbrar@gmail.com >
[imx-sdma.c & mxs-dma.c]
Tested-by: Shawn Guo <shawn.guo@linaro.org >
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com >
2012-03-13 11:37:22 +05:30
Russell King - ARM Linux
96a2af41c7
dmaengine: consolidate tx_status functions
...
Now that we have the completed cookie in the dma_chan structure, we
can consolidate the tx_status functions by providing a function to set
the txstate structure and returning the DMA status. We also provide
a separate helper to set the residue for cookies which are still in
progress.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk >
Tested-by: Linus Walleij <linus.walleij@linaro.org >
Reviewed-by: Linus Walleij <linus.walleij@linaro.org >
Acked-by: Jassi Brar <jassisinghbrar@gmail.com >
[imx-sdma.c & mxs-dma.c]
Tested-by: Shawn Guo <shawn.guo@linaro.org >
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com >
2012-03-13 11:37:14 +05:30
Russell King - ARM Linux
884485e1f1
dmaengine: consolidate assignment of DMA cookies
...
Everyone deals with assigning DMA cookies in the same way (it's part of
the API so they should be), so lets consolidate the common code into a
helper function to avoid this duplication.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk >
Tested-by: Linus Walleij <linus.walleij@linaro.org >
Reviewed-by: Linus Walleij <linus.walleij@linaro.org >
Acked-by: Jassi Brar <jassisinghbrar@gmail.com >
[imx-sdma.c & mxs-dma.c]
Tested-by: Shawn Guo <shawn.guo@linaro.org >
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com >
2012-03-13 11:36:52 +05:30
Russell King - ARM Linux
4d4e58de32
dmaengine: move last completed cookie into generic dma_chan structure
...
Every DMA engine implementation declares a last completed dma cookie
in their private dma channel structures. This is pointless, and
forces driver specific code. Move this out into the common dma_chan
structure.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk >
Tested-by: Linus Walleij <linus.walleij@linaro.org >
Reviewed-by: Linus Walleij <linus.walleij@linaro.org >
Acked-by: Jassi Brar <jassisinghbrar@gmail.com >
[imx-sdma.c & mxs-dma.c]
Tested-by: Shawn Guo <shawn.guo@linaro.org >
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com >
2012-03-13 11:36:06 +05:30
Axel Lin
c94e910535
dmaengine: convert drivers/dma/* to use module_platform_driver()
...
This patch converts the drivers in drivers/dma/* to use the
module_platform_driver() macro which makes the code smaller and a bit
simpler.
Cc: Dan Williams <dan.j.williams@intel.com >
Cc: Piotr Ziecik <kosmo@semihalf.com >
Cc: Rongjun Ying <rongjun.ying@csr.com >
Cc: Barry Song <21cnbao@gmail.com >
Cc: Pelagicore AB <info@pelagicore.com >
Signed-off-by: Axel Lin <axel.lin@gmail.com >
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com >
2011-12-05 08:25:54 +05:30
Rongjun Ying
ca21a146a4
dmaengine: add CSR SiRFprimaII DMAC driver
...
Cc: Jassi Brar <jaswinder.singh@linaro.org >
Cc: Arnd Bergmann <arnd@arndb.de >
Cc: Linus Walleij <linus.walleij@linaro.org >
Signed-off-by: Rongjun Ying <rongjun.ying@csr.com >
Signed-off-by: Barry Song <Baohua.Song@csr.com >
[fixed direction enums and cyclic api based on changes
already merged]
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com >
2011-11-18 12:25:22 +05:30