aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/amba/pl08x.h
Commit message (Expand)AuthorAge
* dmaengine: PL08x: get rid of unnecessary checks in dma_slave_configRussell King2012-07-01
* dmaengine: PL08x: constify channel names and bus_id stringsRussell King2012-07-01
* dmaengine: PL08x: move private data structures into amba-pl08x.cRussell King2012-07-01
* dmaengine: PL08x: clean up get_signal/put_signalRussell King2012-07-01
* dmaengine: PL08x: remove circular_buffer boolean from channel dataRussell King2012-07-01
* dma/amba-pl08x: add support for the Nomadik variantLinus Walleij2012-04-25
* dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux2012-03-13
* dmaengine/amba-pl08x: Take flow controller info from DMA_SLAVE_CONFIGViresh Kumar2012-02-22
* dmaengine: move drivers to dma_transfer_directionVinod Koul2011-10-27
* dmaengine/amba-pl08x: Add support for sg len greater than one for slave trans...Viresh Kumar2011-09-19
* dmaengine/amba-pl08x: Pass flow controller information with slave channel dataViresh Kumar2011-08-25
* dmaengine/amba-pl08x: Get rid of pl08x_pre_boundary()Viresh Kumar2011-08-25
* dmaengine/amba-pl08x: Complete doc comment for struct pl08x_txdViresh Kumar2011-08-25
* DMA: PL08x: constify plchan->cd and plat->slave_channelsRussell King - ARM Linux2011-07-26
* DMA: PL08x: separately store source/destination cctlRussell King - ARM Linux2011-07-26
* DMA: PL08x: separately store source/destination slave addressRussell King - ARM Linux2011-07-26
* ARM: PL08x: cleanup commentsRussell King - ARM Linux2011-01-16
* ARM: PL08x: fix a warningDan Williams2011-01-14
* ARM: PL08x: fix locking between prepare function and submit functionRussell King - ARM Linux2011-01-04
* ARM: PL08x: introduce 'phychan_hold' to hold on to physical channelsRussell King - ARM Linux2011-01-04
* ARM: PL08x: rename 'desc_list' as 'pend_list'Russell King - ARM Linux2011-01-04
* ARM: PL08x: shrink srcbus/dstbus in txd structureRussell King - ARM Linux2011-01-04
* ARM: PL08x: allow AHB master port selection to be configuredRussell King - ARM Linux2011-01-04
* ARM: PL08x: move default cctl into txd structureRussell King - ARM Linux2011-01-04
* ARM: PL08x: move ccfg into txd structureRussell King - ARM Linux2011-01-04
* ARM: PL08x: avoid duplicating registers in txd and phychan structuresRussell King - ARM Linux2011-01-04
* ARM: PL08x: use 'size_t' for lengthsRussell King - ARM Linux2011-01-04
* ARM: PL08x: avoid 'void *' struct fields when we can type them properlyRussell King - ARM Linux2011-01-04
* ARM: PL08x: fix atomic_t usage and tx_submit() return value rangeRussell King - ARM Linux2011-01-04
* dmaengine: driver for the ARM PL080/PL081 PrimeCells v5Linus Walleij2010-09-29