mbox series

[0/4] STM32 DMAMUX driver fixes and improvements

Message ID 20200128094158.20361-1-amelie.delaunay@st.com (mailing list archive)
Headers show
Series STM32 DMAMUX driver fixes and improvements | expand

Message

Amelie Delaunay Jan. 28, 2020, 9:41 a.m. UTC
This series brings improvements to the DMAMUX driver with support of power
management and probe function gets a cleanup.

Etienne Carriere (3):
  dmaengine: stm32-dmamux: fix clock handling in probe sequence
  dmaengine: stm32-dmamux: use reset controller only at probe time
  dmaengine: stm32-dmamux: driver defers probe for clock and reset

Pierre-Yves MORDRET (1):
  dmaengine: stm32-dmamux: add suspend/resume power management support

 drivers/dma/stm32-dmamux.c | 93 +++++++++++++++++++++++++++++++-------
 1 file changed, 77 insertions(+), 16 deletions(-)

Comments

Vinod Koul Feb. 24, 2020, 4:52 p.m. UTC | #1
On 28-01-20, 10:41, Amelie Delaunay wrote:
> This series brings improvements to the DMAMUX driver with support of power
> management and probe function gets a cleanup.

Applied, thanks