summaryrefslogtreecommitdiffstats
path: root/drivers/dma/amba-pl08x.c
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: Use dma_sg_len(sg) instead of sg->lengthLars-Peter Clausen2012-05-111-1/+1
* dmaengine: Use sg_dma_address instead of sg_physLars-Peter Clausen2012-05-111-2/+2
* Merge branch 'fixes' into nextVinod Koul2012-04-251-0/+1
|\
| * dmaengine/amba-pl08x : reset phychan_hold on terminate allDavide Ciminaghi2012-04-251-0/+1
* | dma/amba-pl08x: add support for the Nomadik variantLinus Walleij2012-04-251-7/+37
* | dma/amba-pl08x: check for terminal count status onlyLinus Walleij2012-04-231-1/+1
|/
* dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclicAlexandre Bounine2012-03-211-1/+1
* dmaengine: consolidate initialization of cookiesRussell King - ARM Linux2012-03-131-2/+1
* dmaengine: consolidate tx_status functionsRussell King - ARM Linux2012-03-131-18/+4
* dmaengine: provide a common function for completing a dma descriptorRussell King - ARM Linux2012-03-131-1/+1
* dmaengine: consolidate assignment of DMA cookiesRussell King - ARM Linux2012-03-131-6/+3
* dmaengine: add private header fileRussell King - ARM Linux2012-03-131-0/+2
* dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux2012-03-131-4/+4
* dmaengine/amba-pl08x: Take flow controller info from DMA_SLAVE_CONFIGViresh Kumar2012-02-221-1/+3
* drivers/dma/amba-pl08x.c: adjust double testJulia Lawall2012-01-311-1/+1
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-01-171-19/+22
|\
| * dmaengine/amba-pl08x: Config ccfg and increment phychan_hold if phychan is trueViresh Kumar2011-12-051-9/+12
| * dmaengine: move drivers to dma_transfer_directionVinod Koul2011-10-271-12/+12
* | dmaengine: pl08x: Enable module alias autogeneration for AMBA driversDave Martin2011-11-221-0/+2
|/
* dmaengine/amba-pl08x: Check txd->llis_va before freeing dma_poolViresh Kumar2011-09-191-1/+2
* dmaengine/amba-pl08x: Add support for sg len greater than one for slave trans...Viresh Kumar2011-09-191-163/+215
* dmaengine: amba-pl08x: make filter check that the channel is owned by pl08xRussell King - ARM Linux2011-09-051-1/+9
* Merge branch 'next' into v3.1-rc4Vinod Koul2011-09-021-257/+188
|\
| * dmaengine/amba-pl08x: Call pl08x_free_txd() instead of calling kfree() directlyViresh Kumar2011-08-251-1/+3
| * dmaengine/amba-pl08x: Pass flow controller information with slave channel dataViresh Kumar2011-08-251-8/+53
| * dmaengine/amba-pl08x: Choose peripheral bus as master busViresh Kumar2011-08-251-16/+6
| * dmaengine/amba-pl08x: Align lli_len to max(src.width, dst.width)Viresh Kumar2011-08-251-5/+7
| * dmaengine/amba-pl08x: Add prep_single_byte_llis() routineViresh Kumar2011-08-251-28/+33
| * dmaengine/amba-pl08x: max_bytes_per_lli is TRANSFER_SIZE * src_width (not MIN...Viresh Kumar2011-08-251-8/+6
| * dmaengine/amba-pl08x: Get rid of pl08x_pre_boundary()Viresh Kumar2011-08-251-124/+17
| * dmaengine/amba-pl08x: Schedule tasklet in case of error interruptViresh Kumar2011-08-251-21/+23
| * dmaengine/amba-pl08x: No need to check "ch->signal < 0"Viresh Kumar2011-08-251-1/+1
| * dmaengine/amba-pl08x: Simplify pl08x_ensure_on()Viresh Kumar2011-08-251-7/+1
| * dmaengine/amba-pl08x: support runtime PMViresh Kumar2011-08-251-0/+12
| * dmaengine/amba-pl08x: Changing few prints to dev_dbg from dev_infoViresh Kumar2011-08-251-4/+3
| * dmaengine/amba-pl08x: Remove redundant comment and rewrite originalViresh Kumar2011-08-251-8/+7
| * dmaengine/amba-pl08x: pass (*ptr) to sizeof() instead of (struct xyz)Viresh Kumar2011-08-251-4/+4
| * dmaengine/amba-pl08x: Rearrange inclusion of header files in ascending orderViresh Kumar2011-08-251-9/+8
| * dmaengine/amba-pl08x: Resolve formatting issuesViresh Kumar2011-08-251-25/+16
* | dmaengine: PL08x: Fix trivial build errorRussell King2011-08-091-0/+1
|/
* dmaengine: pl08x: handle the rest of enums in pl08x_widthVinod Koul2011-07-261-1/+2
* DMA: PL08x: cleanup selection of burst sizeRussell King - ARM Linux2011-07-261-30/+28
* DMA: PL08x: avoid recalculating cctl at each prepareRussell King - ARM Linux2011-07-261-36/+42
* DMA: PL08x: cleanup selection of buswidthRussell King - ARM Linux2011-07-261-15/+19
* DMA: PL08x: separately store source/destination cctlRussell King - ARM Linux2011-07-261-14/+16
* DMA: PL08x: separately store source/destination slave addressRussell King - ARM Linux2011-07-261-12/+9
* DMA: PL08x: clean up LLI debuggingRussell King - ARM Linux2011-07-261-17/+16
* DMA: PL08x: select LLI bus only once per LLI setupRussell King - ARM Linux2011-07-261-4/+3
* DMA: PL08x: remove unused constantsRussell King - ARM Linux2011-07-261-4/+0
* ARM: amba: make probe() functions take const id tablesRussell King2011-02-231-1/+1