aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2011-03-201-6/+2
|\
| * dma: change to new flag variablematt mooney2011-03-171-6/+2
* | 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-172-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/+12
|/ / /
* | | Merge branch 'imx' into dmaengine-fixesDan Williams2011-02-142-39/+63
|\ \ \
| * \ \ Merge branch 'dmaengine-shawn' into dmaengineSascha Hauer2011-01-311-10/+6
| |\ \ \
| | * | | 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/+1
| | * | | 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/+0
| | |/ /
| * | | 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/+12
| | * | | 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/+0
| | * | | 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
| | |/ /
| * | | dmaengine i.MX dma: initialize dma capabilities outside channel loopSascha Hauer2011-01-311-3/+3
| * | | dmaengine i.MX DMA: do not initialize chan_id fieldSascha Hauer2011-01-311-1/+0
| * | | dmaengine i.MX dma: check sg entries for valid addresses and lengthsSascha Hauer2011-01-311-0/+15
| * | | dmaengine i.MX dma: set maximum segment size for our deviceSascha Hauer2011-01-311-0/+4
| |/ /
* | | dma: ipu_idmac: do not lose valid received data in the irq handlerAnatolij Gustschin2011-02-141-50/+0
* | | 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
* | | dmaengine: imx-sdma: fix inconsistent naming in sdma_assign_cookie()Shawn Guo2011-01-291-4/+4
* | | dmaengine: imx-sdma: propagate error in sdma_probe() instead of returning 0Shawn Guo2011-01-291-1/+1
* | | dmaengine i.MX SDMA: Fix firmware loadingSascha Hauer2011-01-291-1/+1
|/ /
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2011-01-1710-794/+935
|\ \ | |/ |/|
| * ARM: PL08x: cleanup commentsRussell King - ARM Linux2011-01-161-94/+52
| * Update CONFIG_MD_RAID6_PQ to CONFIG_RAID6_PQ in drivers/dma/iop-adma.cWei Yongquan2011-01-141-2/+2
| * dmaengine: at_hdmac: fix race while monitoring channel statusNicolas Ferre2011-01-141-2/+2
| * dmaengine: at_hdmac: flags located in first descriptorNicolas Ferre2011-01-141-3/+3
| * dmaengine: at_hdmac: use subsys_initcall instead of module_initEric Xu2011-01-141-1/+1
| * dmaengine: at_hdmac: no need set ACK in new descriptorNicolas Ferre2011-01-141-1/+0
| * dmaengine: at_hdmac: trivial add precision to unmapping commentNicolas Ferre2011-01-141-1/+1
| * dmaengine: at_hdmac: use dma_address to program DMA hardwareNicolas Ferre2011-01-141-2/+2
| * pch_dma: support new device ML7213 IOHTomoya MORINAGA2011-01-142-7/+21
| *-. Merge branches 'amba' and 'dma40' into dmaengineDan Williams2011-01-074-680/+833
| |\ \
| | | * dmaengine: dma40: Add support to split up large elementsPer Forlin2011-01-043-130/+343
| | * | 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