From: Artem Shimko <a.shimko.dev@gmail.com>
To: linux-kernel@vger.kernel.org, Vinod Koul <vkoul@kernel.org>
Cc: a.shimko.dev@gmail.com, dmaengine@vger.kernel.org,
Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Subject: [PATCH 0/2] dmaengine: dw-axi-dmac: PM cleanup and reset control support
Date: Sun, 12 Oct 2025 12:59:58 +0300 [thread overview]
Message-ID: <20251012100002.2959213-1-a.shimko.dev@gmail.com> (raw)
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
next reply other threads:[~2025-10-12 10:00 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-12 9:59 Artem Shimko [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251012100002.2959213-1-a.shimko.dev@gmail.com \
--to=a.shimko.dev@gmail.com \
--cc=Eugeniy.Paltsev@synopsys.com \
--cc=dmaengine@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=vkoul@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).