index
:
android_kernel_zuk_msm8996.git
halium-9.0
lineage-16.0
lineage-17.1
lineage-18.1
lineage-19.1
lineage-20
lineage-21
lineage-22
master
ubports-9.0
null
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
(
follow
)
Commit message (
Expand
)
Author
Age
...
|
|
*
|
|
|
dmaengine: PL08x: convert to a list of completed descriptors
Russell King
2012-07-01
|
|
*
|
|
|
dmaengine: PL08x: track mux usage on a per-channel basis.
Russell King
2012-07-01
|
|
*
|
|
|
dmaengine: PL08x: move DMA signal muxing into pl08x_dma_chan struct
Russell King
2012-07-01
|
|
*
|
|
|
dmaengine: PL08x: split DMA signal muxing from channel alloc
Russell King
2012-07-01
|
|
*
|
|
|
dmaengine: PL08x: get rid of unnecessary checks in dma_slave_config
Russell King
2012-07-01
|
|
*
|
|
|
dmaengine: PL08x: ignore 'direction' argument in dma_slave_config
Russell King
2012-07-01
|
|
*
|
|
|
dmaengine: PL08x: extract function to to generate cctl values
Russell King
2012-07-01
|
|
*
|
|
|
dmaengine: PL08x: move the bus and increment selection to dma prepare function
Russell King
2012-07-01
|
|
*
|
|
|
dmaengine: PL08x: get rid of device_fc in struct pl08x_dma_chan
Russell King
2012-07-01
|
|
*
|
|
|
dmaengine: PL08x: get src/dst addr direct from dma_slave_config struct
Russell King
2012-07-01
|
|
*
|
|
|
dmaengine: PL08x: constify channel names and bus_id strings
Russell King
2012-07-01
|
|
*
|
|
|
dmaengine: PL08x: move private data structures into amba-pl08x.c
Russell King
2012-07-01
|
|
*
|
|
|
dmaengine: PL08x: clean up get_signal/put_signal
Russell King
2012-07-01
|
|
*
|
|
|
dmaengine: PL08x: remove circular_buffer boolean from channel data
Russell King
2012-07-01
|
|
*
|
|
|
dmaengine: PL08x: remove redundant spinlock
Russell King
2012-07-01
|
|
*
|
|
|
dmaengine: PL08x: fix missed dma_transfer_direction fixup
Russell King
2012-07-01
|
|
*
|
|
|
dmaengine: PL08x: remove runtime PM support
Russell King
2012-07-01
|
|
|
/
/
/
|
*
|
|
|
dmaengine: omap: add support for cyclic DMA
Russell King
2012-07-31
|
*
|
|
|
dmaengine: omap: add support for setting fi
Russell King
2012-07-31
|
*
|
|
|
dmaengine: omap: add support for returning residue in tx_state method
Russell King
2012-07-31
|
*
|
|
|
dmaengine: add OMAP DMA engine driver
Russell King
2012-07-31
|
|
/
/
/
|
*
|
|
dmaengine: virt-dma: add support for cyclic DMA periodic callbacks
Russell King
2012-07-01
|
*
|
|
dmaengine: virt-dma: vchan_find_desc()
Russell King
2012-07-01
|
*
|
|
dmaengine: split out virtual channel DMA support from sa11x0 driver
Russell King
2012-07-01
*
|
|
|
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2012-07-24
|
\
\
\
\
|
|
|
/
/
|
|
/
|
/
|
|
_
|
/
|
/
|
|
|
*
|
dmaengine: Cleanup logging messages
Joe Perches
2012-07-20
|
*
|
dma: sh: provide a migration path for slave drivers to stop using .private
Guennadi Liakhovetski
2012-07-20
|
*
|
dma: sh: use an integer slave ID to improve API compatibility
Guennadi Liakhovetski
2012-07-20
|
*
|
dmaengine: shdma: prepare to stop using struct dma_chan::private
Guennadi Liakhovetski
2012-07-20
|
*
|
dmaengine: shdma: (cosmetic) simplify a static function
Guennadi Liakhovetski
2012-07-20
|
*
|
dmaengine: at_hdmac: add a few const qualifiers
Uwe Kleine-König
2012-07-16
|
*
|
dw_dmac: use 'u32' for LLI structure members, not dma_addr_t
Andy Shevchenko
2012-07-16
|
*
|
dw_dmac: mark dwc_dump_lli inline
Andy Shevchenko
2012-07-16
|
*
|
dma: mxs-dma: Export missing symbols from mxs-dma.c
Attila Kinali
2012-07-16
|
*
|
dma: shdma: convert to the shdma base library
Guennadi Liakhovetski
2012-07-13
|
*
|
dmaengine: add an shdma-base library
Guennadi Liakhovetski
2012-07-13
|
*
|
dma: move shdma driver to an own directory
Guennadi Liakhovetski
2012-07-13
|
*
|
dma: tegra: rename driver and compatible to match with dts
Laxman Dewangan
2012-07-13
|
*
|
dma: tegra: fix residual calculation for cyclic case
Laxman Dewangan
2012-07-13
|
*
|
dma: tegra: set DMA_CYCLIC capability
Laxman Dewangan
2012-06-27
|
*
|
dma: tegra: do not set transfer desc flag to DMA_CTRL_ACK in cyclic mode
Laxman Dewangan
2012-06-27
|
*
|
dma: tegra: add clk_prepare/clk_unprepare
Prashant Gaikwad
2012-06-27
|
*
|
dma: tegra: use sg_dma_address() for getting dma buffer address
Laxman Dewangan
2012-06-27
|
*
|
dmaengine: mmp_tdma: fix the arch dependency
Vinod Koul
2012-06-23
|
*
|
dw_dmac: introduce dwc_chan_disable
Andy Shevchenko
2012-06-21
|
*
|
dw_dmac: move from __init to __devinit
Andy Shevchenko
2012-06-21
|
*
|
dw_dmac: introduce dwc_fast_fls()
Andy Shevchenko
2012-06-21
|
*
|
dw_dmac: disable BLOCK interrupts
Andy Shevchenko
2012-06-21
|
*
|
dw_dmac: disable dma in optimal way in probe
Andy Shevchenko
2012-06-21
|
*
|
dw_dmac: use __func__ constant in the debug prints
Andy Shevchenko
2012-06-21
[prev]
[next]