index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
mv_xor_v2.c
Age
Commit message (
Expand
)
Author
2022-07-06
dmaengine: fix typos in comments
Julia Lawall
2022-04-22
dmaengine: mv_xor_v2 : Move spin_lock_bh() to spin_lock()
Yunbo Yu
2021-12-16
dmaengine: mv_xor_v2: Get rid of msi_desc abuse
Thomas Gleixner
2020-11-24
dmaengine: mv_xor_v2: Fix error return code in mv_xor_v2_probe()
Zhihao Cheng
2020-09-18
dmaengine: mv_xor: convert tasklets to use new tasklet_setup() API
Allen Pais
2020-07-15
dmaengine: mv_xor_v2: Supply some missing 'struct mv_xor_v2_device' attribute...
Lee Jones
2020-02-04
treewide: remove redundant IS_ERR() before error code check
Masahiro Yamada
2019-08-20
dmaengine: mv_xor_v2: Fix -Wshift-negative-value
Nathan Huckleberry
2019-05-21
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 24
Thomas Gleixner
2018-07-25
dmaengine: mv_xor_v2: use {lower,upper}_32_bits to configure HW descriptor ad...
Hanna Hawa
2018-07-20
dmaengine: mv_xor_v2: move unmap to before callback
Hanna Hawa
2018-07-20
dmaengine: mv_xor_v2: convert callback to helper function
Hanna Hawa
2018-07-20
dmaengine: mv_xor_v2: kill the tasklets upon exit
Hanna Hawa
2018-07-20
dmaengine: mv_xor_v2: explicitly freeup irq
Hanna Hawa
2018-06-12
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
2018-03-11
dmaengine: mv_xor_v2: Fix clock resource by adding a register clock
Gregory CLEMENT
2017-05-14
dmaengine: mv_xor_v2: add support for suspend/resume
Hanna Hawa
2017-05-14
dmaengine: mv_xor_v2: remove unnecessary write to DESQ_STOP register
Hanna Hawa
2017-05-14
dmaengine: mv_xor_v2: implement proper interrupt coalescing
Hanna Hawa
2017-05-14
dmaengine: mv_xor_v2: set DMA mask to 40 bits
Thomas Petazzoni
2017-05-14
dmaengine: mv_xor_v2: remove interrupt coalescing
Thomas Petazzoni
2017-05-14
dmaengine: mv_xor_v2: fix tx_submit() implementation
Thomas Petazzoni
2017-05-14
dmaengine: mv_xor_v2: enable XOR engine after its configuration
Hanna Hawa
2017-05-14
dmaengine: mv_xor_v2: do not use descriptors not acked by async_tx
Thomas Petazzoni
2017-05-14
dmaengine: mv_xor_v2: properly handle wrapping in the array of HW descriptors
Thomas Petazzoni
2017-05-14
dmaengine: mv_xor_v2: handle mv_xor_v2_prep_sw_desc() error properly
Thomas Petazzoni
2016-07-12
dmaengine: mv_xor_v2: remove trailing whitespace
Vinod Koul
2016-07-12
dmaengine: mv_xor_v2: new driver
Thomas Petazzoni