summaryrefslogtreecommitdiffstats
path: root/drivers/dma/amba-pl08x.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* DMA: PL08x: fix channel pausing to timeout rather than lockupRussell King - ARM Linux2011-01-301-6/+15
* DMA: PL08x: fix infinite wait when terminating transfersRussell King - ARM Linux2011-01-301-14/+18
* ARM: PL08x: cleanup commentsRussell King - ARM Linux2011-01-161-94/+52
* ARM: PL08x: prevent dma_set_runtime_config() reconfiguring memcpy channelsRussell King - ARM Linux2011-01-041-0/+3
* ARM: PL08x: allow dma_set_runtime_config() to return errorsRussell King - ARM Linux2011-01-041-10/+13
* ARM: PL08x: fix locking between prepare function and submit functionRussell King - ARM Linux2011-01-041-19/+9
* ARM: PL08x: introduce 'phychan_hold' to hold on to physical channelsRussell King - ARM Linux2011-01-041-0/+11
* ARM: PL08x: put txd's on the pending list in pl08x_tx_submit()Russell King - ARM Linux2011-01-041-14/+32
* ARM: PL08x: rename 'desc_list' as 'pend_list'Russell King - ARM Linux2011-01-041-10/+10
* ARM: PL08x: implement unmapping of memcpy buffersRussell King - ARM Linux2011-01-041-13/+39
* ARM: PL08x: store prep_* flags in async_tx structureRussell King - ARM Linux2011-01-041-3/+5
* ARM: PL08x: shrink srcbus/dstbus in txd structureRussell King - ARM Linux2011-01-041-10/+10
* ARM: PL08x: don't manipulate txd->srcbus or txd->dstbus during LLI fillRussell King - ARM Linux2011-01-041-76/+83
* ARM: PL08x: fix fill_bytes calculationRussell King - ARM Linux2011-01-041-16/+10
* ARM: PL08x: use min() to calculate target_lenRussell King - ARM Linux2011-01-041-3/+1
OpenPOWER on IntegriCloud