summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dmaengine/dw_dmac: Fix dw_dmac user drivers to adapt to slave_config changesViresh Kumar2012-02-225-40/+63
* dmaengine/dw_dmac: Add support for DMA_SLAVE_CONFIGViresh Kumar2012-02-222-29/+93
* dmaengine/dw_dmac: Add 64 bit access width support for slave xfers on mem sideViresh Kumar2012-02-221-4/+16
* dmaengine/dw_dmac: Don't handle block interruptsViresh Kumar2012-02-221-30/+6
* dmaengine/dw_dmac: Use dev_get_platdata() instead of accessing dev directlyViresh Kumar2012-02-221-1/+1
* dmaengine/dw_dmac: Don't use magic number for total number of channelsViresh Kumar2012-02-221-1/+1
* dmaengine/amba-pl08x: Take flow controller info from DMA_SLAVE_CONFIGViresh Kumar2012-02-222-5/+7
* dmaengine: Pass dma_slave_config .device_fc = NULL for all existing usersViresh Kumar2012-02-227-0/+16
* dmaengine: Add flow controller information to dma_slave_configViresh Kumar2012-02-221-0/+5
* dmaengine/dw_dmac: Hibernation support in dw_dmacRajeev KUMAR2012-02-221-0/+4
* dmaengine: intel_mid_dma: move pm_runtime_putAdrian Hunter2012-02-221-1/+1
* dmaengine: intel_mid_dma: fix error status maskAdrian Hunter2012-02-221-1/+2
* i.MX SDMA: Fix burstsize settingsPhilippe Rétornaz2012-02-021-2/+4
* Merge branch 'fixes' into nextVinod Koul2012-02-013-1/+5
|\
| * ARM: mach-shmobile: both USB DMAC instances on sh7372 are slave-onlyGuennadi Liakhovetski2012-02-011-0/+2
| * dma: sh_dma: not all SH DMAC implementations support MEMCPYGuennadi Liakhovetski2012-02-012-1/+3
* | Merge branch 'fixes' into nextVinod Koul2012-01-313-12/+11
|\ \ | |/
| * Merge branch fixes of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmae...Vinod Koul2012-01-311-1/+1
| |\
| | * dmaengine: fix missing 'cnt' in ?: in dmatestDr. David Alan Gilbert2012-01-231-1/+1
| * | at_hdmac: bugfix for enabling channel irqNikolaus Voss2012-01-312-11/+10
| |/
* | dma/imx-sdma: convernt to use bit opsRichard Zhao2012-01-311-34/+34
* | dma/imx-sdma: use num_events to validate event_id0Richard Zhao2012-01-311-1/+1
* | dma/imx-sdma: move clk_enable out of sdma_request_channelRichard Zhao2012-01-311-2/+3
* | dma/imx-sdma: call sdma_set_channel_priority after sdma_request_channelRichard Zhao2012-01-311-2/+2
* | dma/imx-sdma: use readl_relaxed/writel_relaxed and use writel when necessaryRichard Zhao2012-01-311-22/+22
* | dma/imx-sdma: let sdma_run_channel call sdma_enable_channelRichard Zhao2012-01-311-6/+6
* | drivers/dma/amba-pl08x.c: adjust double testJulia Lawall2012-01-311-1/+1
* | drivers/dma/pl330.c: add missing iounmapJulia Lawall2012-01-311-6/+11
* | dma: imx-sdma: start transfer in issue_pendingSascha Hauer2012-01-301-6/+5
* | dma: imx-dma: start transfer in issue_pendingSascha Hauer2012-01-301-5/+4
* | ASoC: i.MX: Add missing dma_async_issue_pendingSascha Hauer2012-01-301-0/+1
* | mmc: mxcmmc: add missing dma_async_issue_pendingSascha Hauer2012-01-301-0/+1
|/
* Linux 3.3-rc1v3.3-rc1Linus Torvalds2012-01-191-2/+2
*---. Merge branches 'sched-urgent-for-linus', 'perf-urgent-for-linus' and 'x86-urg...Linus Torvalds2012-01-199-104/+444
|\ \ \
| | | * x86, syscall: Need __ARCH_WANT_SYS_IPC for 32 bitsH. Peter Anvin2012-01-191-0/+1
| | | * Merge remote-tracking branch 'linus/master' into x86/urgentH. Peter Anvin2012-01-199677-298341/+502894
| | | |\
| | | * | x86, tsc: Fix SMI induced variation in quick_pit_calibrate()Linus Torvalds2012-01-171-8/+6
| | | * | x86, opcode: ANDN and Group 17 in x86-opcode-map.txtUlrich Drepper2012-01-171-2/+2
| | | * | x86/kconfig: Move the ZONE_DMA entry under a menuRandy Dunlap2012-01-171-10/+10
| | | * | x86/UV2: Add accounting for BAU strong nacksCliff Wickman2012-01-172-5/+8
| | | * | x86/UV2: Ack BAU interrupt earlierCliff Wickman2012-01-171-2/+1
| | | * | x86/UV2: Remove stale no-resources test for UV2 BAUCliff Wickman2012-01-171-10/+0
| | | * | x86/UV2: Work around BAU bugCliff Wickman2012-01-172-33/+254
| | | * | x86/UV2: Fix BAU destination timeout initializationCliff Wickman2012-01-171-6/+7
| | | * | x86/UV2: Fix new UV2 hardware by using native UV2 broadcast modeCliff Wickman2012-01-172-30/+151
| | | * | x86: Get rid of dubious one-bit signed bitfieldAnton Vorontsov2012-01-161-2/+2
| | * | | Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2012-01-17153-535/+938
| | |\ \ \
| | | * | | tracepoints/module: Fix disabling tracepoints with taint CRAP or OOTSteven Rostedt2012-01-161-3/+4
| | * | | | x86/kprobes: Add arch/x86/tools/insn_sanity to .gitignorexiyou.wangcong@gmail.com2012-01-161-0/+1
| | * | | | x86/kprobes: Fix typo transferred from Intel manualUlrich Drepper2012-01-161-1/+3
OpenPOWER on IntegriCloud