summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | drivers/net/ethernet/amd/au1000_eth.c: fix error return codePeter Senna Tschudin2012-10-071-2/+8
| * | | drivers/net/ethernet/amd/amd8111e.c: fix error return codePeter Senna Tschudin2012-10-071-0/+2
| * | | drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c: fix error return codePeter Senna Tschudin2012-10-071-1/+2
| * | | drivers/net/irda/sh_sir.c: fix error return codePeter Senna Tschudin2012-10-071-2/+3
| * | | drivers/net/irda/sh_irda.c: fix error return codePeter Senna Tschudin2012-10-071-2/+2
| * | | drivers/net/irda/sa1100_ir.c: fix error return codePeter Senna Tschudin2012-10-071-1/+3
| * | | drivers/net/irda/pxaficp_ir.c: fix error return codePeter Senna Tschudin2012-10-071-1/+3
| * | | drivers/net/irda/mcs7780.c: fix error return codePeter Senna Tschudin2012-10-071-1/+3
| * | | drivers/net/irda/irtty-sir.c: fix error return codePeter Senna Tschudin2012-10-071-1/+3
| * | | drivers/net/ethernet/sis/sis900.c: fix error return codePeter Senna Tschudin2012-10-071-1/+3
| * | | drivers/net/ethernet/natsemi/natsemi.c: fix error return codePeter Senna Tschudin2012-10-071-2/+2
| * | | drivers/net/ethernet/dec/tulip/dmfe.c: fix error return codePeter Senna Tschudin2012-10-071-3/+9
| * | | net: remove skb recyclingEric Dumazet2012-10-0710-173/+16
| * | | infiniband: pass rdma_cm module to netlink_dump_startGao feng2012-10-073-1/+4
| * | | netlink: add reference of module in netlink_dump_startGao feng2012-10-072-12/+37
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2012-10-1061-1843/+1951
|\ \ \ \
| * \ \ \ Merge tag 'disintegrate-sparc-20121009' of git://git.infradead.org/users/dhow...David S. Miller2012-10-0961-1843/+1951
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | UAPI: (Scripted) Disintegrate arch/sparc/include/asmDavid Howells2012-10-0961-1843/+1951
| | | |/ | | |/|
* | | | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-10-1023-361/+2085
|\ \ \ \
| * | | | dma: tegra: fix interrupt name issue with apb dma.Laxman Dewangan2012-10-041-3/+3
| * | | | dw_dmac: fix a regression in dwc_prep_dma_memcpyAndy Shevchenko2012-10-021-4/+5
| * | | | dw_dmac: introduce software emulation of LLP transfersAndy Shevchenko2012-09-272-4/+101
| * | | | dw_dmac: autoconfigure data_width or get it via platform dataAndy Shevchenko2012-09-275-6/+56
| * | | | dw_dmac: autoconfigure block_size or use platform dataAndy Shevchenko2012-09-275-16/+28
| * | | | dw_dmac: get number of channels from hardware if possibleAndy Shevchenko2012-09-271-10/+23
| * | | | dw_dmac: fill optional encoded parameters in register structureAndy Shevchenko2012-09-271-0/+30
| * | | | dw_dmac: mark dwc_dump_chan_regs as inlineAndy Shevchenko2012-09-271-1/+1
| * | | | DMA: PL330: return ENOMEM instead of 0 from pl330_alloc_chan_resourcesInderpal Singh2012-09-181-1/+1
| * | | | DMA: PL330: Remove redundant runtime_suspend/resume functionsInderpal Singh2012-09-181-56/+5
| * | | | DMA: PL330: Remove controller clock enable/disableInderpal Singh2012-09-181-12/+0
| * | | | dmaengine: use kmem_cache_zalloc instead of kmem_cache_alloc/memsetWei Yongjun2012-09-181-2/+1
| * | | | DMA: PL330: Set the capability of pdm0 and pdm1 as DMA_PRIVATETushar Behera2012-09-141-0/+1
| * | | | ARM: EXYNOS: Set the capability of pdm0 and pdm1 as DMA_PRIVATETushar Behera2012-09-141-0/+2
| * | | | dma: tegra: use list_move_tail instead of list_del/list_add_tailWei Yongjun2012-09-141-4/+2
| * | | | mxs/dma: Enlarge the CCW descriptor area to 4 pagesMarek Vasut2012-09-141-6/+8
| * | | | dw_dmac: utilize slave_id to pass request lineAndy Shevchenko2012-09-141-0/+5
| * | | | dmaengine: mmp_tdma: add dt supportZhangfei Gao2012-09-141-20/+31
| * | | | dmaengine: mmp-pdma supportZhangfei Gao2012-09-144-0/+902
| * | | | spi: davici - make davinci select edmaVinod Koul2012-09-011-0/+1
| * | | | spi: spi-davinci: convert to DMA engine APIMatt Porter2012-09-011-162/+130
| * | | | mmc: davinci_mmc: convert to DMA engine APIMatt Porter2012-09-011-189/+82
| * | | | dmaengine: add TI EDMA DMA engine driverMatt Porter2012-09-014-0/+711
| * | | | ioat: Adding Ivy Bridge IOATDMA PCI device IDsDave Jiang2012-08-311-0/+22
| * | | | dma/ste_dma40: Fixup clock usage during probeUlf Hansson2012-08-311-5/+9
| * | | | drivers/dma/amba-pl08x.c: fix error return codeJulia Lawall2012-08-221-0/+2
| * | | | drivers/dma/sirf-dma.c: fix usage of devm functionsJulia Lawall2012-08-221-16/+7
| * | | | Merge branch 'fixes_for-3.6' into nextVinod Koul2012-08-051-11/+25
| |\ \ \ \
| * \ \ \ \ Merge branch 'for-3.7' into nextVinod Koul2012-08-053-46/+27
| |\ \ \ \ \
| | * | | | | dma: tegra: enable/disable dma clockLaxman Dewangan2012-07-311-1/+17
| | * | | | | dw_dmac: use devm_* functions to simplify codeAndy Shevchenko2012-07-262-45/+10