Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
6a92bc1dabc028788314ae94a1c14860ef50a9b3
/
drivers
/
dma
/
imx-sdma.c
61ed2d2
dmaengine: imx-sdma: add 1ms delay to ensure SDMA channel is stopped
by Jiada Wang
· 8 years ago
3a654a8
dmaengine: imx-sdma - correct the dma transfer residue calculation
by Nandor Han
· 8 years ago
553911c
Merge tag 'dmaengine-4.9-rc1' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 8 years ago
ddfaadf
Merge branch 'topic/imx' into for-linus
by Vinod Koul
· 8 years ago
5881826
dmaengine: imx-sdma - update the residue calculation for cyclic channels
by Nandor Han
· 8 years ago
15f30f5
dmaengine: imx-sdma - reduce transfer latency for DMA cyclic clients
by Nandor Han
· 8 years ago
b7d2648
dmaengine: imx-sdma: Add i.MX7 support
by Fabio Estevam
· 8 years ago
e4b7576
dmaengine: imx-sdma: (trivial) fix a typo
by Martin Kaiser
· 8 years ago
48dc77e
dmaengine: imx-sdma: convert callback to helper function
by Dave Jiang
· 8 years ago
0d605ba
dmaengine: imx-sdma: remove assignment never used
by Vinod Koul
· 8 years ago
24a1b5a
dmaengine: imx-sdma: remove dummy assignment
by Vinod Koul
· 8 years ago
5bb9dbb
dmaengine: imx-sdma: explicitly freeup irq
by Vinod Koul
· 8 years ago
1d069bf
dmaengine: imx-sdma: ack channel 0 IRQ in the interrupt handler
by Michael Olbrich
· 8 years ago
29f493d
dmaengine: imx-sdma: remove __init annotation on sdma_event_remap
by Jason Liu
· 9 years ago
5ec9555
dmaengine: imx-sdma: Remove unneeded dev_info()
by Fabio Estevam
· 9 years ago
ce078af
dmaengine: imx-sdma: Move message level to debug
by Fabio Estevam
· 9 years ago
b93edcd
dmaengine: imx-sdma: Check for clk_enable() errors
by Fabio Estevam
· 9 years ago
d078cd1
dmaengine: imx-sdma: Add imx6sx platform support
by Zidan Wang
· 9 years ago
8391ecf
dmaengine: imx-sdma: Add device to device support
by Shengjiu Wang
· 9 years ago
afe7cde
dmaengine: imx: Constify platform_device_id
by Krzysztof Kozlowski
· 10 years ago
d6a4c0e
Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 10 years ago
a572460
dmaengine: imx-sdma: Add support for version 3 firmware
by Fabio Estevam
· 10 years ago
855832e
dmaengine: imx-sdma: switch to dynamic context mode after script loaded
by Robin Gong
· 10 years ago
2cd6f79
Merge branch 'topic/slave_caps_device_control_fix_rebased' into for-linus
by Vinod Koul
· 10 years ago
63c72e0
dmaengine: imx-sdma: Return a proper error code in platform_get_irq()
by Fabio Estevam
· 10 years ago
7f24e0e
dmaengine: imx-sdma: Use devm functions
by Fabio Estevam
· 10 years ago
1e4a4f5
dmaengine: imx-sdma: Declare slave capabilities for the generic code
by Fabio Estevam
· 10 years ago
7b350ab
dmaengine: imx-sdma: Split device_control
by Maxime Ripard
· 10 years ago
681d15e
dmaengine: imx-sdma: fix indentation
by Asaf Vertz
· 10 years ago
0f927a1
dma: imx-sdma: clarify about firmware not found error
by Sascha Hauer
· 10 years ago
29aebfd
dmaengine: imx-sdma: Add a new DMATYPE for SAI
by Nicolin Chen
· 10 years ago
19bfc77
dma: imx-sdma: remove incorrect __init annotation from sdma_init()
by Jingoo Han
· 10 years ago
fe6cf28
dma: imx-sdma: fix another incorrect __init annotation
by Arnd Bergmann
· 10 years ago
e34b731
dma: imx-sdma: Remove spurious __init annotation on sdma_probe()
by Mark Brown
· 10 years ago
c12fe49
dma: imx-sdma: Adding tasklet_kill() in sdma_remove function.
by Vignesh Raman
· 10 years ago
23e1181
dma: imx-sdma: use module_platform_driver for SDMA driver
by Vignesh Raman
· 10 years ago
31c1e5a
dmaengine: Remove the context argument to the prep_dma_cyclic operation
by Laurent Pinchart
· 10 years ago
f892afb
dmaengine: imx-sdma: Add a new DMATYPE for Shared Peripheral ASRC
by Nicolin Chen
· 10 years ago
0b35186
dmaengine: imx-sdma: Save imx_dma_data into sdmac
by Nicolin Chen
· 10 years ago
9f92d22
dmaengine: Use dma_zalloc_coherent
by Joe Perches
· 10 years ago
d1a792f
Update imx-sdma cyclic handling to report residue
by Russell King - ARM Linux
· 10 years ago
ffe59b2
dmaengine: imx: correct sdmac->status for cyclic dma tx
by Jiada Wang
· 10 years ago
63edea1
dma: sdma: Add imx25 compatible
by Markus Pargmann
· 11 years ago
70dabaed
dma: imx-sdma: Assign a default script number for ROM firmware cases
by Nicolin Chen
· 11 years ago
1a89557
dma: imx-sdma: Add new dma type for ssi dual fifo script
by Nicolin Chen
· 11 years ago
cd72b84
dma: imx-sdma: Add sdma firmware version 2 support
by Nicolin Chen
· 11 years ago
e6d69a6
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 11 years ago
c3cc74b
dma: imx-sdma: Fix warnings for LPAE builds
by Olof Johansson
· 11 years ago
42536b9
ARM: 7857/1: dma: imx-sdma: setup dma mask
by Philippe Retornaz
· 11 years ago
409bff6
dmaengine: imx-sdma: use DMA_COMPLETE for dma completion status
by Vinod Koul
· 11 years ago
e9fd58d
dma: imx-sdma: Staticize sdma_driver_data structures
by Fabio Estevam
· 11 years ago
dcfec3c
dma: imx-sdma: Add ROM script addresses to driver
by Sascha Hauer
· 11 years ago
17bba72
dma: imx-sdma: Use struct for driver data
by Sascha Hauer
· 11 years ago
e8690fc
dma: imx-sdma: remove the unused completion
by Huang Shijie
· 11 years ago
d4adcc0
dma: use dev_get_platdata()
by Jingoo Han
· 11 years ago
e8e3a79
imx-sdma: remove useless variable
by Andy Shevchenko
· 11 years ago
9479e17
dma: imx-sdma: move to generic device tree bindings
by Shawn Guo
· 11 years ago
1d1bbd3
dma: Remove erroneous __exit and __exit_p() references
by Maxin B. John
· 12 years ago
52cec53
dma: imx-sdma: remove unneeded mach/hardware.h inclusion
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
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
8e2e27c
dma: imx-sdma: buf_tail should be initialize in prepare function
by Richard Zhao
· 12 years ago
2795343
Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
2ccaef0
dma: imx-sdma: make channel0 operations atomic
by Richard Zhao
· 12 years ago
fdaf9c4
dmaengine: Use dma_sg_len(sg) instead of sg->length
by Lars-Peter Clausen
· 13 years ago
abd9ccc
dma: imx-sdma: keep the callbacks invoked in the tasklet
by Huang Shijie
· 13 years ago
7560e3f
dmaengine i.MX SDMA: do not depend on grouped clocks
by Sascha Hauer
· 13 years ago
ef08e78
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 13 years ago
185ecb5
dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclic
by Alexandre Bounine
· 13 years ago
ad1122e
dma: imx-sdma: Treat firmware messages as warnings instead of erros
by Fabio Estevam
· 13 years ago
1f3d6dc
Merge branch 'rmk_cookie_fixes2' into next
by Vinod Koul
· 13 years ago
949ff5b
dmaengine: fix for cookie changes and merge
by Vinod Koul
· 13 years ago
8ac6954
dmaengine: ensure all DMA engine drivers initialize their cookies
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
6d0d7e2
dma: imx-sdma: Print a message when firmare fails to be requested
by Fabio Estevam
· 13 years ago
6602b0d
dma: imx-sdma: Let the driver be probed even if no firware is found
by Fabio Estevam
· 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
b63fd6c
i.MX SDMA: Fix burstsize settings
by Philippe Rétornaz
· 13 years ago
94ac27a
i.MX SDMA: Fix burstsize settings
by Philippe Rétornaz
· 13 years ago
0bbc141
dma/imx-sdma: convernt to use bit ops
by Richard Zhao
· 13 years ago
b78bd91
dma/imx-sdma: use num_events to validate event_id0
by Richard Zhao
· 13 years ago
c2c744d
dma/imx-sdma: move clk_enable out of sdma_request_channel
by Richard Zhao
· 13 years ago
3bb5e7c
dma/imx-sdma: call sdma_set_channel_priority after sdma_request_channel
by Richard Zhao
· 13 years ago
c4b5685
dma/imx-sdma: use readl_relaxed/writel_relaxed and use writel when necessary
by Richard Zhao
· 13 years ago
b9a59166
dma/imx-sdma: let sdma_run_channel call sdma_enable_channel
by Richard Zhao
· 13 years ago
2b4f130
dma: imx-sdma: start transfer in issue_pending
by Sascha Hauer
· 13 years ago
f69f2e2
dma/imx-sdma: save irq flags when use spin_lock in sdma_tx_submit
by Haitao Zhang
· 13 years ago
ab59a51
IMX/SDMA : save the real count for one DMA transaction.
by Huang Shijie
· 13 years ago
e696643
IMX/DMA : set the DMA direction in the sdma_control()
by Huang Shijie
· 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
Next »