summaryrefslogtreecommitdiffstats
path: root/drivers/dma/amba-pl08x.c
Commit message (Expand)AuthorAgeFilesLines
* dma: pl08x: Export pl08x_filter_idSachin Kamat2014-01-281-0/+2
* dma: pl08x: allow zero slave channelsLinus Walleij2013-12-181-1/+1
* Fix pl08x warningsRussell King - ARM Linux2013-12-041-1/+1
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-11-201-35/+4Star
|\
| * Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel...Vinod Koul2013-11-161-31/+1Star
| |\
| | * dmaengine: remove DMA unmap from driversBartlomiej Zolnierkiewicz2013-11-141-31/+0Star
| | * dmaengine: prepare for generic 'unmap' dataDan Williams2013-11-141-0/+1
| * | dmaengine: amba-pl08x: use DMA_COMPLETE for dma completion statusVinod Koul2013-10-251-2/+2
| * | dma: misc: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-10-131-2/+1Star
| |/
* / DMA-API: dma: pl08x: add dma_set_mask_and_coherent() callRussell King2013-10-311-0/+5
|/
* Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-09-101-138/+363
|\
| * dmaengine: PL08x: Add cyclic transfer supportAlban Bedel2013-09-021-29/+118
| * dmaengine: PL08x: Fix reading the byte count in cctlAlban Bedel2013-09-021-0/+4
| * dmaengine: PL08x: Add support for different maximum transfer sizeTomasz Figa2013-09-021-1/+7
| * dmaengine: PL08x: Add support for PL080S variantTomasz Figa2013-09-021-27/+118
| * dmaengine: PL08x: Move LLI dumping code into separate functionTomasz Figa2013-09-021-17/+24
| * dmaengine: PL08x: Rework LLI handling to be less fragileTomasz Figa2013-09-021-65/+82
| * dmaengine: PL08x: Add support for different offset of CONFIG registerTomasz Figa2013-09-021-12/+18
| * dmaengine: PL08x: Refactor pl08x_getbytes_chan() to lower indentationTomasz Figa2013-09-021-24/+29
* | DMA: fix printk warning in AMBA PL08x DMA driverAndre Przywara2013-08-231-3/+6
* | DMA: fix AMBA PL08x compilation issue with 64bit DMA address typeAndre Przywara2013-08-231-6/+8
|/
* dmaengine: PL08x: Avoid collisions with get_signal() macroMark Brown2013-07-051-4/+4
* pl080.h: moved from arm/include/asm/hardware to include/linux/amba/Alessandro Rubini2013-01-131-1/+1
* dma: amba-pl08x: use vchan_dma_desc_free_listAkinobu Mita2013-01-081-7/+1Star
* drivers/dma/amba-pl08x.c: fix error return codeJulia Lawall2012-08-221-0/+2
* dmaengine: PL08x: ensure all descriptors are freed when channel is releasedRussell King2012-07-011-0/+2
* dmaengine: PL08x: get rid of write only pool_ctr and free_txd lockingRussell King2012-07-011-12/+0Star
* dmaengine: PL08x: get rid of pl08x_prep_channel_resourcesRussell King2012-07-011-23/+9Star
* dmaengine: PL08x: fix tx_status function to return correct residueRussell King2012-07-011-27/+34
* dmaengine: PL08x: convert to use vchan done listRussell King2012-07-011-81/+54Star
* dmaengine: PL08x: convert to use vchan submitted/issued listsRussell King2012-07-011-47/+17Star
* dmaengine: PL08x: use vchan's spinlockRussell King2012-07-011-25/+20Star
* dmaengine: PL08x: convert to use virt-dma structsRussell King2012-07-011-28/+29
* dmaengine: PL08x: rejig physical channel allocationRussell King2012-07-011-156/+112Star
* dmaengine: PL08x: start next descriptor from irq contextRussell King2012-07-011-4/+5
* dmaengine: PL08x: split the pend_list in twoRussell King2012-07-011-13/+28
* dmaengine: PL08x: re-jig the starting of txdsRussell King2012-07-011-20/+17Star
* dmaengine: PL08x: remove waiting descriptor pointerRussell King2012-07-011-7/+1Star
* dmaengine: PL08x: move DMA signal muxing into slave prepare codeRussell King2012-07-011-47/+32Star
* dmaengine: PL08x: convert to a list of completed descriptorsRussell King2012-07-011-10/+20
* dmaengine: PL08x: track mux usage on a per-channel basis.Russell King2012-07-011-5/+13
* dmaengine: PL08x: move DMA signal muxing into pl08x_dma_chan structRussell King2012-07-011-14/+15
* dmaengine: PL08x: split DMA signal muxing from channel allocRussell King2012-07-011-7/+36
* dmaengine: PL08x: get rid of unnecessary checks in dma_slave_configRussell King2012-07-011-28/+13Star
* dmaengine: PL08x: ignore 'direction' argument in dma_slave_configRussell King2012-07-011-38/+18Star
* dmaengine: PL08x: extract function to to generate cctl valuesRussell King2012-07-011-21/+32
* dmaengine: PL08x: move the bus and increment selection to dma prepare functionRussell King2012-07-011-12/+14
* dmaengine: PL08x: get rid of device_fc in struct pl08x_dma_chanRussell King2012-07-011-7/+1Star
* dmaengine: PL08x: get src/dst addr direct from dma_slave_config structRussell King2012-07-011-8/+7Star
* dmaengine: PL08x: constify channel names and bus_id stringsRussell King2012-07-011-1/+1