summaryrefslogtreecommitdiffstats
path: root/include/linux/amba/pl08x.h
Commit message (Expand)AuthorAgeFilesLines
* ARM/dmaengine: pl08x: pass reasonable memcpy settingsLinus Walleij2017-05-241-4/+26
* dmaengine: pl08x: Add support for the DMA slave mapSylwester Nawrocki2016-11-171-0/+4
* dmaengine: pl08x: allocate OF slave channel data at probe timeLinus Walleij2016-04-051-1/+1
* dmaengine: PL08x: Avoid collisions with get_signal() macroMark Brown2013-07-051-4/+4
* dmaengine: PL08x: get rid of unnecessary checks in dma_slave_configRussell King2012-07-011-2/+3
* dmaengine: PL08x: constify channel names and bus_id stringsRussell King2012-07-011-1/+1
* dmaengine: PL08x: move private data structures into amba-pl08x.cRussell King2012-07-011-139/+2
* dmaengine: PL08x: clean up get_signal/put_signalRussell King2012-07-011-2/+2
* dmaengine: PL08x: remove circular_buffer boolean from channel dataRussell King2012-07-011-4/+0
* dma/amba-pl08x: add support for the Nomadik variantLinus Walleij2012-04-251-0/+3
* dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux2012-03-131-2/+0
* dmaengine/amba-pl08x: Take flow controller info from DMA_SLAVE_CONFIGViresh Kumar2012-02-221-4/+4
* dmaengine: move drivers to dma_transfer_directionVinod Koul2011-10-271-2/+2
* dmaengine/amba-pl08x: Add support for sg len greater than one for slave trans...Viresh Kumar2011-09-191-6/+16
* dmaengine/amba-pl08x: Pass flow controller information with slave channel dataViresh Kumar2011-08-251-0/+4
* dmaengine/amba-pl08x: Get rid of pl08x_pre_boundary()Viresh Kumar2011-08-251-2/+0
* dmaengine/amba-pl08x: Complete doc comment for struct pl08x_txdViresh Kumar2011-08-251-0/+8
* DMA: PL08x: constify plchan->cd and plat->slave_channelsRussell King - ARM Linux2011-07-261-2/+2
* DMA: PL08x: separately store source/destination cctlRussell King - ARM Linux2011-07-261-0/+2
* DMA: PL08x: separately store source/destination slave addressRussell King - ARM Linux2011-07-261-1/+2
* ARM: PL08x: cleanup commentsRussell King - ARM Linux2011-01-161-23/+20
* ARM: PL08x: fix a warningDan Williams2011-01-141-1/+1
* ARM: PL08x: fix locking between prepare function and submit functionRussell King - ARM Linux2011-01-041-4/+0
* ARM: PL08x: introduce 'phychan_hold' to hold on to physical channelsRussell King - ARM Linux2011-01-041-0/+3
* ARM: PL08x: rename 'desc_list' as 'pend_list'Russell King - ARM Linux2011-01-041-2/+2
* ARM: PL08x: shrink srcbus/dstbus in txd structureRussell King - ARM Linux2011-01-041-2/+2
* ARM: PL08x: allow AHB master port selection to be configuredRussell King - ARM Linux2011-01-041-2/+13
* ARM: PL08x: move default cctl into txd structureRussell King - ARM Linux2011-01-041-1/+2
* ARM: PL08x: move ccfg into txd structureRussell King - ARM Linux2011-01-041-1/+5
* ARM: PL08x: avoid duplicating registers in txd and phychan structuresRussell King - ARM Linux2011-01-041-13/+0
* ARM: PL08x: use 'size_t' for lengthsRussell King - ARM Linux2011-01-041-2/+2
* ARM: PL08x: avoid 'void *' struct fields when we can type them properlyRussell King - ARM Linux2011-01-041-1/+4
* ARM: PL08x: fix atomic_t usage and tx_submit() return value rangeRussell King - ARM Linux2011-01-041-1/+0
* dmaengine: driver for the ARM PL080/PL081 PrimeCells v5Linus Walleij2010-09-291-0/+222