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