index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
Age
Commit message (
Expand
)
Author
Files
Lines
2013-06-13
Merge tag 's3c24xx-driver-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Olof Johansson
2
-25
/
+28
2013-06-12
dma: of: Remove check on always true condition
Lars-Peter Clausen
1
-13
/
+1
2013-06-12
dma: of: Remove restriction that #dma-cells can't be 0
Lars-Peter Clausen
1
-7
/
+4
2013-06-08
dmatest: do not allow to interrupt ongoing tests
Andy Shevchenko
1
-22
/
+23
2013-06-04
dmaengine: ste_dma40: fix error return code in d40_probe()
Wei Yongjun
1
-7
/
+7
2013-06-04
dmaengine: ste_dma40: Fetch disabled channels from DT
Lee Jones
1
-1
/
+16
2013-06-04
dmaengine: ste_dma40: Fetch the number of physical channels from DT
Lee Jones
1
-1
/
+6
2013-06-04
dmaengine: ste_dma40: Allow memcpy channels to be configured from DT
Lee Jones
1
-8
/
+32
2013-06-04
dmaengine: ste_dma40_ll: Replace meaningless register set with comment
Lee Jones
1
-2
/
+4
2013-06-04
dmaengine: ste_dma40: Convert data_width from register bit format to value
Lee Jones
2
-52
/
+54
2013-06-04
dmaengine: ste_dma40_ll: Use the BIT macro to replace ugly '(1 << x)'s
Lee Jones
1
-22
/
+22
2013-06-04
dmaengine: ste_dma40: Replace ST-E's home-brew DMA direction defs with generi...
Lee Jones
2
-40
/
+40
2013-06-04
dmaengine: ste_dma40: Use the BIT macro to replace ugly '(1 << x)'s
Lee Jones
1
-10
/
+10
2013-06-03
PM / Runtime: Rework the "runtime idle" helper routine
Rafael J. Wysocki
1
-1
/
+1
2013-05-28
Merge tag 'ux500-dma40-for-arm-soc' of git://git.kernel.org/pub/scm/linux/ker...
Olof Johansson
3
-215
/
+260
2013-05-27
dmaengine: ste_dma40: fix pm runtime ref counting
Rabin Vincent
1
-3
/
+5
2013-05-26
Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-3
/
+169
2013-05-23
dmaengine: ste_dma40: Remove redundant address fetching function
Lee Jones
1
-18
/
+0
2013-05-23
dmaengine: ste_dma40: Only use addresses passed as configuration information
Lee Jones
1
-40
/
+11
2013-05-23
dmaengine: ste_dma40: Don't configure runtime configurable setup during allocate
Lee Jones
1
-3
/
+3
2013-05-23
dmaengine: ste_dma40: Remove unnecessary call to d40_phy_cfg()
Lee Jones
3
-60
/
+58
2013-05-23
dmaengine: ste_dma40: Separate Logical Global Interrupt Mask (GIM) unmasking
Lee Jones
2
-5
/
+4
2013-05-23
dmaengine: ste_dma40: Supply full Device Tree parsing support
Lee Jones
1
-0
/
+52
2013-05-23
dmaengine: ste_dma40: Allow driver to be probe()able when DT is enabled
Lee Jones
1
-2
/
+44
2013-05-23
dmaengine: ste_dma40: Allocate plat_data on declaration
Lee Jones
1
-3
/
+1
2013-05-23
dmaengine: ste_dma40: Also report the number of logical channels
Lee Jones
1
-2
/
+3
2013-05-23
dmaengine: ste_dma40: Move rev error-check up to revision acquisition
Lee Jones
1
-6
/
+4
2013-05-23
dmaengine: ste_dma40: Remove 'always true' checking
Lee Jones
1
-11
/
+5
2013-05-23
dmaengine: ste_dma40: Calculate number of logical channels from physical ones
Lee Jones
1
-10
/
+6
2013-05-23
dmaengine: ste_dma40: Remove home-brew MAX() macro
Lee Jones
1
-3
/
+4
2013-05-23
dmaengine: ste_dma40: Amalgamate DMA source and destination channel numbers
Lee Jones
2
-64
/
+33
2013-05-23
dmaengine: ste_dma40: Rectify incorrect configuration validation checking
Lee Jones
1
-4
/
+4
2013-05-23
dmaengine: ste_dma40: Move default memcpy configs into the driver
Lee Jones
1
-2
/
+30
2013-05-23
dmaengine: ste_dma40: Fix up static memcpy event lines
Linus Walleij
1
-1
/
+15
2013-05-23
dmaengine: ste_dma40: Assign memcpy channels in the driver
Lee Jones
1
-5
/
+7
2013-05-18
drivers/dma: don't check resource with devm_ioremap_resource
Wolfram Sang
1
-5
/
+0
2013-05-14
dma: acpi-dma: parse CSRT to extract additional resources
Andy Shevchenko
1
-3
/
+169
2013-05-09
Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
31
-499
/
+2843
2013-05-07
Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-34
/
+75
2013-05-07
Merge branch 'late/dt' into next/dt2
Arnd Bergmann
3
-17
/
+42
2013-05-02
dma: tegra: implement suspend/resume callbacks
Laxman Dewangan
1
-0
/
+65
2013-05-02
Merge branch 'topic/of' into for-linus
Vinod Koul
2
-67
/
+31
2013-05-02
dma:of: Use a mutex to protect the of_dma_list
Lars-Peter Clausen
1
-56
/
+20
2013-05-02
dma: of: Fix of_node reference leak
Lars-Peter Clausen
1
-5
/
+6
2013-05-02
dmaengine: sirf: move driver init from module_init to subsys_initcall
Barry Song
1
-1
/
+12
2013-04-30
sudmac: add support for SUDMAC
Shimoda, Yoshihiro
3
-0
/
+435
2013-04-30
dma: sh: add Kconfig
Shimoda, Yoshihiro
4
-11
/
+21
2013-04-30
at_hdmac: move to generic DMA binding
Ludovic Desroches
2
-6
/
+91
2013-04-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-22
/
+45
2013-04-18
dmaengine: at_hdmac: fix race condition in atc_advance_work()
Ludovic Desroches
1
-5
/
+4
[prev]
[next]