summaryrefslogtreecommitdiff
path: root/drivers/dma/mv_xor_v2.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dmaengine-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-05-031-28/+7
|\
| * dmaengine: mv_xor_v2: Use some clk_ helper functions to simplify codeChristophe JAILLET2023-03-311-28/+7
| * dmaengine: mv_xor_v2: Fix an error code.Christophe JAILLET2023-03-311-1/+1
* | dmaengine: remove MODULE_LICENSE in non-modulesNick Alcock2023-04-131-1/+0
|/
* dmaengine: drivers: Use devm_platform_ioremap_resource()Tudor Ambarus2023-01-181-5/+2
* dmaengine: mv_xor_v2: Fix a resource leak in mv_xor_v2_remove()Christophe JAILLET2022-11-081-0/+1
* dmaengine: fix typos in commentsJulia Lawall2022-07-061-1/+1
* dmaengine: mv_xor_v2 : Move spin_lock_bh() to spin_lock()Yunbo Yu2022-04-221-2/+2
* dmaengine: mv_xor_v2: Get rid of msi_desc abuseThomas Gleixner2021-12-161-11/+5
* dmaengine: mv_xor_v2: Fix error return code in mv_xor_v2_probe()Zhihao Cheng2020-11-241-1/+3
* dmaengine: mv_xor: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-181-4/+4
* dmaengine: mv_xor_v2: Supply some missing 'struct mv_xor_v2_device' attribute...Lee Jones2020-07-151-1/+5
* treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada2020-02-041-1/+1
* dmaengine: mv_xor_v2: Fix -Wshift-negative-valueNathan Huckleberry2019-08-201-7/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 24Thomas Gleixner2019-05-211-9/+1
* dmaengine: mv_xor_v2: use {lower,upper}_32_bits to configure HW descriptor ad...Hanna Hawa2018-07-251-2/+2
* dmaengine: mv_xor_v2: move unmap to before callbackHanna Hawa2018-07-201-2/+1
* dmaengine: mv_xor_v2: convert callback to helper functionHanna Hawa2018-07-201-3/+2
* dmaengine: mv_xor_v2: kill the tasklets upon exitHanna Hawa2018-07-201-0/+2
* dmaengine: mv_xor_v2: explicitly freeup irqHanna Hawa2018-07-201-0/+4
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-2/+3
* dmaengine: mv_xor_v2: Fix clock resource by adding a register clockGregory CLEMENT2018-03-111-5/+20
* dmaengine: mv_xor_v2: add support for suspend/resumeHanna Hawa2017-05-141-0/+23
* dmaengine: mv_xor_v2: remove unnecessary write to DESQ_STOP registerHanna Hawa2017-05-141-3/+0
* dmaengine: mv_xor_v2: implement proper interrupt coalescingHanna Hawa2017-05-141-0/+36
* dmaengine: mv_xor_v2: set DMA mask to 40 bitsThomas Petazzoni2017-05-141-0/+4
* dmaengine: mv_xor_v2: remove interrupt coalescingThomas Petazzoni2017-05-141-25/+0
* dmaengine: mv_xor_v2: fix tx_submit() implementationThomas Petazzoni2017-05-141-17/+5
* dmaengine: mv_xor_v2: enable XOR engine after its configurationHanna Hawa2017-05-141-3/+3
* dmaengine: mv_xor_v2: do not use descriptors not acked by async_txThomas Petazzoni2017-05-141-10/+22
* dmaengine: mv_xor_v2: properly handle wrapping in the array of HW descriptorsThomas Petazzoni2017-05-141-10/+4
* dmaengine: mv_xor_v2: handle mv_xor_v2_prep_sw_desc() error properlyThomas Petazzoni2017-05-141-0/+6
* dmaengine: mv_xor_v2: remove trailing whitespaceVinod Koul2016-07-121-1/+0
* dmaengine: mv_xor_v2: new driverThomas Petazzoni2016-07-121-0/+879