Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
ff26505d4665def86c286a9abe28bba2c93fcaac
/
drivers
/
dma
/
imx-dma.c
ce81801
dmaengine: imx-dma: cleanup scatterlist layering violations
by Logan Gunthorpe
· 8 years ago
be5af28
dmaengine: imx-dma: convert callback to helper function
by Dave Jiang
· 8 years ago
71c6b66
dmaengine: imx-dma: fix coding style issue
by Vinod Koul
· 8 years ago
ea62aa8
dmaengine: imx-dma: explicitly freeup irq
by Vinod Koul
· 8 years ago
77a68e5
dmaengine: Add an enum for the dmaengine alignment constraints
by Maxime Ripard
· 9 years ago
fce9a74
dmaengine: imx-dma: Check for clk_prepare_enable() error
by Fabio Estevam
· 9 years ago
afe7cde
dmaengine: imx: Constify platform_device_id
by Krzysztof Kozlowski
· 10 years ago
2cd6f79
Merge branch 'topic/slave_caps_device_control_fix_rebased' into for-linus
by Vinod Koul
· 10 years ago
9265eae
dmaengine: imx-dma.c: Remove unused function
by Rickard Strandqvist
· 10 years ago
502c2ef
dmaengine: imx: Split device_control
by Maxime Ripard
· 10 years ago
55f04d7
dma: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
31c1e5a
dmaengine: Remove the context argument to the prep_dma_cyclic operation
by Laurent Pinchart
· 10 years ago
4de9b3b
dma: imx-dma: Add missing module owner field
by Alexander Shiyan
· 11 years ago
1d94fe0
dma: imx-dma: Replace printk with dev_*
by Alexander Shiyan
· 11 years ago
6b327a0
Merge branch 'for-linus' into next
by Vinod Koul
· 11 years ago
ac806a1
dmaengine: imx-dma: fix format warnings
by Russell King
· 11 years ago
3ded1ad
dmaengine: imx-dma: use DMA_COMPLETE for dma completion status
by Vinod Koul
· 11 years ago
fcaaba6
dmaengine: imx-dma: fix callback path in tasklet
by Michael Grzeschik
· 11 years ago
5a276fa
dmaengine: imx-dma: fix lockdep issue between irqhandler and tasklet
by Michael Grzeschik
· 11 years ago
edc530f
dmaengine: imx-dma: fix slow path issue in prep_dma_cyclic
by Michael Grzeschik
· 11 years ago
06f8db4
dma: imx-dma: Remove redundant NULL check
by Sachin Kamat
· 11 years ago
5c6b3e7
DMA: imx-dma: imxdma->dev used uninitialized
by Markus Pargmann
· 12 years ago
290ad0f
dma: imx-dma: Add oftree support
by Markus Pargmann
· 12 years ago
96a3713
dma: imx-dma: Remove redundant NULL check before kfree
by Syam Sidhardhan
· 12 years ago
1d1bbd3
dma: Remove erroneous __exit and __exit_p() references
by Maxin B. John
· 12 years ago
422d26b
Merge 3.8-rc5 into driver-core-next
by Greg Kroah-Hartman
· 12 years ago
7331205
dma: Convert to devm_ioremap_resource()
by Thierry Reding
· 12 years ago
bef2a8d
dmaengine: imx-dma: Disable use of hw_chain to fix sg_dma transfers.
by Javier Martin
· 12 years ago
66267ee
Merge branch 'arm-next' of git://git.xilinx.com/linux-xlnx into next/cleanup
by Olof Johansson
· 12 years ago
720dfd2
dmaengine: imx-dma: fix missing unlock on error in imxdma_xfer_desc()
by Wei Yongjun
· 12 years ago
e51d0f0
dma: imx-dma: remove cpu_is_xxx by using platform_device_id
by Shawn Guo
· 12 years ago
73930eb
dma: imx-dma: retrieve MEM and IRQ from resources
by Shawn Guo
· 12 years ago
04bbd8e
dma: imx-dma: use devm_kzalloc and devm_request_irq
by Shawn Guo
· 12 years ago
f5a246e
Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 12 years ago
9cd11c0
Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
99dbb16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 12 years ago
ec8b5e4
dmaengine: Pass flags via device_prep_dma_cyclic() callback
by Peter Ujfalusi
· 12 years ago
82906b1
ARM: imx: move platform_data definitions
by Arnd Bergmann
· 12 years ago
d73111c
dma: fix comments
by Masanari Iida
· 12 years ago
a2367db
dma: imx-dma: Fix kernel crash due to missing clock conversion
by Fabio Estevam
· 12 years ago
fdaf9c4
dmaengine: Use dma_sg_len(sg) instead of sg->length
by Lars-Peter Clausen
· 13 years ago
60f2951
dmaengine: imx-dma: dont complete descriptor for cyclic dma
by Vinod Koul
· 13 years ago
ef08e78
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 13 years ago
660cd0d
dmaengine: i.MX: Fix merge of cookie branch.
by Javier Martin
· 13 years ago
f606ab8
dmaengine: i.MX: Add support for interleaved transfers.
by Javier Martin
· 13 years ago
f9b283a
dmaengine: imx-dma: use 'dev_dbg' and 'dev_warn' for messages.
by Javier Martin
· 13 years ago
cd5cf9d
dmaengine: imx-dma: remove 'imx_dmav1_baseaddr' and 'dma_clk'.
by Javier Martin
· 13 years ago
a6cbb2d
dmaengine: imx-dma: remove unused arg of imxdma_sg_next.
by Javier Martin
· 13 years ago
2d9c2fc
dmaengine: imx-dma: remove internal structure.
by Javier Martin
· 13 years ago
6b0e2f5
dmaengine: imx-dma: remove 'resbytes' field of 'internal' structure.
by Javier Martin
· 13 years ago
e4756b5
dmaengine: imx-dma: remove 'in_use' field of 'internal' structure.
by Javier Martin
· 13 years ago
833bc03
dmaengine: imx-dma: remove sg member from internal structure.
by Javier Martin
· 13 years ago
359291a
dmaengine: imx-dma: remove 'imxdma_setup_sg_hw' function.
by Javier Martin
· 13 years ago
bdc0c75
dmaengine: imx-dma: remove 'imxdma_config_channel_hw' function.
by Javier Martin
· 13 years ago
3b4b6df
dmaengine: imx-dma: remove 'imxdma_setup_mem2mem_hw' function.
by Javier Martin
· 13 years ago
2efc344
dmaengine: imx-dma: remove dma_mode member of internal structure.
by Javier Martin
· 13 years ago
232e3c2
dmaengine: imx-dma: remove data member from internal structure.
by Javier Martin
· 13 years ago
6bd0812
dmaengine: imx-dma: merge old dma-v1.c with imx-dma.c
by Javier Martin
· 13 years ago
185ecb5
dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclic
by Alexandre Bounine
· 13 years ago
1f3d6dc
Merge branch 'rmk_cookie_fixes2' into next
by Vinod Koul
· 13 years ago
8ac6954
dmaengine: ensure all DMA engine drivers initialize their cookies
by Russell King - ARM Linux
· 13 years ago
96a2af4
dmaengine: consolidate tx_status functions
by Russell King - ARM Linux
· 13 years ago
f7fbce0
dmaengine: provide a common function for completing a dma descriptor
by Russell King - ARM Linux
· 13 years ago
884485e
dmaengine: consolidate assignment of DMA cookies
by Russell King - ARM Linux
· 13 years ago
d2ebfb3
dmaengine: add private header file
by Russell King - ARM Linux
· 13 years ago
4d4e58d
dmaengine: move last completed cookie into generic dma_chan structure
by Russell King - ARM Linux
· 13 years ago
5170c05
Revert "drivers/dma: linux/module.h included twice"
by Vinod Koul
· 13 years ago
9e15db7
dmaengine: Add support for multiple descriptors for imx-dma.
by Javier Martin
· 13 years ago
6c05f09
dmaengine: Add support for MEMCPY for imx-dma.
by Javier Martin
· 13 years ago
865d943
drivers/dma: linux/module.h included twice
by Danny Kukawka
· 13 years ago
13ae246
includecheck: delete any duplicate instances of module.h
by Paul Gortmaker
· 13 years ago
5b31687
dma: imx-dma: start transfer in issue_pending
by Sascha Hauer
· 13 years ago
e0d23ef
Merge branch 'dma_slave_direction' into next_test_dirn
by Vinod Koul
· 13 years ago
32aaeff
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
5c45ad7
drivers/dma: Add module.h to files implicitly using it.
by Paul Gortmaker
· 13 years ago
db8196d
dmaengine: move drivers to dma_transfer_direction
by Vinod Koul
· 13 years ago
f8de8f4
dmaengine i.MX DMA/SDMA: add missing include of linux/module.h
by Axel Lin
· 13 years ago
6584cb8
ARM i.MX dma: Fix burstsize settings
by Sascha Hauer
· 13 years ago
f8a356f
dmaengine i.MX dma: initialize dma capabilities outside channel loop
by Sascha Hauer
· 14 years ago
97a43df
dmaengine i.MX DMA: do not initialize chan_id field
by Sascha Hauer
· 14 years ago
d07102a
dmaengine i.MX dma: check sg entries for valid addresses and lengths
by Sascha Hauer
· 14 years ago
1e070a6
dmaengine i.MX dma: set maximum segment size for our device
by Sascha Hauer
· 14 years ago
cbeae41
dma: imx-dma: fix imxdma_probe error path
by Axel Lin
· 14 years ago
8267f16
dma: imx-dma: fix signedness bug
by Sascha Hauer
· 14 years ago
1f1846c
dmaengine: Add Freescale i.MX1/21/27 DMA driver
by Sascha Hauer
· 14 years ago