aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma/amba-pl08x.c
AgeCommit message (Expand)Author
2011-09-19dmaengine/amba-pl08x: Check txd->llis_va before freeing dma_poolViresh Kumar
2011-09-19dmaengine/amba-pl08x: Add support for sg len greater than one for slave trans...Viresh Kumar
2011-09-05dmaengine: amba-pl08x: make filter check that the channel is owned by pl08xRussell King - ARM Linux
2011-09-02Merge branch 'next' into v3.1-rc4Vinod Koul
2011-08-25dmaengine/amba-pl08x: Call pl08x_free_txd() instead of calling kfree() directlyViresh Kumar
2011-08-25dmaengine/amba-pl08x: Pass flow controller information with slave channel dataViresh Kumar
2011-08-25dmaengine/amba-pl08x: Choose peripheral bus as master busViresh Kumar
2011-08-25dmaengine/amba-pl08x: Align lli_len to max(src.width, dst.width)Viresh Kumar
2011-08-25dmaengine/amba-pl08x: Add prep_single_byte_llis() routineViresh Kumar
2011-08-25dmaengine/amba-pl08x: max_bytes_per_lli is TRANSFER_SIZE * src_width (not MIN...Viresh Kumar
2011-08-25dmaengine/amba-pl08x: Get rid of pl08x_pre_boundary()Viresh Kumar
2011-08-25dmaengine/amba-pl08x: Schedule tasklet in case of error interruptViresh Kumar
2011-08-25dmaengine/amba-pl08x: No need to check "ch->signal < 0"Viresh Kumar
2011-08-25dmaengine/amba-pl08x: Simplify pl08x_ensure_on()Viresh Kumar
2011-08-25dmaengine/amba-pl08x: support runtime PMViresh Kumar
2011-08-25dmaengine/amba-pl08x: Changing few prints to dev_dbg from dev_infoViresh Kumar
2011-08-25dmaengine/amba-pl08x: Remove redundant comment and rewrite originalViresh Kumar
2011-08-25dmaengine/amba-pl08x: pass (*ptr) to sizeof() instead of (struct xyz)Viresh Kumar
2011-08-25dmaengine/amba-pl08x: Rearrange inclusion of header files in ascending orderViresh Kumar
2011-08-25dmaengine/amba-pl08x: Resolve formatting issuesViresh Kumar
2011-08-09dmaengine: PL08x: Fix trivial build errorRussell King
2011-07-26dmaengine: pl08x: handle the rest of enums in pl08x_widthVinod Koul
2011-07-26DMA: PL08x: cleanup selection of burst sizeRussell King - ARM Linux
2011-07-26DMA: PL08x: avoid recalculating cctl at each prepareRussell King - ARM Linux
2011-07-26DMA: PL08x: cleanup selection of buswidthRussell King - ARM Linux
2011-07-26DMA: PL08x: separately store source/destination cctlRussell King - ARM Linux
2011-07-26DMA: PL08x: separately store source/destination slave addressRussell King - ARM Linux
2011-07-26DMA: PL08x: clean up LLI debuggingRussell King - ARM Linux
2011-07-26DMA: PL08x: select LLI bus only once per LLI setupRussell King - ARM Linux
2011-07-26DMA: PL08x: remove unused constantsRussell King - ARM Linux
2011-02-23ARM: amba: make probe() functions take const id tablesRussell King
2011-01-30DMA: PL08x: fix channel pausing to timeout rather than lockupRussell King - ARM Linux
2011-01-30DMA: PL08x: fix infinite wait when terminating transfersRussell King - ARM Linux
2011-01-16ARM: PL08x: cleanup commentsRussell King - ARM Linux
2011-01-04ARM: PL08x: prevent dma_set_runtime_config() reconfiguring memcpy channelsRussell King - ARM Linux
2011-01-04ARM: PL08x: allow dma_set_runtime_config() to return errorsRussell King - ARM Linux
2011-01-04ARM: PL08x: fix locking between prepare function and submit functionRussell King - ARM Linux
2011-01-04ARM: PL08x: introduce 'phychan_hold' to hold on to physical channelsRussell King - ARM Linux
2011-01-04ARM: PL08x: put txd's on the pending list in pl08x_tx_submit()Russell King - ARM Linux
2011-01-04ARM: PL08x: rename 'desc_list' as 'pend_list'Russell King - ARM Linux
2011-01-04ARM: PL08x: implement unmapping of memcpy buffersRussell King - ARM Linux
2011-01-04ARM: PL08x: store prep_* flags in async_tx structureRussell King - ARM Linux
2011-01-04ARM: PL08x: shrink srcbus/dstbus in txd structureRussell King - ARM Linux
2011-01-04ARM: PL08x: don't manipulate txd->srcbus or txd->dstbus during LLI fillRussell King - ARM Linux
2011-01-04ARM: PL08x: fix fill_bytes calculationRussell King - ARM Linux
2011-01-04ARM: PL08x: use min() to calculate target_lenRussell King - ARM Linux
2011-01-04ARM: PL08x: ensure pl08x_pre_boundary() works for any value of addrRussell King - ARM Linux
2011-01-04ARM: PL08x: make pl08x_fill_lli_for_desc() return voidRussell King - ARM Linux
2011-01-04ARM: PL08x: move callback outside spinlock'd regionRussell King - ARM Linux
2011-01-04ARM: PL08x: allow AHB master port selection to be configuredRussell King - ARM Linux