From: Krzysztof Kozlowski <krzk@kernel.org>
To: Zhu Yixin <yzhu@maxlinear.com>,
dmaengine@vger.kernel.org, vkoul@kernel.org
Cc: jchng@maxlinear.com, sureshnagaraj@maxlinear.com
Subject: Re: [PATCH 4/5] dmaengine: lgm-dma: Added HDMA software mode TX function.
Date: Wed, 30 Jul 2025 08:21:14 +0200 [thread overview]
Message-ID: <576472a3-663d-41c0-9c6d-1b25e0707dcd@kernel.org> (raw)
In-Reply-To: <20250730024547.3160871-4-yzhu@maxlinear.com>
On 30/07/2025 04:45, Zhu Yixin wrote:
> Added HDMA software mode to handle DMA TX functions.
>
> Signed-off-by: Zhu Yixin <yzhu@maxlinear.com>
> ---
> .../devicetree/bindings/dma/intel,ldma.yaml | 6 +
> drivers/dma/lgm/lgm-cdma.c | 42 +-
> drivers/dma/lgm/lgm-dma.c | 189 +++++---
> drivers/dma/lgm/lgm-dma.h | 31 +-
> drivers/dma/lgm/lgm-hdma.c | 453 +++++++++++++++++-
> 5 files changed, 608 insertions(+), 113 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/dma/intel,ldma.yaml b/Documentation/devicetree/bindings/dma/intel,ldma.yaml
> index f91d849edc4c..e58f1d13aee3 100644
> --- a/Documentation/devicetree/bindings/dma/intel,ldma.yaml
> +++ b/Documentation/devicetree/bindings/dma/intel,ldma.yaml
> @@ -118,6 +118,11 @@ properties:
> description:
> Name of the DMA.
>
> + intel,dma-hw-desc:
> + type: boolean
> + description:
> + DMA descriptor manupulated by Hardware.
Your commit msg explains nothing, so basically: no. Write proper commit
msgs documenting hardware, not software.
Please run scripts/checkpatch.pl on the patches and fix reported
warnings. After that, run also 'scripts/checkpatch.pl --strict' on the
patches and (probably) fix more warnings. Some warnings can be ignored,
especially from --strict run, but the code here looks like it needs a
fix. Feel free to get in touch if the warning is not clear.
<form letter>
Please use scripts/get_maintainers.pl to get a list of necessary people
and lists to CC. It might happen, that command when run on an older
kernel, gives you outdated entries. Therefore please be sure you base
your patches on recent Linux kernel.
Tools like b4 or scripts/get_maintainer.pl provide you proper list of
people, so fix your workflow. Tools might also fail if you work on some
ancient tree (don't, instead use mainline) or work on fork of kernel
(don't, instead use mainline). Just use b4 and everything should be
fine, although remember about `b4 prep --auto-to-cc` if you added new
patches to the patchset.
You missed at least devicetree list (maybe more), so this won't be
tested by automated tooling. Performing review on untested code might be
a waste of time.
Please kindly resend and include all necessary To/Cc entries.
</form letter>
Best regards,
Krzysztof
next prev parent reply other threads:[~2025-07-30 6:21 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-30 2:45 [PATCH 1/5] dmaengine: lgm-dma: Move platfrom data to device tree Zhu Yixin
2025-07-30 2:45 ` [PATCH 2/5] dmaengine: lgm-dma: Correct ORRC MAX counter value Zhu Yixin
2025-07-30 2:45 ` [PATCH 3/5] dmaengine: lgm-dma: split legacy DMA and HDMA functions Zhu Yixin
2025-07-30 6:20 ` Krzysztof Kozlowski
2025-07-30 8:52 ` Yi xin Zhu
2025-07-30 2:45 ` [PATCH 4/5] dmaengine: lgm-dma: Added HDMA software mode TX function Zhu Yixin
2025-07-30 6:21 ` Krzysztof Kozlowski [this message]
2025-07-30 8:59 ` Yi xin Zhu
2025-07-30 16:17 ` kernel test robot
2025-07-30 2:45 ` [PATCH 5/5] dmaengine: lgm_dma: Added HDMA RX interrupt handle functions Zhu Yixin
2025-07-30 6:19 ` [PATCH 1/5] dmaengine: lgm-dma: Move platfrom data to device tree Krzysztof Kozlowski
2025-07-30 8:43 ` Yi xin Zhu
2025-07-30 8:54 ` Krzysztof Kozlowski
2025-07-31 5:44 ` Yi xin Zhu
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=576472a3-663d-41c0-9c6d-1b25e0707dcd@kernel.org \
--to=krzk@kernel.org \
--cc=dmaengine@vger.kernel.org \
--cc=jchng@maxlinear.com \
--cc=sureshnagaraj@maxlinear.com \
--cc=vkoul@kernel.org \
--cc=yzhu@maxlinear.com \
/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