index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
|
|
Revert "drivers/dma: linux/module.h included twice"
Vinod Koul
2012-03-09
2
-0
/
+2
|
*
|
|
|
|
|
|
DMA: PL330: Support MEMTOMEM transmit w/o RMB, WMB
Boojin Kim
2012-03-08
1
-5
/
+26
|
*
|
|
|
|
|
|
DMA: PL330: Removes useless function
Boojin Kim
2012-03-08
1
-46
/
+0
|
*
|
|
|
|
|
|
DMA: PL330: Merge PL330 driver into drivers/dma/
Boojin Kim
2012-03-08
2
-2
/
+2113
|
*
|
|
|
|
|
|
dma: imx-sdma: Print a message when firmare fails to be requested
Fabio Estevam
2012-03-06
1
-2
/
+4
|
*
|
|
|
|
|
|
dma: imx-sdma: Let the driver be probed even if no firware is found
Fabio Estevam
2012-03-06
1
-8
/
+5
|
*
|
|
|
|
|
|
dmaengine: Add support for multiple descriptors for imx-dma.
Javier Martin
2012-03-06
1
-74
/
+258
|
*
|
|
|
|
|
|
dmaengine: Add support for MEMCPY for imx-dma.
Javier Martin
2012-03-06
1
-1
/
+35
|
*
|
|
|
|
|
|
dma: dmaengine: Distinguish between 'dmaengine: failed to get' messages
Fabio Estevam
2012-03-06
1
-4
/
+4
|
*
|
|
|
|
|
|
drivers/dma: linux/module.h included twice
Danny Kukawka
2012-03-06
2
-2
/
+0
|
|
/
/
/
/
/
/
|
*
|
|
|
|
|
dmaengine/dw_dmac: Remove unused fields in struct dw_dma_slave
Viresh Kumar
2012-02-22
1
-0
/
+12
|
*
|
|
|
|
|
dmaengine/dw_dmac: Fix dw_dmac user drivers to adapt to slave_config changes
Viresh Kumar
2012-02-22
1
-8
/
+16
|
*
|
|
|
|
|
dmaengine/dw_dmac: Add support for DMA_SLAVE_CONFIG
Viresh Kumar
2012-02-22
2
-29
/
+93
|
*
|
|
|
|
|
dmaengine/dw_dmac: Add 64 bit access width support for slave xfers on mem side
Viresh Kumar
2012-02-22
1
-4
/
+16
|
*
|
|
|
|
|
dmaengine/dw_dmac: Don't handle block interrupts
Viresh Kumar
2012-02-22
1
-30
/
+6
|
*
|
|
|
|
|
dmaengine/dw_dmac: Use dev_get_platdata() instead of accessing dev directly
Viresh Kumar
2012-02-22
1
-1
/
+1
|
*
|
|
|
|
|
dmaengine/dw_dmac: Don't use magic number for total number of channels
Viresh Kumar
2012-02-22
1
-1
/
+1
|
*
|
|
|
|
|
dmaengine/amba-pl08x: Take flow controller info from DMA_SLAVE_CONFIG
Viresh Kumar
2012-02-22
1
-1
/
+3
|
*
|
|
|
|
|
dmaengine: Pass dma_slave_config .device_fc = NULL for all existing users
Viresh Kumar
2012-02-22
6
-0
/
+13
|
*
|
|
|
|
|
dmaengine/dw_dmac: Hibernation support in dw_dmac
Rajeev KUMAR
2012-02-22
1
-0
/
+4
|
*
|
|
|
|
|
dmaengine: intel_mid_dma: move pm_runtime_put
Adrian Hunter
2012-02-22
1
-1
/
+1
|
*
|
|
|
|
|
dmaengine: intel_mid_dma: fix error status mask
Adrian Hunter
2012-02-22
1
-1
/
+2
|
*
|
|
|
|
|
i.MX SDMA: Fix burstsize settings
Philippe Rétornaz
2012-02-02
1
-2
/
+4
|
*
|
|
|
|
|
Merge branch 'fixes' into next
Vinod Koul
2012-02-01
1
-1
/
+2
|
|
\
\
\
\
\
\
|
*
\
\
\
\
\
\
Merge branch 'fixes' into next
Vinod Koul
2012-01-31
3
-12
/
+11
|
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
dma/imx-sdma: convernt to use bit ops
Richard Zhao
2012-01-31
1
-34
/
+34
|
*
|
|
|
|
|
|
|
dma/imx-sdma: use num_events to validate event_id0
Richard Zhao
2012-01-31
1
-1
/
+1
|
*
|
|
|
|
|
|
|
dma/imx-sdma: move clk_enable out of sdma_request_channel
Richard Zhao
2012-01-31
1
-2
/
+3
|
*
|
|
|
|
|
|
|
dma/imx-sdma: call sdma_set_channel_priority after sdma_request_channel
Richard Zhao
2012-01-31
1
-2
/
+2
|
*
|
|
|
|
|
|
|
dma/imx-sdma: use readl_relaxed/writel_relaxed and use writel when necessary
Richard Zhao
2012-01-31
1
-22
/
+22
|
*
|
|
|
|
|
|
|
dma/imx-sdma: let sdma_run_channel call sdma_enable_channel
Richard Zhao
2012-01-31
1
-6
/
+6
|
*
|
|
|
|
|
|
|
drivers/dma/amba-pl08x.c: adjust double test
Julia Lawall
2012-01-31
1
-1
/
+1
|
*
|
|
|
|
|
|
|
drivers/dma/pl330.c: add missing iounmap
Julia Lawall
2012-01-31
1
-6
/
+11
|
*
|
|
|
|
|
|
|
dma: imx-sdma: start transfer in issue_pending
Sascha Hauer
2012-01-30
1
-6
/
+5
|
*
|
|
|
|
|
|
|
dma: imx-dma: start transfer in issue_pending
Sascha Hauer
2012-01-30
1
-5
/
+4
|
*
|
|
|
|
|
|
|
mmc: mxcmmc: add missing dma_async_issue_pending
Sascha Hauer
2012-01-30
1
-0
/
+1
|
|
|
_
|
_
|
/
/
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
|
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2012-03-29
2
-0
/
+7
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
rtc: Provide flag for rtc devices that don't support UIE
John Stultz
2012-03-16
2
-0
/
+7
*
|
|
|
|
|
|
|
|
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2012-03-29
3
-1
/
+18
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
drm/i915: suspend fbdev device around suspend/hibernate
Dave Airlie
2012-03-29
3
-1
/
+18
*
|
|
|
|
|
|
|
|
|
Merge tag 'mmc-merge-for-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2012-03-29
26
-645
/
+1058
|
\
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
|
mmc: sh_mobile_sdhi: support modular mmc-core with non-standard hotplug
Guennadi Liakhovetski
2012-03-27
1
-1
/
+10
|
*
|
|
|
|
|
|
|
|
|
mmc: sh_mobile_sdhi: add a callback for board specific init code
Bastian Hecht
2012-03-27
1
-0
/
+13
|
*
|
|
|
|
|
|
|
|
|
mmc: tmio: cosmetic: prettify the tmio_mmc_set_ios() function
Guennadi Liakhovetski
2012-03-27
1
-4
/
+5
|
*
|
|
|
|
|
|
|
|
|
mmc: sh_mobile_sdhi: do not manage PM clocks manually
Guennadi Liakhovetski
2012-03-27
1
-4
/
+0
|
*
|
|
|
|
|
|
|
|
|
mmc: tmio_mmc: remove unused sdio_irq_enabled flag
Guennadi Liakhovetski
2012-03-27
2
-3
/
+0
|
*
|
|
|
|
|
|
|
|
|
mmc: tmio_mmc: power status flag doesn't have to be exposed in platform data
Guennadi Liakhovetski
2012-03-27
2
-7
/
+9
|
*
|
|
|
|
|
|
|
|
|
mmc: sh_mobile_sdhi: pass card hotplug GPIO number to TMIO MMC
Guennadi Liakhovetski
2012-03-27
1
-1
/
+2
|
*
|
|
|
|
|
|
|
|
|
mmc: tmio_mmc: support the generic MMC GPIO card hotplug helper
Guennadi Liakhovetski
2012-03-27
2
-42
/
+31
|
*
|
|
|
|
|
|
|
|
|
mmc: tmio: calculate the native hotplug condition only once
Guennadi Liakhovetski
2012-03-27
2
-6
/
+7
[prev]
[next]