summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | avr32: at32ap700x: Specify DMA Flow Controller, Src and Dst msizeViresh Kumar2011-03-061-0/+9
| | * | | | dw_dmac: Setting Default Burst length for transfers as 16.Viresh Kumar2011-03-061-2/+2
| | * | | | dw_dmac: Allow src/dst msize & flow controller to be configured at runtimeViresh KUMAR2011-03-063-6/+39
| | * | | | dw_dmac: Changing type of src_master and dest_master to u8.Viresh Kumar2011-03-061-2/+4
| | * | | | dw_dmac: Pass Channel Priority from platform_dataViresh Kumar2011-03-063-2/+16
| | * | | | dw_dmac: Pass Channel Allocation Order from platform_dataViresh Kumar2011-03-062-1/+8
| | * | | | dw_dmac: Mark all tx_descriptors with DMA_CRTL_ACK after xfer finishViresh Kumar2011-03-061-0/+7
| | * | | | dw_dmac: Change value of DWC_MAX_COUNT to 4095.Viresh Kumar2011-03-061-3/+2Star
| | * | | | dw_dmac: Adding support for 64 bit access width for memcpy xfersViresh Kumar2011-03-061-1/+3
| | * | | | dw_dmac: Calling dwc_scan_descriptors from dwc_tx_status() after taking lockViresh Kumar2011-03-061-0/+2
| | * | | | dw_dmac: Move single descriptor from dwc->queue to dwc->active_list in dwc_co...Viresh Kumar2011-03-061-12/+8Star
| | * | | | dw_dmac: Replace module_init() with subsys_initcall()Viresh Kumar2011-03-061-1/+1
| | * | | | dw_dmac: Remove compilation dependency from AVR32 and put on HAVE_CLKViresh Kumar2011-03-061-1/+1
| | * | | | dmaengine: mxs-dma: add dma support for i.MX23/28Shawn Guo2011-03-024-0/+759
| | * | | | pch_dma: set the number of array correctlyTomoya MORINAGA2011-02-261-2/+2
| | * | | | pch_dma: fix kernel error issueTomoya MORINAGA2011-02-261-15/+14Star
| * | | | | Merge branch 'dmaengine-fixes' into dmaengineDan Williams2011-03-111-0/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge branch 'dw_dmac' into dmaengineDan Williams2011-02-143-14/+33
| |\ \ \ \ \
| | * | | | | avr32: at32ap700x: specify DMA src and dst mastersJamie Iles2011-01-301-0/+6
| | * | | | | dmaengine/dw_dmac: provide a mechanism to indicate private devicesJamie Iles2011-01-302-0/+5
| | * | | | | dmaengine/dw_dmac: allow src/dst masters to be configured at runtimeJamie Iles2011-01-302-14/+19
| | * | | | | dmaengine/dw_dmac: don't scan descriptors if no xfers in progressJamie Iles2011-01-301-0/+3
| * | | | | | Merge branch 'dma40' into dmaengineDan Williams2011-02-144-947/+761Star
| |\ \ \ \ \ \
| | * | | | | | dma40: cyclic xfer supportRabin Vincent2011-01-313-49/+167
| | * | | | | | dma40: stop ongoing transfers in DMA_TERMINATE_ALLRabin Vincent2011-01-311-13/+21
| | * | | | | | dma40: fix DMA_SG capability and channelsRabin Vincent2011-01-311-37/+34Star
| | * | | | | | dma40: handle failure to allocate first LCLARabin Vincent2011-01-311-0/+5
| | * | | | | | dma40: extract lcla code into separate functionRabin Vincent2011-01-311-42/+50
| | * | | | | | dma40: use flags to reduce parameter countRabin Vincent2011-01-312-37/+52
| | * | | | | | dma40: make d40_log_buf_to_lli staticRabin Vincent2011-01-312-8/+1Star
| | * | | | | | dma40: unify src/dst addr checkRabin Vincent2011-01-311-13/+16
| | * | | | | | dma40: pass the info pointer all the way to reduce argument countRabin Vincent2011-01-313-33/+22Star
| | * | | | | | dma40: unify d40_log_sg_to_lli funcs for mem and slaveRabin Vincent2011-01-313-85/+29Star
| | * | | | | | dma40: combine duplicated code in log_sg_to_devRabin Vincent2011-01-311-29/+23Star
| | * | | | | | dma40: move lli_load to main source fileRabin Vincent2011-01-313-35/+18Star
| | * | | | | | dma40: combine mem and slave prep_sg functionsRabin Vincent2011-01-311-94/+62Star
| | * | | | | | dma40: remove export of stedma40_memcpy_sgRabin Vincent2011-01-312-20/+1Star
| | * | | | | | dma40: combine mem and slave sg-to-lli functionsRabin Vincent2011-01-311-110/+84Star
| | * | | | | | dma40: remove duplicated dev addr codeRabin Vincent2011-01-311-36/+30Star
| | * | | | | | dma40: combine duplicated d40_pool_lli_alloc() callsRabin Vincent2011-01-311-24/+14Star
| | * | | | | | dma40: combine desc init functionsRabin Vincent2011-01-311-44/+32Star
| | * | | | | | dma40: implement prep_memcpy as a wrapper around memcpy_sgRabin Vincent2011-01-313-110/+10Star
| | * | | | | | dma40: remove unnecessary castsRabin Vincent2011-01-311-4/+2Star
| | * | | | | | dma40: fix DMA API usage for LLIsRabin Vincent2011-01-311-17/+41
| | * | | | | | dma40: fix DMA API usage for LCLARabin Vincent2011-01-311-8/+25
| | * | | | | | dma40: use sg_dma_address() instead of sg_phys()Rabin Vincent2011-01-311-4/+4
| | * | | | | | dma40: remove unnecessary ALIGN()sRabin Vincent2011-01-311-5/+3Star
| | * | | | | | dma40: allow realtime and priority for event linesRabin Vincent2011-01-313-0/+53
| | * | | | | | dma40: fix comment to refer to SOCs rather than boardsRabin Vincent2011-01-311-2/+3
| | * | | | | | dma40: use helpers for error functionsRabin Vincent2011-01-311-127/+74Star