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
/
intel_mid_dma.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-01
treewide: fix comment/printk/variable typos
Anatol Pomozov
1
-1
/
+1
2012-05-11
dmaengine: Use dma_sg_len(sg) instead of sg->length
Lars-Peter Clausen
1
-3
/
+3
2012-05-11
dmaengine: Use sg_dma_address instead of sg_phys
Lars-Peter Clausen
1
-1
/
+1
2012-03-21
dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclic
Alexandre Bounine
1
-1
/
+2
2012-03-13
dmaengine: fix for cookie changes and merge
Vinod Koul
1
-0
/
+1
2012-03-13
dmaengine: consolidate initialization of cookies
Russell King - ARM Linux
1
-2
/
+2
2012-03-13
dmaengine: consolidate tx_status functions
Russell King - ARM Linux
1
-16
/
+3
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
-8
/
+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
-5
/
+4
2012-02-22
dmaengine: intel_mid_dma: move pm_runtime_put
Adrian Hunter
1
-1
/
+1
2012-02-22
dmaengine: intel_mid_dma: fix error status mask
Adrian Hunter
1
-1
/
+2
2012-01-02
dmaengine: intel_mid_dma: remove legacy pm interface
Kristen Carlson Accardi
1
-5
/
+7
2011-12-23
dmaengine: intel_mid_dma: error path fix
Adrian Hunter
1
-1
/
+5
2011-12-23
dmaengine: intel_mid_dma: locking and freeing fixes
Adrian Hunter
1
-1
/
+6
2011-11-17
Merge branch 'dma_slave_direction' into next_test_dirn
Vinod Koul
1
-7
/
+7
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
x86: fix up files really needing to include module.h
Paul Gortmaker
1
-0
/
+1
2011-10-27
dmaengine: move drivers to dma_transfer_direction
Vinod Koul
1
-7
/
+7
2011-10-16
dmaengine: mid_dma: mask_peripheral_interrupt only when dmac is idle
Vinod Koul
1
-4
/
+3
2011-09-20
dmaengine: delete redundant chan_id and chancnt initialization in dma drivers
Barry Song
1
-2
/
+0
2011-07-26
dma: intel_mid_dma: remove redundant pci_set_drvdata calls
Axel Lin
1
-2
/
+0
2011-05-28
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...
Linus Torvalds
1
-4
/
+13
2011-04-01
intel_mid_dma: fix runtime pm issues
Kristen Carlson Accardi
1
-4
/
+13
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-4
/
+4
2011-01-17
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...
Linus Torvalds
1
-9
/
+24
2010-12-22
Merge branch 'master' into for-next
Jiri Kosina
1
-5
/
+3
2010-12-07
Merge branches 'fsldma' and 'intel-mid' into dmaengine
Dan Williams
1
-9
/
+24
2010-12-04
intel_mid_dma: add support for single item scatter-gather list
Feng Tang
1
-4
/
+24
2010-12-04
intel_mid_dma: fix section mismatch warnings
Dan Williams
1
-3
/
+3
2010-12-03
dma: intel_mid_dma: fix double free on mid_setup_dma error path
Axel Lin
1
-2
/
+0
2010-12-03
dma/intel_mid_dma: remove unneeded null check
Dan Carpenter
1
-5
/
+0
2010-11-01
tree-wide: fix comment/printk typos
Uwe Kleine-König
1
-3
/
+3
2010-10-07
intel_mid_dma: change the slave interface
Koul, Vinod
1
-23
/
+43
2010-10-07
intel_mid_dma: fix the WARN_ONs
Koul, Vinod
1
-3
/
+3
2010-10-07
intel_mid_dma: Add sg list support to DMA driver
Ramesh Babu K V
1
-46
/
+221
2010-10-07
intel_mid_dma: Allow DMAC2 to share interrupt
Yong Wang
1
-4
/
+1
2010-10-07
intel_mid_dma: Allow IRQ sharing
Yong Wang
1
-11
/
+14
2010-10-07
intel_mid_dma: Add runtime PM support
Koul, Vinod
1
-7
/
+116
2010-07-27
intel_mid: Add Mrst & Mfld DMA Drivers
Vinod Koul
1
-0
/
+1143