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
/
stm32-mdma.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'dmaengine-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-11-03
1
-7
/
+6
|
\
|
*
dmaengine: stm32-mdma: correct desc prep when channel running
Alain Volmat
2023-10-16
1
-2
/
+2
|
*
dmaengine: stm32-mdma: Annotate struct stm32_mdma_device with __counted_by
Kees Cook
2023-09-28
1
-2
/
+2
|
*
dmaengine: stm32-mdma: Annotate struct stm32_mdma_desc with __counted_by
Kees Cook
2023-09-28
1
-3
/
+2
*
|
dmaengine: stm32-mdma: set in_flight_bytes in case CRQA flag is set
Amelie Delaunay
2023-10-09
1
-5
/
+9
*
|
dmaengine: stm32-mdma: use Link Address Register to compute residue
Amelie Delaunay
2023-10-09
1
-4
/
+11
*
|
dmaengine: stm32-mdma: abort resume if no ongoing transfer
Amelie Delaunay
2023-10-09
1
-0
/
+4
|
/
*
dmaengine: Explicitly include correct DT includes
Rob Herring
2023-08-01
1
-1
/
+0
*
dmaengine: stm32-mdma: 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
-3
/
+1
*
dmaengine: stm32-mdma: memset stm32_mdma_chan_config struct before using it
Amelie Delaunay
2022-10-19
1
-0
/
+1
*
dmaengine: stm32-mdma: add support to be triggered by STM32 DMA
Amelie Delaunay
2022-09-04
1
-1
/
+69
*
dmaengine: stm32-mdma: Remove dead code in stm32_mdma_irq_handler()
Alexey Khoroshilov
2022-06-16
1
-5
/
+0
*
dmaengine: stm32-mdma: use dev_dbg on non-busy channel spurious it
Amelie Delaunay
2022-05-19
1
-3
/
+6
*
dmaengine: stm32-mdma: fix chan initialization in stm32_mdma_irq_handler()
Amelie Delaunay
2022-05-19
1
-1
/
+1
*
dmaengine: stm32-mdma: remove GISR1 register
Amelie Delaunay
2022-05-19
1
-16
/
+5
*
dmaengine: stm32-mdma: check the channel availability (secure or not)
Amelie Delaunay
2022-04-11
1
-1
/
+20
*
dmaengine: stm32-mdma: fix STM32_MDMA_CTBR_TSEL_MASK
Amelie Delaunay
2022-01-03
1
-1
/
+1
*
dmaengine: stm32-mdma: Use bitfield helpers
Geert Uytterhoeven
2021-12-17
1
-51
/
+23
*
dmaengine: stm32-mdma: Remove redundant initialization of pointer hwdesc
Colin Ian King
2021-12-17
1
-1
/
+1
*
dmaengine: stm32-mdma: Use struct_size() helper in devm_kzalloc()
Gustavo A. R. Silva
2021-10-01
1
-1
/
+2
*
dmaengine: stm32-mdma: fix PM reference leak in stm32_mdma_alloc_chan_resourc()
Yu Kuai
2021-05-31
1
-2
/
+2
*
dmaengine: stm32-mdma: fix STM32_MDMA_VERY_HIGH_PRIORITY value
Amelie Delaunay
2021-01-04
1
-1
/
+1
*
dmaengine: stm32-mdma: rework interrupt handler
Amelie Delaunay
2020-12-11
1
-30
/
+34
*
dmaengine: stm32-mdma: Use struct_size() in kzalloc()
Gustavo A. R. Silva
2020-10-30
1
-1
/
+1
*
dmaengine: stm32: Simplify with dev_err_probe()
Krzysztof Kozlowski
2020-09-03
1
-6
/
+3
*
dmaengine: stm32-mdma: use vchan_terminate_vdesc() in .terminate_all
Amelie Delaunay
2020-02-24
1
-3
/
+6
*
dmaengine: stm32-mdma: enable descriptor_reuse
Pierre-Yves MORDRET
2020-02-24
1
-0
/
+2
*
dmaengine: stm32-mdma: driver defers probe for clock and reset
Amelie Delaunay
2020-02-24
1
-3
/
+7
*
dmaengine: stm32-mdma: disable clock in case of error during probe
Etienne Carriere
2020-02-24
1
-6
/
+10
*
dmaengine: stm32-mdma: use reset controller only at probe time
Etienne Carriere
2020-02-24
1
-5
/
+5
*
dmaengine: stm32-mdma: add suspend/resume power management support
Pierre-Yves MORDRET
2020-02-24
1
-0
/
+33
*
Merge tag 'dmaengine-5.4-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2019-09-17
1
-5
/
+2
|
\
|
*
dmaengine: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
2019-07-31
1
-3
/
+1
|
*
dmaengine: stm32-mdma: Switch to use device_property_count_u32()
Andy Shevchenko
2019-07-29
1
-2
/
+1
*
|
dmaengine: stm32-mdma: Fix a possible null-pointer dereference in stm32_mdma_...
Jia-Ju Bai
2019-08-08
1
-1
/
+1
|
/
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
Thomas Gleixner
2019-05-30
1
-12
/
+1
*
dmaengine: stm32-mdma: Revert "dmaengine: stm32-mdma: Add a check on read_u32...
Pierre-Yves MORDRET
2019-03-25
1
-3
/
+1
*
dmaengine: stm32-mdma: Add PM Runtime support
Pierre-Yves MORDRET
2019-01-07
1
-6
/
+46
*
dmaengine: stm32-mdma: Add a check on read_u32_array
Aditya Pakki
2019-01-07
1
-1
/
+3
*
dmaengine: stm32-mdma: use dmaenginem_async_device_register to simplify the code
Huang Shijie
2018-08-29
1
-3
/
+1
*
dmaengine: stm32: replace "%p" with "%pK"
Benjamin Gaignard
2018-07-09
1
-4
/
+4
*
dmaengine: stm32-mdma: fix spelling mistake: "avalaible" -> "available"
Colin Ian King
2018-05-02
1
-1
/
+1
*
dmaengine: stm32-mdma: Fix incomplete Hw descriptors allocator
Pierre-Yves MORDRET
2018-04-25
1
-34
/
+55
*
dmaengine: stm32-mdma: align TLEN and buffer length on burst
Pierre-Yves MORDRET
2018-04-25
1
-6
/
+3
*
dmaengine: stm32_mdma: activate pack/unpack feature
Pierre-Yves MORDRET
2017-11-08
1
-34
/
+50
*
dmaengine: stm32: remove redundant initialization of hwdesc
Colin Ian King
2017-10-12
1
-2
/
+2
*
dmaengine: stm32: use %p format specfier for pointer
Vinod Koul
2017-10-08
1
-1
/
+1
*
dmaengine: Add STM32 MDMA driver
Pierre-Yves MORDRET
2017-10-08
1
-0
/
+1666