index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-26
dmaengine: imx-dma: use 'dev_dbg' and 'dev_warn' for messages.
Javier Martin
1
-11
/
+12
2012-03-26
dmaengine: imx-dma: remove 'imx_dmav1_baseaddr' and 'dma_clk'.
Javier Martin
1
-76
/
+93
2012-03-26
dmaengine: imx-dma: remove unused arg of imxdma_sg_next.
Javier Martin
1
-4
/
+5
2012-03-26
dmaengine: imx-dma: remove internal structure.
Javier Martin
1
-46
/
+18
2012-03-26
dmaengine: imx-dma: remove 'resbytes' field of 'internal' structure.
Javier Martin
1
-8
/
+3
2012-03-26
dmaengine: imx-dma: remove 'in_use' field of 'internal' structure.
Javier Martin
1
-9
/
+0
2012-03-26
dmaengine: imx-dma: remove sg member from internal structure.
Javier Martin
1
-24
/
+18
2012-03-26
dmaengine: imx-dma: remove 'imxdma_setup_sg_hw' function.
Javier Martin
1
-63
/
+35
2012-03-26
dmaengine: imx-dma: remove 'imxdma_config_channel_hw' function.
Javier Martin
1
-33
/
+13
2012-03-26
dmaengine: imx-dma: remove 'imxdma_setup_mem2mem_hw' function.
Javier Martin
1
-43
/
+14
2012-03-26
dmaengine: imx-dma: remove dma_mode member of internal structure.
Javier Martin
1
-58
/
+45
2012-03-26
dmaengine: imx-dma: remove data member from internal structure.
Javier Martin
1
-1
/
+0
2012-03-26
dmaengine: imx-dma: merge old dma-v1.c with imx-dma.c
Javier Martin
6
-1010
/
+552
2012-03-21
dmaengine: at_hdmac: add slave config operation
Nicolas Ferre
4
-29
/
+75
2012-03-21
dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclic
Alexandre Bounine
19
-30
/
+49
2012-03-21
dmaengine/dma_slave: introduce inline wrappers
Alexandre Bounine
28
-60
/
+67
2012-03-21
dma: imx-sdma: Treat firmware messages as warnings instead of erros
Fabio Estevam
1
-3
/
+3
2012-03-13
Merge branch 'rmk_cookie_fixes2' into next
Vinod Koul
38
-640
/
+300
2012-03-13
dmaengine: fix for cookie changes and merge
Vinod Koul
6
-5
/
+7
2012-03-13
dmaengine: pl330: fix the pl330 build after cookie cleanup
Vinod Koul
1
-1
/
+0
2012-03-13
dmaengine: ensure all DMA engine drivers initialize their cookies
Russell King - ARM Linux
9
-0
/
+9
2012-03-13
dmaengine: fix cookie handling in iop-adma.c and ppc4xx/adma.c
Russell King - ARM Linux
2
-15
/
+3
2012-03-13
dmaengine: consolidate initialization of cookies
Russell King - ARM Linux
15
-28
/
+31
2012-03-13
dmaengine: consolidate tx_status functions
Russell King - ARM Linux
23
-235
/
+93
2012-03-13
dmaengine: provide a common function for completing a dma descriptor
Russell King - ARM Linux
19
-21
/
+36
2012-03-13
dmaengine: consolidate assignment of DMA cookies
Russell King - ARM Linux
25
-272
/
+52
2012-03-13
dmaengine: add private header file
Russell King - ARM Linux
25
-2
/
+51
2012-03-13
dmaengine: move last completed cookie into generic dma_chan structure
Russell King - ARM Linux
37
-119
/
+83
2012-03-13
dmaengine: mv_xor: remove write-only is_complete_cookie
Russell King - ARM Linux
2
-2
/
+0
2012-03-09
Revert "drivers/dma: linux/module.h included twice"
Vinod Koul
2
-0
/
+2
2012-03-08
DMA: PL330: Support MEMTOMEM transmit w/o RMB, WMB
Boojin Kim
1
-5
/
+26
2012-03-08
DMA: PL330: Removes useless function
Boojin Kim
1
-46
/
+0
2012-03-08
DMA: PL330: Merge PL330 driver into drivers/dma/
Boojin Kim
7
-2183
/
+2113
2012-03-06
dma: imx-sdma: Print a message when firmare fails to be requested
Fabio Estevam
1
-2
/
+4
2012-03-06
dma: imx-sdma: Let the driver be probed even if no firware is found
Fabio Estevam
1
-8
/
+5
2012-03-06
dmaengine: Add support for multiple descriptors for imx-dma.
Javier Martin
1
-74
/
+258
2012-03-06
dmaengine: Add support for MEMCPY for imx-dma.
Javier Martin
1
-1
/
+35
2012-03-06
dma: dmaengine: Distinguish between 'dmaengine: failed to get' messages
Fabio Estevam
1
-4
/
+4
2012-03-06
drivers/dma: linux/module.h included twice
Danny Kukawka
2
-2
/
+0
2012-02-22
dmaengine/dw_dmac: Remove unused fields in struct dw_dma_slave
Viresh Kumar
2
-38
/
+12
2012-02-22
dmaengine/dw_dmac: Fix dw_dmac user drivers to adapt to slave_config changes
Viresh Kumar
5
-40
/
+63
2012-02-22
dmaengine/dw_dmac: Add support for DMA_SLAVE_CONFIG
Viresh Kumar
2
-29
/
+93
2012-02-22
dmaengine/dw_dmac: Add 64 bit access width support for slave xfers on mem side
Viresh Kumar
1
-4
/
+16
2012-02-22
dmaengine/dw_dmac: Don't handle block interrupts
Viresh Kumar
1
-30
/
+6
2012-02-22
dmaengine/dw_dmac: Use dev_get_platdata() instead of accessing dev directly
Viresh Kumar
1
-1
/
+1
2012-02-22
dmaengine/dw_dmac: Don't use magic number for total number of channels
Viresh Kumar
1
-1
/
+1
2012-02-22
dmaengine/amba-pl08x: Take flow controller info from DMA_SLAVE_CONFIG
Viresh Kumar
2
-5
/
+7
2012-02-22
dmaengine: Pass dma_slave_config .device_fc = NULL for all existing users
Viresh Kumar
7
-0
/
+16
2012-02-22
dmaengine: Add flow controller information to dma_slave_config
Viresh Kumar
1
-0
/
+5
2012-02-22
dmaengine/dw_dmac: Hibernation support in dw_dmac
Rajeev KUMAR
1
-0
/
+4
[next]