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
/
stm32-mdma.c
Age
Commit message (
Expand
)
Author
2022-10-19
dmaengine: stm32-mdma: memset stm32_mdma_chan_config struct before using it
Amelie Delaunay
2022-09-04
dmaengine: stm32-mdma: add support to be triggered by STM32 DMA
Amelie Delaunay
2022-06-16
dmaengine: stm32-mdma: Remove dead code in stm32_mdma_irq_handler()
Alexey Khoroshilov
2022-05-19
dmaengine: stm32-mdma: use dev_dbg on non-busy channel spurious it
Amelie Delaunay
2022-05-19
dmaengine: stm32-mdma: fix chan initialization in stm32_mdma_irq_handler()
Amelie Delaunay
2022-05-19
dmaengine: stm32-mdma: remove GISR1 register
Amelie Delaunay
2022-04-11
dmaengine: stm32-mdma: check the channel availability (secure or not)
Amelie Delaunay
2022-01-03
dmaengine: stm32-mdma: fix STM32_MDMA_CTBR_TSEL_MASK
Amelie Delaunay
2021-12-17
dmaengine: stm32-mdma: Use bitfield helpers
Geert Uytterhoeven
2021-12-17
dmaengine: stm32-mdma: Remove redundant initialization of pointer hwdesc
Colin Ian King
2021-10-01
dmaengine: stm32-mdma: Use struct_size() helper in devm_kzalloc()
Gustavo A. R. Silva
2021-05-31
dmaengine: stm32-mdma: fix PM reference leak in stm32_mdma_alloc_chan_resourc()
Yu Kuai
2021-01-04
dmaengine: stm32-mdma: fix STM32_MDMA_VERY_HIGH_PRIORITY value
Amelie Delaunay
2020-12-11
dmaengine: stm32-mdma: rework interrupt handler
Amelie Delaunay
2020-10-30
dmaengine: stm32-mdma: Use struct_size() in kzalloc()
Gustavo A. R. Silva
2020-09-03
dmaengine: stm32: Simplify with dev_err_probe()
Krzysztof Kozlowski
2020-02-24
dmaengine: stm32-mdma: use vchan_terminate_vdesc() in .terminate_all
Amelie Delaunay
2020-02-24
dmaengine: stm32-mdma: enable descriptor_reuse
Pierre-Yves MORDRET
2020-02-24
dmaengine: stm32-mdma: driver defers probe for clock and reset
Amelie Delaunay
2020-02-24
dmaengine: stm32-mdma: disable clock in case of error during probe
Etienne Carriere
2020-02-24
dmaengine: stm32-mdma: use reset controller only at probe time
Etienne Carriere
2020-02-24
dmaengine: stm32-mdma: add suspend/resume power management support
Pierre-Yves MORDRET
2019-09-17
Merge tag 'dmaengine-5.4-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2019-08-08
dmaengine: stm32-mdma: Fix a possible null-pointer dereference in stm32_mdma_...
Jia-Ju Bai
2019-07-31
dmaengine: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
2019-07-29
dmaengine: stm32-mdma: Switch to use device_property_count_u32()
Andy Shevchenko
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
Thomas Gleixner
2019-03-25
dmaengine: stm32-mdma: Revert "dmaengine: stm32-mdma: Add a check on read_u32...
Pierre-Yves MORDRET
2019-01-07
dmaengine: stm32-mdma: Add PM Runtime support
Pierre-Yves MORDRET
2019-01-07
dmaengine: stm32-mdma: Add a check on read_u32_array
Aditya Pakki
2018-08-29
dmaengine: stm32-mdma: use dmaenginem_async_device_register to simplify the code
Huang Shijie
2018-07-09
dmaengine: stm32: replace "%p" with "%pK"
Benjamin Gaignard
2018-05-02
dmaengine: stm32-mdma: fix spelling mistake: "avalaible" -> "available"
Colin Ian King
2018-04-25
dmaengine: stm32-mdma: Fix incomplete Hw descriptors allocator
Pierre-Yves MORDRET
2018-04-25
dmaengine: stm32-mdma: align TLEN and buffer length on burst
Pierre-Yves MORDRET
2017-11-08
dmaengine: stm32_mdma: activate pack/unpack feature
Pierre-Yves MORDRET
2017-10-12
dmaengine: stm32: remove redundant initialization of hwdesc
Colin Ian King
2017-10-08
dmaengine: stm32: use %p format specfier for pointer
Vinod Koul
2017-10-08
dmaengine: Add STM32 MDMA driver
Pierre-Yves MORDRET