Age | Commit message (Expand) | Author | Files | Lines |
2015-11-16 | dmaengine: at_hdmac: use %pad format string for dma_addr_t | Arnd Bergmann | 2 | -13/+13 |
2015-11-16 | dmaengine: at_xdmac: use %pad format string for dma_addr_t | Arnd Bergmann | 1 | -10/+10 |
2015-11-16 | dmaengine: imx-sdma: remove __init annotation on sdma_event_remap | Jason Liu | 1 | -1/+1 |
2015-11-16 | dmaengine: edma: predecence bug in GET_NUM_QDMACH() | Dan Carpenter | 1 | -1/+1 |
2015-11-16 | dmaengine: edma: fix build without CONFIG_OF | Arnd Bergmann | 1 | -1/+1 |
2015-11-16 | dmaengine: sh: usb-dmac: Fix pm_runtime_{enable,disable}() imbalance | Geert Uytterhoeven | 1 | -1/+2 |
2015-11-16 | dmaengine: sh: usb-dmac: Fix crash on runtime suspend | Geert Uytterhoeven | 1 | -2/+6 |
2015-11-10 | Merge tag 'dmaengine-4.4-rc1' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 30 | -537/+2278 |
2015-11-05 | Merge tag 'char-misc-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+38 |
2015-11-05 | Merge tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 4 | -25/+11 |
2015-11-04 | dmaengine: edma: Add dummy driver skeleton for edma3-tptc | Peter Ujfalusi | 1 | -0/+19 |
2015-10-31 | Merge branch 'topic/ioatdma' into for-linus | Vinod Koul | 4 | -5/+152 |
2015-10-31 | Merge branch 'topic/idma' into for-linus | Vinod Koul | 4 | -21/+19 |
2015-10-31 | Merge branch 'topic/edma' into for-linus | Vinod Koul | 3 | -283/+1809 |
2015-10-31 | Merge branch 'topic/dw' into for-linus | Vinod Koul | 2 | -32/+48 |
2015-10-31 | dmaengine: dw: some Intel devices has no memcpy support | Andy Shevchenko | 1 | -1/+5 |
2015-10-31 | dmaengine: dw: platform: provide platform data for Intel | Andy Shevchenko | 1 | -1/+16 |
2015-10-31 | dmaengine: dw: don't override platform data with autocfg | Andy Shevchenko | 1 | -30/+27 |
2015-10-29 | dmaengine: hdmac: Add scatter-gathered memset support | Maxime Ripard | 1 | -0/+79 |
2015-10-29 | dmaengine: hdmac: factorise memset descriptor allocation | Maxime Ripard | 2 | -41/+58 |
2015-10-29 | Merge branch 'topic/dw' into for-linus | Vinod Koul | 2 | -19/+13 |
2015-10-27 | dmaengine: virt-dma: Fix kernel-doc annotations | Lars-Peter Clausen | 1 | -9/+9 |
2015-10-27 | dmaengine: edma: New device tree binding | Peter Ujfalusi | 1 | -146/+340 |
2015-10-27 | dmaengine: Kconfig: edma: Select TI_DMA_CROSSBAR in case of ARCH_OMAP | Peter Ujfalusi | 1 | -0/+1 |
2015-10-27 | dmaengine: ti-dma-crossbar: Add support for crossbar on AM33xx/AM43xx | Peter Ujfalusi | 1 | -30/+221 |
2015-10-27 | dmaengine: edma: Merge the of parsing functions | Peter Ujfalusi | 1 | -16/+8 |
2015-10-27 | dmaengine: edma: Do not allocate memory for edma_rsv_info in case of DT boot | Peter Ujfalusi | 1 | -6/+0 |
2015-10-27 | dmaengine: edma: Refactor the dma device and channel struct initialization | Peter Ujfalusi | 1 | -42/+37 |
2015-10-27 | dmaengine: edma: Get qDMA channel information from HW also | Peter Ujfalusi | 1 | -0/+6 |
2015-10-27 | dmaengine: edma: Merge map_dmach_to_queue into assign_channel_eventq | Peter Ujfalusi | 1 | -34/+22 |
2015-10-27 | dmaengine: edma: Correct PaRAM access function names (_parm_ to _param_) | Peter Ujfalusi | 1 | -12/+12 |
2015-10-27 | dmaengine: edma: Simplify function parameter list for channel operations | Peter Ujfalusi | 1 | -273/+123 |
2015-10-27 | dmaengine: edma: Optimize memcpy operation | Peter Ujfalusi | 1 | -21/+75 |
2015-10-27 | dmaengine: edma: Remove alignment constraint for memcpy | Peter Ujfalusi | 1 | -7/+6 |
2015-10-26 | Merge branch 'device-properties' | Rafael J. Wysocki | 1 | -8/+17 |
2015-10-25 | dmaengine: ste_dma40: fix a trivial typo | Geliang Tang | 1 | -1/+1 |
2015-10-18 | dmaengine: hsu: remove platform data | Heikki Krogerus | 3 | -18/+9 |
2015-10-18 | dmaengine: hsu: make the UART driver in control of selecting this driver | Heikki Krogerus | 1 | -7/+2 |
2015-10-14 | dmaengine: xgene-dma: Remove memcpy offload support due to performance drop | Rameshwar Prasad Sahu | 1 | -58/+1 |
2015-10-14 | dmaengine: edma: Dynamic paRAM slot handling if HW supports it | Peter Ujfalusi | 1 | -49/+52 |
2015-10-14 | dmaengine: edma: Rename bitfields for slot and channel usage tracking | Peter Ujfalusi | 1 | -25/+26 |
2015-10-14 | dmaengine: edma: Read channel mapping support only once from HW | Peter Ujfalusi | 1 | -2/+6 |
2015-10-14 | dmaengine: edma: Simplify and optimize ccerr interrupt handler | Peter Ujfalusi | 1 | -47/+35 |
2015-10-14 | dmaengine: edma: Move the pending error check into helper function | Peter Ujfalusi | 1 | -8/+12 |
2015-10-14 | dmaengine: edma: Simplify the interrupt handling | Peter Ujfalusi | 1 | -245/+205 |
2015-10-14 | dmaengine: edma: Consolidate the comments for functions | Peter Ujfalusi | 1 | -75/+11 |
2015-10-14 | dmaengine: edma: Print warning when linking slots from different eDMA | Peter Ujfalusi | 1 | -0/+3 |
2015-10-14 | dmaengine: edma: Use the edma_write_slot instead open coded memcpy_toio | Peter Ujfalusi | 1 | -2/+1 |
2015-10-14 | dmaengine: edma: Use dev_dbg instead pr_debug | Peter Ujfalusi | 1 | -12/+12 |
2015-10-14 | dmaengine: edma: Cleanup regarding the use of dev around the code | Peter Ujfalusi | 1 | -31/+30 |