aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/amba-pl08x.c
Commit message (Expand)AuthorAge
* dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclicAlexandre Bounine2012-03-21
* dmaengine: consolidate initialization of cookiesRussell King - ARM Linux2012-03-13
* dmaengine: consolidate tx_status functionsRussell King - ARM Linux2012-03-13
* dmaengine: provide a common function for completing a dma descriptorRussell King - ARM Linux2012-03-13
* dmaengine: consolidate assignment of DMA cookiesRussell King - ARM Linux2012-03-13
* dmaengine: add private header fileRussell King - ARM Linux2012-03-13
* dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux2012-03-13
* dmaengine/amba-pl08x: Take flow controller info from DMA_SLAVE_CONFIGViresh Kumar2012-02-22
* drivers/dma/amba-pl08x.c: adjust double testJulia Lawall2012-01-30
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-01-17
|\
| * dmaengine/amba-pl08x: Config ccfg and increment phychan_hold if phychan is trueViresh Kumar2011-12-04
| * dmaengine: move drivers to dma_transfer_directionVinod Koul2011-10-27
* | dmaengine: pl08x: Enable module alias autogeneration for AMBA driversDave Martin2011-11-22
|/
* dmaengine/amba-pl08x: Check txd->llis_va before freeing dma_poolViresh Kumar2011-09-19
* dmaengine/amba-pl08x: Add support for sg len greater than one for slave trans...Viresh Kumar2011-09-19
* dmaengine: amba-pl08x: make filter check that the channel is owned by pl08xRussell King - ARM Linux2011-09-05
* Merge branch 'next' into v3.1-rc4Vinod Koul2011-09-02
|\
| * dmaengine/amba-pl08x: Call pl08x_free_txd() instead of calling kfree() directlyViresh Kumar2011-08-25
| * dmaengine/amba-pl08x: Pass flow controller information with slave channel dataViresh Kumar2011-08-25
| * dmaengine/amba-pl08x: Choose peripheral bus as master busViresh Kumar2011-08-25
| * dmaengine/amba-pl08x: Align lli_len to max(src.width, dst.width)Viresh Kumar2011-08-25
| * dmaengine/amba-pl08x: Add prep_single_byte_llis() routineViresh Kumar2011-08-25
| * dmaengine/amba-pl08x: max_bytes_per_lli is TRANSFER_SIZE * src_width (not MIN...Viresh Kumar2011-08-25
| * dmaengine/amba-pl08x: Get rid of pl08x_pre_boundary()Viresh Kumar2011-08-25
| * dmaengine/amba-pl08x: Schedule tasklet in case of error interruptViresh Kumar2011-08-25
| * dmaengine/amba-pl08x: No need to check "ch->signal < 0"Viresh Kumar2011-08-25
| * dmaengine/amba-pl08x: Simplify pl08x_ensure_on()Viresh Kumar2011-08-25
| * dmaengine/amba-pl08x: support runtime PMViresh Kumar2011-08-25
| * dmaengine/amba-pl08x: Changing few prints to dev_dbg from dev_infoViresh Kumar2011-08-25
| * dmaengine/amba-pl08x: Remove redundant comment and rewrite originalViresh Kumar2011-08-25
| * dmaengine/amba-pl08x: pass (*ptr) to sizeof() instead of (struct xyz)Viresh Kumar2011-08-25
| * dmaengine/amba-pl08x: Rearrange inclusion of header files in ascending orderViresh Kumar2011-08-25
| * dmaengine/amba-pl08x: Resolve formatting issuesViresh Kumar2011-08-25
* | dmaengine: PL08x: Fix trivial build errorRussell King2011-08-09
|/
* dmaengine: pl08x: handle the rest of enums in pl08x_widthVinod Koul2011-07-26
* DMA: PL08x: cleanup selection of burst sizeRussell King - ARM Linux2011-07-26
* DMA: PL08x: avoid recalculating cctl at each prepareRussell King - ARM Linux2011-07-26
* DMA: PL08x: cleanup selection of buswidthRussell King - ARM Linux2011-07-26
* DMA: PL08x: separately store source/destination cctlRussell King - ARM Linux2011-07-26
* DMA: PL08x: separately store source/destination slave addressRussell King - ARM Linux2011-07-26
* DMA: PL08x: clean up LLI debuggingRussell King - ARM Linux2011-07-26
* DMA: PL08x: select LLI bus only once per LLI setupRussell King - ARM Linux2011-07-26
* DMA: PL08x: remove unused constantsRussell King - ARM Linux2011-07-26
* ARM: amba: make probe() functions take const id tablesRussell King2011-02-23
* DMA: PL08x: fix channel pausing to timeout rather than lockupRussell King - ARM Linux2011-01-31
* DMA: PL08x: fix infinite wait when terminating transfersRussell King - ARM Linux2011-01-31
* ARM: PL08x: cleanup commentsRussell King - ARM Linux2011-01-16
* ARM: PL08x: prevent dma_set_runtime_config() reconfiguring memcpy channelsRussell King - ARM Linux2011-01-04
* ARM: PL08x: allow dma_set_runtime_config() to return errorsRussell King - ARM Linux2011-01-04
* ARM: PL08x: fix locking between prepare function and submit functionRussell King - ARM Linux2011-01-04