| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2012-04-26 | 7 | -148/+226 |
|\ |
|
| * | dmaengine/amba-pl08x : reset phychan_hold on terminate all | Davide Ciminaghi | 2012-04-25 | 1 | -0/+1 |
| * | dma: pl330: fix a couple of compilation warnings | Olof Johansson | 2012-04-25 | 1 | -10/+15 |
| * | dma/ste_dma40: fix erroneous comparison | Linus Walleij | 2012-04-23 | 1 | -1/+1 |
| * | dma/ste_dma40: explicitly include regulator consumer header | Linus Walleij | 2012-04-23 | 1 | -0/+1 |
| * | dma40: Improve the logic of stopping logical chan | Narayanan G | 2012-04-23 | 2 | -123/+199 |
| * | dmaengine: at_hdmac: remove clear-on-read in atc_dostart() | Nicolas Ferre | 2012-04-20 | 1 | -4/+0 |
| * | dma: mxs-dma: enable channel in device_issue_pending call | Shawn Guo | 2012-04-20 | 1 | -7/+3 |
| * | dmaengine: imx-dma: dont complete descriptor for cyclic dma | Vinod Koul | 2012-04-20 | 1 | -3/+6 |
* | | dmaengine: Kconfig: fix Atmel at_hdmac entry | Nicolas Ferre | 2012-04-17 | 1 | -3/+2 |
* | | Merge tag 'dmaengine-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2012-04-10 | 7 | -25/+80 |
|\ \ |
|
| * | | netdma: adding alignment check for NETDMA ops | Dave Jiang | 2012-04-05 | 1 | -0/+14 |
| * | | ioatdma: DMA copy alignment needed to address IOAT DMA silicon errata | Dave Jiang | 2012-04-05 | 1 | -0/+41 |
| * | | ioat: ring size variables need to be 32bit to avoid overflow | Dave Jiang | 2012-04-05 | 2 | -4/+4 |
| * | | iop-adma: Corrected array overflow in RAID6 Xscale(R) test. | Don Morris | 2012-03-28 | 1 | -2/+2 |
| * | | ioat: fix size of 'completion' for Xen | Dan Williams | 2012-03-23 | 4 | -19/+19 |
* | | | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 2012-04-05 | 1 | -8/+1 |
|\ \ \ |
|
| * | | | simple_open: automatically convert to simple_open() | Stephen Boyd | 2012-04-05 | 1 | -8/+1 |
* | | | | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 2012-04-04 | 1 | -1/+1 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | ARM: sa11x0: fix build errors from DMA engine API updates | Russell King | 2012-03-30 | 1 | -1/+1 |
* | | | | Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2012-03-30 | 1 | -5/+29 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | mxs-dma : rewrite the last parameter of mxs_dma_prep_slave_sg() | Huang Shijie | 2012-03-27 | 1 | -4/+28 |
| * | | | mxs-dma : move the mxs dma.h to a more common place | Huang Shijie | 2012-03-27 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2012-03-29 | 37 | -930/+3547 |
|\ \ \
| |_|/
|/| | |
|
| * | | dmaengine: imx: fix the build failure on x86_64 | Vinod Koul | 2012-03-27 | 1 | -0/+1 |
| * | | dmaengine: i.MX: Fix merge of cookie branch. | Javier Martin | 2012-03-26 | 1 | -0/+1 |
| * | | dmaengine: i.MX: Add support for interleaved transfers. | Javier Martin | 2012-03-26 | 1 | -15/+131 |
| * | | dmaengine: imx-dma: use 'dev_dbg' and 'dev_warn' for messages. | Javier Martin | 2012-03-26 | 1 | -11/+12 |
| * | | dmaengine: imx-dma: remove 'imx_dmav1_baseaddr' and 'dma_clk'. | Javier Martin | 2012-03-26 | 1 | -76/+93 |
| * | | dmaengine: imx-dma: remove unused arg of imxdma_sg_next. | Javier Martin | 2012-03-26 | 1 | -4/+5 |
| * | | dmaengine: imx-dma: remove internal structure. | Javier Martin | 2012-03-26 | 1 | -46/+18 |
| * | | dmaengine: imx-dma: remove 'resbytes' field of 'internal' structure. | Javier Martin | 2012-03-26 | 1 | -8/+3 |
| * | | dmaengine: imx-dma: remove 'in_use' field of 'internal' structure. | Javier Martin | 2012-03-26 | 1 | -9/+0 |
| * | | dmaengine: imx-dma: remove sg member from internal structure. | Javier Martin | 2012-03-26 | 1 | -24/+18 |
| * | | dmaengine: imx-dma: remove 'imxdma_setup_sg_hw' function. | Javier Martin | 2012-03-26 | 1 | -63/+35 |
| * | | dmaengine: imx-dma: remove 'imxdma_config_channel_hw' function. | Javier Martin | 2012-03-26 | 1 | -33/+13 |
| * | | dmaengine: imx-dma: remove 'imxdma_setup_mem2mem_hw' function. | Javier Martin | 2012-03-26 | 1 | -43/+14 |
| * | | dmaengine: imx-dma: remove dma_mode member of internal structure. | Javier Martin | 2012-03-26 | 1 | -58/+45 |
| * | | dmaengine: imx-dma: remove data member from internal structure. | Javier Martin | 2012-03-26 | 1 | -1/+0 |
| * | | dmaengine: imx-dma: merge old dma-v1.c with imx-dma.c | Javier Martin | 2012-03-26 | 2 | -53/+552 |
| * | | dmaengine: at_hdmac: add slave config operation | Nicolas Ferre | 2012-03-21 | 2 | -13/+75 |
| * | | dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclic | Alexandre Bounine | 2012-03-21 | 18 | -25/+42 |
| * | | dma: imx-sdma: Treat firmware messages as warnings instead of erros | Fabio Estevam | 2012-03-21 | 1 | -3/+3 |
| * | | Merge branch 'rmk_cookie_fixes2' into next | Vinod Koul | 2012-03-13 | 35 | -634/+296 |
| |\ \ |
|
| | * | | dmaengine: fix for cookie changes and merge | Vinod Koul | 2012-03-13 | 6 | -5/+7 |
| | * | | dmaengine: pl330: fix the pl330 build after cookie cleanup | Vinod Koul | 2012-03-13 | 1 | -1/+0 |
| | * | | dmaengine: ensure all DMA engine drivers initialize their cookies | Russell King - ARM Linux | 2012-03-13 | 9 | -0/+9 |
| | * | | dmaengine: fix cookie handling in iop-adma.c and ppc4xx/adma.c | Russell King - ARM Linux | 2012-03-13 | 2 | -15/+3 |
| | * | | dmaengine: consolidate initialization of cookies | Russell King - ARM Linux | 2012-03-13 | 15 | -28/+31 |
| | * | | dmaengine: consolidate tx_status functions | Russell King - ARM Linux | 2012-03-13 | 23 | -235/+93 |