index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
mv_xor_v2.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
dmaengine: mv_xor_v2: Convert to platform remove callback returning void
Uwe Kleine-König
2023-09-28
1
-4
/
+2
*
Merge tag 'dmaengine-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-05-03
1
-28
/
+7
|
\
|
*
dmaengine: mv_xor_v2: Use some clk_ helper functions to simplify code
Christophe JAILLET
2023-03-31
1
-28
/
+7
|
*
dmaengine: mv_xor_v2: Fix an error code.
Christophe JAILLET
2023-03-31
1
-1
/
+1
*
|
dmaengine: remove MODULE_LICENSE in non-modules
Nick Alcock
2023-04-13
1
-1
/
+0
|
/
*
dmaengine: drivers: Use devm_platform_ioremap_resource()
Tudor Ambarus
2023-01-18
1
-5
/
+2
*
dmaengine: mv_xor_v2: Fix a resource leak in mv_xor_v2_remove()
Christophe JAILLET
2022-11-08
1
-0
/
+1
*
dmaengine: fix typos in comments
Julia Lawall
2022-07-06
1
-1
/
+1
*
dmaengine: mv_xor_v2 : Move spin_lock_bh() to spin_lock()
Yunbo Yu
2022-04-22
1
-2
/
+2
*
dmaengine: mv_xor_v2: Get rid of msi_desc abuse
Thomas Gleixner
2021-12-16
1
-11
/
+5
*
dmaengine: mv_xor_v2: Fix error return code in mv_xor_v2_probe()
Zhihao Cheng
2020-11-24
1
-1
/
+3
*
dmaengine: mv_xor: convert tasklets to use new tasklet_setup() API
Allen Pais
2020-09-18
1
-4
/
+4
*
dmaengine: mv_xor_v2: Supply some missing 'struct mv_xor_v2_device' attribute...
Lee Jones
2020-07-15
1
-1
/
+5
*
treewide: remove redundant IS_ERR() before error code check
Masahiro Yamada
2020-02-04
1
-1
/
+1
*
dmaengine: mv_xor_v2: Fix -Wshift-negative-value
Nathan Huckleberry
2019-08-20
1
-7
/
+4
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 24
Thomas Gleixner
2019-05-21
1
-9
/
+1
*
dmaengine: mv_xor_v2: use {lower,upper}_32_bits to configure HW descriptor ad...
Hanna Hawa
2018-07-25
1
-2
/
+2
*
dmaengine: mv_xor_v2: move unmap to before callback
Hanna Hawa
2018-07-20
1
-2
/
+1
*
dmaengine: mv_xor_v2: convert callback to helper function
Hanna Hawa
2018-07-20
1
-3
/
+2
*
dmaengine: mv_xor_v2: kill the tasklets upon exit
Hanna Hawa
2018-07-20
1
-0
/
+2
*
dmaengine: mv_xor_v2: explicitly freeup irq
Hanna Hawa
2018-07-20
1
-0
/
+4
*
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
2018-06-12
1
-2
/
+3
*
dmaengine: mv_xor_v2: Fix clock resource by adding a register clock
Gregory CLEMENT
2018-03-11
1
-5
/
+20
*
dmaengine: mv_xor_v2: add support for suspend/resume
Hanna Hawa
2017-05-14
1
-0
/
+23
*
dmaengine: mv_xor_v2: remove unnecessary write to DESQ_STOP register
Hanna Hawa
2017-05-14
1
-3
/
+0
*
dmaengine: mv_xor_v2: implement proper interrupt coalescing
Hanna Hawa
2017-05-14
1
-0
/
+36
*
dmaengine: mv_xor_v2: set DMA mask to 40 bits
Thomas Petazzoni
2017-05-14
1
-0
/
+4
*
dmaengine: mv_xor_v2: remove interrupt coalescing
Thomas Petazzoni
2017-05-14
1
-25
/
+0
*
dmaengine: mv_xor_v2: fix tx_submit() implementation
Thomas Petazzoni
2017-05-14
1
-17
/
+5
*
dmaengine: mv_xor_v2: enable XOR engine after its configuration
Hanna Hawa
2017-05-14
1
-3
/
+3
*
dmaengine: mv_xor_v2: do not use descriptors not acked by async_tx
Thomas Petazzoni
2017-05-14
1
-10
/
+22
*
dmaengine: mv_xor_v2: properly handle wrapping in the array of HW descriptors
Thomas Petazzoni
2017-05-14
1
-10
/
+4
*
dmaengine: mv_xor_v2: handle mv_xor_v2_prep_sw_desc() error properly
Thomas Petazzoni
2017-05-14
1
-0
/
+6
*
dmaengine: mv_xor_v2: remove trailing whitespace
Vinod Koul
2016-07-12
1
-1
/
+0
*
dmaengine: mv_xor_v2: new driver
Thomas Petazzoni
2016-07-12
1
-0
/
+879