Commit Graph

1147 Commits (be53db6e4edd9dc013b21a929ad2b142dea8b9c0)

Author SHA1 Message Date
Guennadi Liakhovetski 4f46f8ac80 dmaengine: shdma: restore partial transfer calculation 13 years ago
Russell King 3a774ea91a dmaengine: omap: add support for cyclic DMA 13 years ago
Russell King 7c836bc7f9 dmaengine: omap: add support for setting fi 13 years ago
Russell King 3850e22f51 dmaengine: omap: add support for returning residue in tx_state method 13 years ago
Russell King 7bedaa5537 dmaengine: add OMAP DMA engine driver 13 years ago
Joe Perches 6343325023 dmaengine: Cleanup logging messages 13 years ago
Guennadi Liakhovetski 1ff8df4f53 dma: sh: provide a migration path for slave drivers to stop using .private 13 years ago
Guennadi Liakhovetski c2cdb7e4d1 dma: sh: use an integer slave ID to improve API compatibility 13 years ago
Guennadi Liakhovetski ecf90fbbdc dmaengine: shdma: prepare to stop using struct dma_chan::private 13 years ago
Guennadi Liakhovetski 341f4dc5dc dmaengine: shdma: (cosmetic) simplify a static function 13 years ago
Uwe Kleine-König 7fd63ccdad dmaengine: at_hdmac: add a few const qualifiers 13 years ago
Andy Shevchenko f8609c2b52 dw_dmac: use 'u32' for LLI structure members, not dma_addr_t 13 years ago
Andy Shevchenko 93aad1bcc5 dw_dmac: mark dwc_dump_lli inline 13 years ago
Attila Kinali 41c556a8cb dma: mxs-dma: Export missing symbols from mxs-dma.c 13 years ago
Guennadi Liakhovetski ce3a1ab742 dma: shdma: convert to the shdma base library 13 years ago
Guennadi Liakhovetski 9a7b8e002e dmaengine: add an shdma-base library 13 years ago
Guennadi Liakhovetski e95be94b8c dma: move shdma driver to an own directory 13 years ago
Laxman Dewangan cd9092c6ea dma: tegra: rename driver and compatible to match with dts 13 years ago
Laxman Dewangan 4a46ba36e2 dma: tegra: fix residual calculation for cyclic case 13 years ago
Shawn Guo 88289c80d4 dma: ipu: remove the use of ipu_platform_data 13 years ago
Russell King d94443256f dmaengine: sa11x0-dma: add cyclic DMA support 13 years ago
Russell King 63fe23c34e dmaengine: sa11x0-dma: fix DMA residue support 13 years ago
Russell King a068682cd6 dmaengine: PL08x: ensure all descriptors are freed when channel is released 13 years ago
Russell King 70f3ff434d dmaengine: PL08x: get rid of write only pool_ctr and free_txd locking 13 years ago
Russell King aa4afb754d dmaengine: PL08x: get rid of pl08x_prep_channel_resources 13 years ago
Russell King 06e885b735 dmaengine: PL08x: fix tx_status function to return correct residue 13 years ago
Russell King 18536134ab dmaengine: PL08x: convert to use vchan done list 13 years ago
Russell King 879f127bb2 dmaengine: PL08x: convert to use vchan submitted/issued lists 13 years ago
Russell King 083be28a10 dmaengine: PL08x: use vchan's spinlock 13 years ago
Russell King 01d8dc64e9 dmaengine: PL08x: convert to use virt-dma structs 13 years ago
Russell King a5a488db42 dmaengine: PL08x: rejig physical channel allocation 13 years ago
Russell King c33b644cb3 dmaengine: PL08x: start next descriptor from irq context 13 years ago
Russell King ea1605612c dmaengine: PL08x: split the pend_list in two 13 years ago
Russell King eab82533c9 dmaengine: PL08x: re-jig the starting of txds 13 years ago
Russell King 7847f6b55e dmaengine: PL08x: remove waiting descriptor pointer 13 years ago
Russell King c48d496329 dmaengine: PL08x: move DMA signal muxing into slave prepare code 13 years ago
Russell King a936e79313 dmaengine: PL08x: convert to a list of completed descriptors 13 years ago
Russell King 5e2479bd0e dmaengine: PL08x: track mux usage on a per-channel basis. 13 years ago
Russell King ad0de2ac32 dmaengine: PL08x: move DMA signal muxing into pl08x_dma_chan struct 13 years ago
Russell King 6b16c8b161 dmaengine: PL08x: split DMA signal muxing from channel alloc 13 years ago
Russell King dc8d5f8de1 dmaengine: PL08x: get rid of unnecessary checks in dma_slave_config 13 years ago
Russell King 800d683e6b dmaengine: PL08x: ignore 'direction' argument in dma_slave_config 13 years ago
Russell King 9862ba17b7 dmaengine: PL08x: extract function to to generate cctl values 13 years ago
Russell King 409ec8db46 dmaengine: PL08x: move the bus and increment selection to dma prepare function 13 years ago
Russell King 95442b2234 dmaengine: PL08x: get rid of device_fc in struct pl08x_dma_chan 13 years ago
Russell King ed91c13d29 dmaengine: PL08x: get src/dst addr direct from dma_slave_config struct 13 years ago
Russell King 550ec36f50 dmaengine: PL08x: constify channel names and bus_id strings 13 years ago
Russell King b23f204c8d dmaengine: PL08x: move private data structures into amba-pl08x.c 13 years ago
Russell King aeea1808fe dmaengine: PL08x: clean up get_signal/put_signal 13 years ago
Russell King 48afb3112e dmaengine: PL08x: remove circular_buffer boolean from channel data 13 years ago