summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
...
| | * | 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-311-1/+1
| | * | 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-312-0/+50
| | * | 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
| | * | dma40: use helpers for channel type checkRabin Vincent2011-01-311-22/+32
| | * | dma40: use helper for channel registers baseRabin Vincent2011-01-311-44/+30Star
| | * | dma40: remove "hardware link with previous jobs" codeRabin Vincent2011-01-311-107/+6Star
| | * | dma40: ensure event lines get enabledRabin Vincent2011-01-311-17/+46
| | * | dma40: make init function staticRabin Vincent2011-01-311-1/+1
* | | | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2011-03-211-6/+2Star
|\ \ \ \
| * | | | dma: change to new flag variablematt mooney2011-03-171-6/+2Star
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-03-183-4/+4
|\ \ \ \
| * | | | Remove one to many n's in a wordJustin P. Mattock2011-03-011-1/+1
| * | | | coh901318.c: Change initate to initiate.Justin P. Mattock2011-02-171-2/+2
| * | | | Merge branch 'master' into for-nextJiri Kosina2011-02-1510-794/+935
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Comment typo fixes for 'descriptor'Justin P. Mattock2011-01-191-1/+1
| | | | |
| \ \ \ \
| \ \ \ \
| \ \ \ \
*---. \ \ \ \ Merge branches 'defcfg', 'drivers' and 'cyberpro-next' of master.kernel.org:/...Linus Torvalds2011-03-182-2/+2
|\ \ \ \ \ \ \ | | | | |/ / / | | | |/| / / | | |_|_|/ / | |/| | | |
| | * | | | ARM: amba: make probe() functions take const id tablesRussell King2011-02-232-2/+2
| |/ / / /
* / / / / dt/powerpc: Eliminate users of of_platform_{,un}register_driverGrant Likely2011-02-283-22/+12Star
|/ / / /
* | | | Merge branch 'imx' into dmaengine-fixesDan Williams2011-02-142-39/+63
|\ \ \ \
| * \ \ \ Merge branch 'dmaengine-shawn' into dmaengineSascha Hauer2011-01-311-10/+6Star
| |\ \ \ \
| | * | | | dmaengine: imx-sdma: fix up param for the last BD in sdma_prep_slave_sg()Shawn Guo2011-01-311-1/+4
| | * | | | dmaengine: imx-sdma: correct sdmac->status in sdma_handle_channel_loop()Shawn Guo2011-01-311-1/+1
| | * | | | dmaengine: imx-sdma: return sdmac->status in sdma_tx_status()Shawn Guo2011-01-311-3/+1Star
| | * | | | dmaengine: imx-sdma: set sdmac->status to DMA_ERROR in err_out of sdma_prep_s...Shawn Guo2011-01-311-0/+1
| | * | | | dmaengine: imx-sdma: remove IMX_DMA_SG_LOOP handling in sdma_prep_slave_sg()Shawn Guo2011-01-311-6/+0Star
| | |/ / /
| * | | | Merge branch 'dmaengine-sdma' into dmaengineSascha Hauer2011-01-311-25/+35
| |\ \ \ \
| | * | | | dmaengine i.MX SDMA: reserve channel 0 by not registering itSascha Hauer2011-01-311-18/+12Star
| | * | | | dmaengine i.MX SDMA: initialize dma capabilities outside channel loopSascha Hauer2011-01-311-3/+3
| | * | | | dmaengine i.MX SDMA: do not initialize chan_id fieldSascha Hauer2011-01-311-1/+0Star
| | * | | | dmaengine i.MX sdma: check sg entries for valid addresses and lengthsSascha Hauer2011-01-311-3/+17
| | * | | | dmaengine i.MX sdma: set maximum segment size for our deviceSascha Hauer2011-01-311-0/+3
| | |/ / /