aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/mv_xor_v2.c
AgeCommit message (Expand)Author
2023-09-28dmaengine: mv_xor_v2: Convert to platform remove callback returning voidUwe Kleine-König
2023-05-03Merge tag 'dmaengine-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-04-13dmaengine: remove MODULE_LICENSE in non-modulesNick Alcock
2023-03-31dmaengine: mv_xor_v2: Use some clk_ helper functions to simplify codeChristophe JAILLET
2023-03-31dmaengine: mv_xor_v2: Fix an error code.Christophe JAILLET
2023-01-18dmaengine: drivers: Use devm_platform_ioremap_resource()Tudor Ambarus
2022-11-08dmaengine: mv_xor_v2: Fix a resource leak in mv_xor_v2_remove()Christophe JAILLET
2022-07-06dmaengine: fix typos in commentsJulia Lawall
2022-04-22dmaengine: mv_xor_v2 : Move spin_lock_bh() to spin_lock()Yunbo Yu
2021-12-16dmaengine: mv_xor_v2: Get rid of msi_desc abuseThomas Gleixner
2020-11-24dmaengine: mv_xor_v2: Fix error return code in mv_xor_v2_probe()Zhihao Cheng
2020-09-18dmaengine: mv_xor: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-07-15dmaengine: mv_xor_v2: Supply some missing 'struct mv_xor_v2_device' attribute...Lee Jones
2020-02-04treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada
2019-08-20dmaengine: mv_xor_v2: Fix -Wshift-negative-valueNathan Huckleberry
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 24Thomas Gleixner
2018-07-25dmaengine: mv_xor_v2: use {lower,upper}_32_bits to configure HW descriptor ad...Hanna Hawa
2018-07-20dmaengine: mv_xor_v2: move unmap to before callbackHanna Hawa
2018-07-20dmaengine: mv_xor_v2: convert callback to helper functionHanna Hawa
2018-07-20dmaengine: mv_xor_v2: kill the tasklets upon exitHanna Hawa
2018-07-20dmaengine: mv_xor_v2: explicitly freeup irqHanna Hawa
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2018-03-11dmaengine: mv_xor_v2: Fix clock resource by adding a register clockGregory CLEMENT
2017-05-14dmaengine: mv_xor_v2: add support for suspend/resumeHanna Hawa
2017-05-14dmaengine: mv_xor_v2: remove unnecessary write to DESQ_STOP registerHanna Hawa
2017-05-14dmaengine: mv_xor_v2: implement proper interrupt coalescingHanna Hawa
2017-05-14dmaengine: mv_xor_v2: set DMA mask to 40 bitsThomas Petazzoni
2017-05-14dmaengine: mv_xor_v2: remove interrupt coalescingThomas Petazzoni
2017-05-14dmaengine: mv_xor_v2: fix tx_submit() implementationThomas Petazzoni
2017-05-14dmaengine: mv_xor_v2: enable XOR engine after its configurationHanna Hawa
2017-05-14dmaengine: mv_xor_v2: do not use descriptors not acked by async_txThomas Petazzoni
2017-05-14dmaengine: mv_xor_v2: properly handle wrapping in the array of HW descriptorsThomas Petazzoni
2017-05-14dmaengine: mv_xor_v2: handle mv_xor_v2_prep_sw_desc() error properlyThomas Petazzoni
2016-07-12dmaengine: mv_xor_v2: remove trailing whitespaceVinod Koul
2016-07-12dmaengine: mv_xor_v2: new driverThomas Petazzoni