public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] dmaengine: dw-axi-dmac: PM cleanup and reset control support
@ 2025-10-12  9:59 Artem Shimko
  2025-10-12  9:59 ` [PATCH 1/2] dmaengine: dw-axi-dmac: simplify PM functions and use modern macros Artem Shimko
  2025-10-12 10:00 ` [PATCH 2/2] dmaengine: dw-axi-dmac: add reset control support Artem Shimko
  0 siblings, 2 replies; 7+ messages in thread
From: Artem Shimko @ 2025-10-12  9:59 UTC (permalink / raw)
  To: linux-kernel, Vinod Koul; +Cc: a.shimko.dev, dmaengine, Eugeniy Paltsev

Hello maintainers and reviewers,

This patch series improves the dw-axi-dmac driver in two areas:

Patch 1 simplifies the power management code by using modern kernel
macros and removing redundant wrapper functions, making the code more
maintainable and aligned with current kernel practices.

Patch 2 adds proper reset control support to ensure reliable
initialization and power management, handling resets during probe,
remove, and suspend/resume operations.

Best regards,
Artem Shimko

Artem Shimko (2):
  dmaengine: dw-axi-dmac: simplify PM functions and use modern macros
  dmaengine: dw-axi-dmac: add reset control support

 .../dma/dw-axi-dmac/dw-axi-dmac-platform.c    | 72 +++++++++----------
 drivers/dma/dw-axi-dmac/dw-axi-dmac.h         |  2 +
 2 files changed, 37 insertions(+), 37 deletions(-)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-10-13 20:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-12  9:59 [PATCH 0/2] dmaengine: dw-axi-dmac: PM cleanup and reset control support Artem Shimko
2025-10-12  9:59 ` [PATCH 1/2] dmaengine: dw-axi-dmac: simplify PM functions and use modern macros Artem Shimko
2025-10-12 10:00 ` [PATCH 2/2] dmaengine: dw-axi-dmac: add reset control support Artem Shimko
2025-10-13  8:41   ` Philipp Zabel
2025-10-13 14:56     ` Artem Shimko
2025-10-13 15:41       ` Philipp Zabel
2025-10-13 20:08         ` Artem Shimko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox