aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma/amba-pl08x.c
AgeCommit message (Expand)Author
2014-01-28dma: pl08x: Export pl08x_filter_idSachin Kamat
2013-12-18dma: pl08x: allow zero slave channelsLinus Walleij
2013-12-04Fix pl08x warningsRussell King - ARM Linux
2013-11-20Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2013-11-16Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel...Vinod Koul
2013-11-14dmaengine: remove DMA unmap from driversBartlomiej Zolnierkiewicz
2013-11-13dmaengine: prepare for generic 'unmap' dataDan Williams
2013-10-31DMA-API: dma: pl08x: add dma_set_mask_and_coherent() callRussell King
2013-10-25dmaengine: amba-pl08x: use DMA_COMPLETE for dma completion statusVinod Koul
2013-10-13dma: misc: remove deprecated IRQF_DISABLEDMichael Opdenacker
2013-09-10Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2013-09-02dmaengine: PL08x: Add cyclic transfer supportAlban Bedel
2013-09-02dmaengine: PL08x: Fix reading the byte count in cctlAlban Bedel
2013-09-02dmaengine: PL08x: Add support for different maximum transfer sizeTomasz Figa
2013-09-02dmaengine: PL08x: Add support for PL080S variantTomasz Figa
2013-09-02dmaengine: PL08x: Move LLI dumping code into separate functionTomasz Figa
2013-09-02dmaengine: PL08x: Rework LLI handling to be less fragileTomasz Figa
2013-09-02dmaengine: PL08x: Add support for different offset of CONFIG registerTomasz Figa
2013-09-02dmaengine: PL08x: Refactor pl08x_getbytes_chan() to lower indentationTomasz Figa
2013-08-22DMA: fix printk warning in AMBA PL08x DMA driverAndre Przywara
2013-08-22DMA: fix AMBA PL08x compilation issue with 64bit DMA address typeAndre Przywara
2013-07-05dmaengine: PL08x: Avoid collisions with get_signal() macroMark Brown
2013-01-13pl080.h: moved from arm/include/asm/hardware to include/linux/amba/Alessandro Rubini
2013-01-07dma: amba-pl08x: use vchan_dma_desc_free_listAkinobu Mita
2012-08-22drivers/dma/amba-pl08x.c: fix error return codeJulia Lawall
2012-07-01dmaengine: PL08x: ensure all descriptors are freed when channel is releasedRussell King
2012-07-01dmaengine: PL08x: get rid of write only pool_ctr and free_txd lockingRussell King
2012-07-01dmaengine: PL08x: get rid of pl08x_prep_channel_resourcesRussell King
2012-07-01dmaengine: PL08x: fix tx_status function to return correct residueRussell King
2012-07-01dmaengine: PL08x: convert to use vchan done listRussell King
2012-07-01dmaengine: PL08x: convert to use vchan submitted/issued listsRussell King
2012-07-01dmaengine: PL08x: use vchan's spinlockRussell King
2012-07-01dmaengine: PL08x: convert to use virt-dma structsRussell King
2012-07-01dmaengine: PL08x: rejig physical channel allocationRussell King
2012-07-01dmaengine: PL08x: start next descriptor from irq contextRussell King
2012-07-01dmaengine: PL08x: split the pend_list in twoRussell King
2012-07-01dmaengine: PL08x: re-jig the starting of txdsRussell King
2012-07-01dmaengine: PL08x: remove waiting descriptor pointerRussell King
2012-07-01dmaengine: PL08x: move DMA signal muxing into slave prepare codeRussell King
2012-07-01dmaengine: PL08x: convert to a list of completed descriptorsRussell King
2012-07-01dmaengine: PL08x: track mux usage on a per-channel basis.Russell King
2012-07-01dmaengine: PL08x: move DMA signal muxing into pl08x_dma_chan structRussell King
2012-07-01dmaengine: PL08x: split DMA signal muxing from channel allocRussell King
2012-07-01dmaengine: PL08x: get rid of unnecessary checks in dma_slave_configRussell King
2012-07-01dmaengine: PL08x: ignore 'direction' argument in dma_slave_configRussell King
2012-07-01dmaengine: PL08x: extract function to to generate cctl valuesRussell King
2012-07-01dmaengine: PL08x: move the bus and increment selection to dma prepare functionRussell King
2012-07-01dmaengine: PL08x: get rid of device_fc in struct pl08x_dma_chanRussell King
2012-07-01dmaengine: PL08x: get src/dst addr direct from dma_slave_config structRussell King
2012-07-01dmaengine: PL08x: constify channel names and bus_id stringsRussell King