summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: Add support for MEMCPY for imx-dma.Javier Martin2012-03-061-1/+35
* dma: dmaengine: Distinguish between 'dmaengine: failed to get' messagesFabio Estevam2012-03-061-4/+4
* drivers/dma: linux/module.h included twiceDanny Kukawka2012-03-062-2/+0Star
* dmaengine/dw_dmac: Remove unused fields in struct dw_dma_slaveViresh Kumar2012-02-221-0/+12
* dmaengine/dw_dmac: Fix dw_dmac user drivers to adapt to slave_config changesViresh Kumar2012-02-221-8/+16
* 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/+6Star
* 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-221-1/+3
* dmaengine: Pass dma_slave_config .device_fc = NULL for all existing usersViresh Kumar2012-02-226-0/+13
* 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-011-1/+2
|\
| * dma: sh_dma: not all SH DMAC implementations support MEMCPYGuennadi Liakhovetski2012-02-011-1/+2
* | Merge branch 'fixes' into nextVinod Koul2012-01-313-12/+11Star
|\|
| * 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/+10Star
| |/
* | 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/+5Star
* | dma: imx-dma: start transfer in issue_pendingSascha Hauer2012-01-301-5/+4Star
* | mmc: mxcmmc: add missing dma_async_issue_pendingSascha Hauer2012-01-301-0/+1
|/
* Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-01-194-7/+8
|\
| * gpio: tps65910: Use correct offset for gpio initializationLaxman Dewangan2012-01-181-1/+1
| * gpio/it8761e: Restrict it8761e gpio driver to x86.Grant Likely2012-01-181-0/+1
| * gpio-ml-ioh: cleanup __iomem annotation usageMárton Németh2012-01-161-3/+3
| * gpio-ml-ioh: cleanup NULL pointer checkingMárton Németh2012-01-161-1/+1
| * gpio-pch: cleanup __iomem annotation usageMárton Németh2012-01-161-1/+1
| * gpio-pch: cleanup NULL pointer checkingMárton Németh2012-01-161-1/+1
* | Merge branch 'for-next-merge' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-01-197-0/+4672
|\ \
| * | ib_srpt: Initial SRP Target merge for v3.3-rc1Bart Van Assche2011-12-167-0/+4672
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2012-01-1942-478/+529
|\| |
| * | target: Set additional sense length field in sense dataRoland Dreier2011-12-161-0/+14
| * | target: Remove legacy device status check from transport_execute_tasksNicholas Bellinger2011-12-141-7/+0Star
| * | target: Remove __transport_execute_tasks() for each processing contextNicholas Bellinger2011-12-141-2/+0Star
| * | target: Remove extra se_device->execute_task_lock access in fast pathNicholas Bellinger2011-12-141-16/+24
| * | target: Drop se_device TCQ queue_depth usage from I/O pathNicholas Bellinger2011-12-143-45/+2Star
| * | target: Fix possible NULL pointer with __transport_execute_tasksNicholas Bellinger2011-12-141-1/+2
| * | tcm_fc: Convert ft_send_work to use target_submit_cmdNicholas Bellinger2011-12-141-38/+13Star