index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
stm32-mdma.c
Age
Commit message (
Expand
)
Author
2023-11-03
Merge tag 'dmaengine-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-10-16
dmaengine: stm32-mdma: correct desc prep when channel running
Alain Volmat
2023-10-09
dmaengine: stm32-mdma: set in_flight_bytes in case CRQA flag is set
Amelie Delaunay
2023-10-09
dmaengine: stm32-mdma: use Link Address Register to compute residue
Amelie Delaunay
2023-10-09
dmaengine: stm32-mdma: abort resume if no ongoing transfer
Amelie Delaunay
2023-09-28
dmaengine: stm32-mdma: Annotate struct stm32_mdma_device with __counted_by
Kees Cook
2023-09-28
dmaengine: stm32-mdma: Annotate struct stm32_mdma_desc with __counted_by
Kees Cook
2023-08-01
dmaengine: Explicitly include correct DT includes
Rob Herring
2023-04-13
dmaengine: stm32-mdma: remove MODULE_LICENSE in non-modules
Nick Alcock
2023-01-18
dmaengine: drivers: Use devm_platform_ioremap_resource()
Tudor Ambarus
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