Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
9dc5a315fe515e92f40c387ae15f8b760568834e
/
drivers
/
dma
9dc5a31
dmaengine: pl330: Embed pl330_req directly into dma_pl330_desc
by Lars-Peter Clausen
· 11 years ago
f6f2421
dmaengine: pl330: Merge dma_pl330_dmac and pl330_dmac structs
by Lars-Peter Clausen
· 11 years ago
fbbcd9b
dmaengine: pl330: Simplify is_manager()
by Lars-Peter Clausen
· 11 years ago
1b446d2
dmaengine: pl330: Remove uneccessary ccr validation
by Lars-Peter Clausen
· 11 years ago
65ad606
dmaengine: pl330: Change type pl330_chid from void * to struct pl330_thread *
by Lars-Peter Clausen
· 11 years ago
6079d38
dmaengine: pl330: Remove useless xfer_cb indirection
by Lars-Peter Clausen
· 11 years ago
be02532
dmaengine: pl330: Remove unused mc_len field from _pl330_req struct
by Lars-Peter Clausen
· 11 years ago
d5cef12
dmaengine: pl330: Remove unused next field form pl330_xfer struct
by Lars-Peter Clausen
· 11 years ago
c9392d8
dmaengine: pl330: Remove unused client_data field form pl330_info
by Lars-Peter Clausen
· 11 years ago
7ae342f
dmaengine: pl330: Remove unused dmac_reset callback
by Lars-Peter Clausen
· 11 years ago
fa01ef3
dmaengine: pl330: Remove unused pl330_chanstatus struct
by Lars-Peter Clausen
· 11 years ago
f0564c7
dmaengine: pl330: Remove duplicated cachecontrol enum
by Lars-Peter Clausen
· 11 years ago
585a9d0
dmaengine: pl330: Use dma_transfer_direction instead of custom pl330_reqtype
by Lars-Peter Clausen
· 11 years ago
653e67f
dmaengine: inherit debug settings from the subsystem for subdirectories
by Wolfram Sang
· 10 years ago
9f92d22
dmaengine: Use dma_zalloc_coherent
by Joe Perches
· 11 years ago
89751d0
dmaengine: qcom_bam_dma: Add descriptor flags
by Andy Gross
· 11 years ago
43452fa
dmaengine: Freescale: change descriptor release process for supporting async_tx
by Hongbo Zhang
· 11 years ago
14c6a33
dmaengine: Freescale: add suspend resume functions for DMA driver
by Hongbo Zhang
· 11 years ago
2baff57
dmaengine: Freescale: use spin_lock_bh instead of spin_lock_irqsave
by Hongbo Zhang
· 11 years ago
d1a792f
Update imx-sdma cyclic handling to report residue
by Russell King - ARM Linux
· 11 years ago
13bbfb5
dma: cppi41: handle 0-length packets
by Daniel Mack
· 11 years ago
77c32bb
Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 11 years ago
0682278
Merge branch 'topic/xilinx' into for-linus
by Vinod Koul
· 11 years ago
3c814be
Merge branch 'topic/dw' into for-linus
by Vinod Koul
· 11 years ago
877d842
dmaengine: sh: don't use dynamic static allocation
by Vinod Koul
· 11 years ago
9d9f71a
dmaengine: sh: fix print specifier warnings
by Vinod Koul
· 11 years ago
a687654
dmaengine: sh: make shdma_prep_dma_cyclic static
by Vinod Koul
· 11 years ago
a727eaf
Merge tag 'drivers-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc into next
by Linus Torvalds
· 11 years ago
654fa24
dmaengine: Kconfig: Update MXS_DMA help text to include MX6Q/MX6DL
by Fabio Estevam
· 11 years ago
ebc6d2d
dmaengine: shdma: Enable driver compilation with COMPILE_TEST
by Laurent Pinchart
· 11 years ago
494ead4
dmaengine: rcar-hpbdma: Include linux/err.h
by Laurent Pinchart
· 11 years ago
830c863
dmaengine: sudmac: Include linux/err.h
by Laurent Pinchart
· 11 years ago
cf5a23b
dmaengine: sudmac: Keep #include sorted alphabetically
by Laurent Pinchart
· 11 years ago
c46b9af
dmaengine: shdmac: Include linux/err.h
by Laurent Pinchart
· 11 years ago
a5cdc1c
dmaengine: shdmac: Keep #include sorted alphabetically
by Laurent Pinchart
· 11 years ago
c3e175e
dmaengine: s3c24xx-dma: Add cyclic transfer support
by Vasily Khoruzhick
· 11 years ago
6915f45
dmaengine: s3c24xx-dma: Process whole SG chain
by Vasily Khoruzhick
· 11 years ago
ffe59b2
dmaengine: imx: correct sdmac->status for cyclic dma tx
by Jiada Wang
· 11 years ago
c949ddf
Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 11 years ago
a15783c
dmaengine: pch: fix compilation for alpha target
by Vinod Koul
· 11 years ago
1222934
dmaengine: dw: check return code of dma_async_device_register()
by Andy Shevchenko
· 11 years ago
8be4f52
dmaengine: dw: fix regression in dw_probe() function
by Andy Shevchenko
· 11 years ago
d2f78e9
dmaengine: dw: enable clock before access
by Andy Shevchenko
· 11 years ago
4828b49
dma: pch_dma: Fix Kconfig dependencies
by Jean Delvare
· 11 years ago
63da8e0
dmaengine: mpc512x: add support for peripheral transfers
by Alexander Popov
· 11 years ago
c1f43dd
dmaengine: fix dmaengine_unmap failure
by Xuelin Shi
· 11 years ago
5a9a55b
dma: mv_xor: Flush descriptors before activating a channel
by Ezequiel Garcia
· 11 years ago
fbeb91f
dmaengine: sa11x0: remove broken #ifdef
by Arnd Bergmann
· 11 years ago
7587821
dma: remove DEFINE_PCI_DEVICE_TABLE macro
by Jingoo Han
· 11 years ago
97977f7
dmaengine: dw: went back to plain {request,free}_irq() calls
by Andy Shevchenko
· 11 years ago
673d377
dma: ste_dma40: Convert to the late system PM callbacks
by Ulf Hansson
· 11 years ago
1b38da2
dma: mmp_pdma: add support for residue reporting
by Daniel Mack
· 11 years ago
c906a3e
dma: ste_dma40: Fixup system suspend/resume
by Ulf Hansson
· 11 years ago
123e4ca
dma: ste_dma40: Convert to PM macros while providing the PM callbacks
by Ulf Hansson
· 11 years ago
2dafca1
dma: ste_dma40: Don't require CONFIG_PM_RUNTIME
by Ulf Hansson
· 11 years ago
8024521
dma: ste_dma40: Maintain spinlock order while handling pause
by Ulf Hansson
· 11 years ago
c31b6ae
dmaengine: dw: convert to use SET_LATE_SYSTEM_SLEEP_PM_OPS
by Andy Shevchenko
· 11 years ago
067bd4f
dmaengine: dw: move PM to suspend_late / resume_early stages
by Andy Shevchenko
· 11 years ago
baca66f
dma: mpc512x: fix freeing resources in mpc_dma_probe() and mpc_dma_remove()
by Alexander Popov
· 11 years ago
62057d3
dma: mpc512x: separate 'compatible' values for MPC512x and MPC8308
by Alexander Popov
· 11 years ago
78a4f03
dma: mpc512x: reorder mpc8308 specific instructions
by Alexander Popov
· 11 years ago
2a5ecb7
DMA: Freescale: move functions to avoid forward declarations
by Hongbo Zhang
· 11 years ago
86d19a5
DMA: Freescale: add fsl_dma_free_descriptor() to reduce code duplication
by Hongbo Zhang
· 11 years ago
867dfa5
DMA: Freescale: remove attribute DMA_INTERRUPT of dmaengine
by Hongbo Zhang
· 11 years ago
ccdce9a
DMA: Freescale: unify register access methods
by Hongbo Zhang
· 11 years ago
cf7f7a2
DMA: Freescale: remove the unnecessary FSL_DMA_LD_DEBUG
by Hongbo Zhang
· 11 years ago
dfbb85c
DMA: shdma: add cyclic transfer support
by Kuninori Morimoto
· 11 years ago
91ea74e
DMA: shdma: tidyup callback chunk finder
by Kuninori Morimoto
· 11 years ago
593d9c2
dma: mmp_pdma: Fix physical channel memory allocation size
by Laurent Pinchart
· 11 years ago
a2a7c17
dma: mmp_pdma: Simplify access to channel drcmr value
by Laurent Pinchart
· 11 years ago
9cd4360
dma: Add Xilinx AXI Video Direct Memory Access Engine driver support
by Srikanth Thokala
· 11 years ago
b0cce4c
dmaengine: edma: update DMA memcpy to use new param element
by Joel Fernandes
· 11 years ago
04361d8
dmaengine: edma: Document variables used for residue accounting
by Joel Fernandes
· 11 years ago
740b41f
dmaengine: edma: Provide granular accounting
by Thomas Gleixner
· 11 years ago
c2da234
dmaengine: edma: Store transfer data in edma_desc and edma_pset
by Thomas Gleixner
· 11 years ago
b5088ad
dmaengine: edma: Create private pset struct
by Thomas Gleixner
· 11 years ago
de13593
dmaengine: edma: Check the current decriptor first in tx_status()
by Thomas Gleixner
· 11 years ago
b6205c3
dmaengine: edma: Sanitize residue reporting
by Thomas Gleixner
· 11 years ago
9aac909
dmaengine: edma: Add channel number to debug prints
by Peter Ujfalusi
· 11 years ago
406efb1
dmaengine: edma: No need save/restore interrupt flags during spin_lock in IRQ
by Joel Fernandes
· 11 years ago
8cc3e30
dmaengine: edma: Add DMA memcpy support
by Joel Fernandes
· 11 years ago
e6fad59
dmaengine: edma: Print the direction value as well when it is not supported
by Peter Ujfalusi
· 11 years ago
c594c89
dmaengine: edma: Prefix debug prints where the text were identical in prep callbacks
by Peter Ujfalusi
· 11 years ago
2c88ee6
dmaengine: edma: Implement device_slave_caps callback
by Peter Ujfalusi
· 11 years ago
83bb312
dmaengine: edma: Reduce debug print verbosity for non verbose debugging
by Peter Ujfalusi
· 11 years ago
232b223d
dmaengine: edma: Set DMA_CYCLIC capability flag
by Peter Ujfalusi
· 11 years ago
72c7b67
dmaengine: edma: Add support for DMA_PAUSE/RESUME operation
by Peter Ujfalusi
· 11 years ago
b2b617d
dmaengine: edma: Correct the handling of src/dst_maxburst == 0
by Peter Ujfalusi
· 11 years ago
8edc51c
dma: fix eDMA driver as a subsys_initcall
by Yuan Yao
· 11 years ago
f3817e7
dmaengine: sirf: off by one in of_dma_sirfsoc_xlate()
by Dan Carpenter
· 11 years ago
2dda47d
platform: Fix timberdale dependencies
by Jean Delvare
· 11 years ago
5fc68a6
dma: edma: fix incorrect SG list handling
by Sekhar Nori
· 11 years ago
6c61403a
Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 11 years ago
8673bce
Merge branch 'topic/bam' into for-linus
by Vinod Koul
· 11 years ago
e7c0fe2
dmaengine: add Qualcomm BAM dma driver
by Andy Gross
· 11 years ago
bce5669
Merge branch 'devel-stable' into for-next
by Russell King
· 11 years ago
aa4c5b9
dmaengine: omap-dma: more consolidation of CCR register setup
by Russell King
· 11 years ago
6ddeb6d
dmaengine: omap-dma: move IRQ handling to omap-dma
by Russell King
· 11 years ago
596c471
dmaengine: omap-dma: move register read/writes into omap-dma.c
by Russell King
· 11 years ago
b07fd62
dmaengine: omap-dma: cleanup errata 3.3 handling
by Russell King
· 11 years ago
Next »