Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
b68ece3d8e7fa3ff0844b8dbafe287f776a6768a
/
drivers
/
dma
/
imx-sdma.c
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
7b4b88e
dmaengine i.MX SDMA: use request_firmware_nowait
by Sascha Hauer
· 13 years ago
36e2f21
dmaengine i.MX SDMA: set firmware scripts addresses to negative value initially
by Sascha Hauer
· 13 years ago
73eab97
dmaengine i.MX SDMA: lock channel 0
by Sascha Hauer
· 13 years ago
12ff47e
Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 13 years ago
580975d
dmaengine: imx-sdma: add device tree probe support
by Shawn Guo
· 13 years ago
40ad5b3
dmaengine: imx-sdma: sdma_get_firmware does not need to copy fw_name
by Shawn Guo
· 13 years ago
62550cd
dmaengine: imx-sdma: use platform_device_id to identify sdma version
by Shawn Guo
· 13 years ago
1c1d954
dmaengine: imx-sdma: return proper error if kzalloc fails
by Axel Lin
· 13 years ago
2e534b2
dmaengine: imx-sdma: pass sdma firmware name via platform data
by Shawn Guo
· 13 years ago
e19d1d4
Merge branch 'imx' into dmaengine-fixes
by Dan Williams
· 14 years ago
60f1df5
Merge branch 'dmaengine-shawn' into dmaengine
by Sascha Hauer
· 14 years ago
341b941
dmaengine: imx-sdma: fix up param for the last BD in sdma_prep_slave_sg()
by Shawn Guo
· 14 years ago
1e9cebb
dmaengine: imx-sdma: correct sdmac->status in sdma_handle_channel_loop()
by Shawn Guo
· 14 years ago
8a96591
dmaengine: imx-sdma: return sdmac->status in sdma_tx_status()
by Shawn Guo
· 14 years ago
4b2ce9d
dmaengine: imx-sdma: set sdmac->status to DMA_ERROR in err_out of sdma_prep_slave_sg()
by Shawn Guo
· 14 years ago
1797c33
dmaengine: imx-sdma: remove IMX_DMA_SG_LOOP handling in sdma_prep_slave_sg()
by Shawn Guo
· 14 years ago
23889c6
dmaengine i.MX SDMA: reserve channel 0 by not registering it
by Sascha Hauer
· 14 years ago
7214a8b
dmaengine i.MX SDMA: initialize dma capabilities outside channel loop
by Sascha Hauer
· 14 years ago
7a0e9b2
dmaengine i.MX SDMA: do not initialize chan_id field
by Sascha Hauer
· 14 years ago
1fa81c2
dmaengine i.MX sdma: check sg entries for valid addresses and lengths
by Sascha Hauer
· 14 years ago
b9b3f82
dmaengine i.MX sdma: set maximum segment size for our device
by Sascha Hauer
· 14 years ago
d718f4e
dmaengine: imx-sdma: fix inconsistent naming in sdma_assign_cookie()
by Shawn Guo
· 14 years ago
939fd4f
dmaengine: imx-sdma: propagate error in sdma_probe() instead of returning 0
by Shawn Guo
· 14 years ago
6866fd3
dmaengine i.MX SDMA: Fix firmware loading
by Sascha Hauer
· 14 years ago
1051b9f
Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into devel-stable
by Russell King
· 14 years ago
c989a7f
dmaengine i.MX SDMA: initialize on module_init
by Sascha Hauer
· 14 years ago
d2f5c27
dmaengine: imx-sdma: fix bug in buffer descriptor initialization
by Anatolij Gustschin
· 14 years ago
5b28aa3
dmaengine i.MX SDMA: Allow to run without firmware
by Sascha Hauer
· 14 years ago
1ec1e82
dmaengine: Add Freescale i.MX SDMA support
by Sascha Hauer
· 14 years ago