index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
imx-sdma.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-07
dma: imx-sdma: buf_tail should be initialize in prepare function
Richard Zhao
1
-2
/
+4
2012-05-26
Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
1
-12
/
+28
2012-05-11
dma: imx-sdma: make channel0 operations atomic
Richard Zhao
1
-26
/
+31
2012-05-11
dmaengine: Use dma_sg_len(sg) instead of sg->length
Lars-Peter Clausen
1
-1
/
+1
2012-05-11
dma: imx-sdma: keep the callbacks invoked in the tasklet
Huang Shijie
1
-2
/
+7
2012-04-25
dmaengine i.MX SDMA: do not depend on grouped clocks
Sascha Hauer
1
-12
/
+28
2012-03-29
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-99
/
+88
2012-03-21
dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclic
Alexandre Bounine
1
-2
/
+3
2012-03-21
dma: imx-sdma: Treat firmware messages as warnings instead of erros
Fabio Estevam
1
-3
/
+3
2012-03-13
Merge branch 'rmk_cookie_fixes2' into next
Vinod Koul
1
-17
/
+6
2012-03-13
dmaengine: fix for cookie changes and merge
Vinod Koul
1
-0
/
+1
2012-03-13
dmaengine: ensure all DMA engine drivers initialize their cookies
Russell King - ARM Linux
1
-0
/
+1
2012-03-13
dmaengine: provide a common function for completing a dma descriptor
Russell King - ARM Linux
1
-1
/
+1
2012-03-13
dmaengine: consolidate assignment of DMA cookies
Russell King - ARM Linux
1
-15
/
+1
2012-03-13
dmaengine: add private header file
Russell King - ARM Linux
1
-0
/
+2
2012-03-13
dmaengine: move last completed cookie into generic dma_chan structure
Russell King - ARM Linux
1
-3
/
+2
2012-03-09
Revert "drivers/dma: linux/module.h included twice"
Vinod Koul
1
-0
/
+1
2012-03-06
dma: imx-sdma: Print a message when firmare fails to be requested
Fabio Estevam
1
-2
/
+4
2012-03-06
dma: imx-sdma: Let the driver be probed even if no firware is found
Fabio Estevam
1
-8
/
+5
2012-03-06
drivers/dma: linux/module.h included twice
Danny Kukawka
1
-1
/
+0
2012-02-28
includecheck: delete any duplicate instances of module.h
Paul Gortmaker
1
-1
/
+0
2012-02-02
i.MX SDMA: Fix burstsize settings
Philippe Rétornaz
1
-2
/
+4
2012-02-02
i.MX SDMA: Fix burstsize settings
Philippe Rétornaz
1
-2
/
+4
2012-01-31
dma/imx-sdma: convernt to use bit ops
Richard Zhao
1
-34
/
+34
2012-01-31
dma/imx-sdma: use num_events to validate event_id0
Richard Zhao
1
-1
/
+1
2012-01-31
dma/imx-sdma: move clk_enable out of sdma_request_channel
Richard Zhao
1
-2
/
+3
2012-01-31
dma/imx-sdma: call sdma_set_channel_priority after sdma_request_channel
Richard Zhao
1
-2
/
+2
2012-01-31
dma/imx-sdma: use readl_relaxed/writel_relaxed and use writel when necessary
Richard Zhao
1
-22
/
+22
2012-01-31
dma/imx-sdma: let sdma_run_channel call sdma_enable_channel
Richard Zhao
1
-6
/
+6
2012-01-30
dma: imx-sdma: start transfer in issue_pending
Sascha Hauer
1
-6
/
+5
2012-01-06
dma/imx-sdma: save irq flags when use spin_lock in sdma_tx_submit
Haitao Zhang
1
-2
/
+3
2011-12-05
IMX/SDMA : save the real count for one DMA transaction.
Huang Shijie
1
-2
/
+9
2011-11-22
IMX/DMA : set the DMA direction in the sdma_control()
Huang Shijie
1
-0
/
+1
2011-11-17
Merge branch 'dma_slave_direction' into next_test_dirn
Vinod Koul
1
-5
/
+5
2011-11-06
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+1
2011-10-31
drivers/dma: Add module.h to files implicitly using it.
Paul Gortmaker
1
-0
/
+1
2011-10-27
dmaengine: move drivers to dma_transfer_direction
Vinod Koul
1
-5
/
+5
2011-09-21
dmaengine i.MX DMA/SDMA: add missing include of linux/module.h
Axel Lin
1
-0
/
+1
2011-08-29
dmaengine i.MX SDMA: use request_firmware_nowait
Sascha Hauer
1
-7
/
+16
2011-08-29
dmaengine i.MX SDMA: set firmware scripts addresses to negative value initially
Sascha Hauer
1
-0
/
+6
2011-08-29
dmaengine i.MX SDMA: lock channel 0
Sascha Hauer
1
-2
/
+16
2011-08-01
Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-1
/
+3
2011-07-27
dmaengine: imx-sdma: add device tree probe support
Shawn Guo
1
-3
/
+39
2011-07-27
dmaengine: imx-sdma: sdma_get_firmware does not need to copy fw_name
Shawn Guo
1
-10
/
+2
2011-07-27
dmaengine: imx-sdma: use platform_device_id to identify sdma version
Shawn Guo
1
-10
/
+30
2011-07-25
dmaengine: imx-sdma: return proper error if kzalloc fails
Axel Lin
1
-1
/
+3
2011-07-07
dmaengine: imx-sdma: pass sdma firmware name via platform data
Shawn Guo
1
-3
/
+3
2011-02-14
Merge branch 'imx' into dmaengine-fixes
Dan Williams
1
-35
/
+41
2011-01-31
Merge branch 'dmaengine-shawn' into dmaengine
Sascha Hauer
1
-10
/
+6
2011-01-31
dmaengine: imx-sdma: fix up param for the last BD in sdma_prep_slave_sg()
Shawn Guo
1
-1
/
+4
[next]