From: Pan Chuang <panchuang@vivo.com>
To: "Frank Li" <Frank.Li@nxp.com>, "Vinod Koul" <vkoul@kernel.org>,
"Keguang Zhang" <keguang.zhang@gmail.com>,
"Sean Wang" <sean.wang@mediatek.com>,
"Matthias Brugger" <matthias.bgg@gmail.com>,
"AngeloGioacchino Del Regno"
<angelogioacchino.delregno@collabora.com>,
"Andreas Färber" <afaerber@suse.de>,
"Manivannan Sadhasivam" <mani@kernel.org>,
"Daniel Mack" <daniel@zonque.org>,
"Haojian Zhuang" <haojian.zhuang@gmail.com>,
"Robert Jarzmik" <robert.jarzmik@free.fr>,
"Paul Walmsley" <pjw@kernel.org>,
"Samuel Holland" <samuel.holland@sifive.com>,
"Geert Uytterhoeven" <geert+renesas@glider.be>,
"Magnus Damm" <magnus.damm@gmail.com>,
"Orson Zhai" <orsonzhai@gmail.com>,
"Baolin Wang" <baolin.wang@linux.alibaba.com>,
"Chunyan Zhang" <zhang.lyra@gmail.com>,
"Patrice Chotard" <patrice.chotard@foss.st.com>,
"Amélie Delaunay" <amelie.delaunay@foss.st.com>,
"Maxime Coquelin" <mcoquelin.stm32@gmail.com>,
"Alexandre Torgue" <alexandre.torgue@foss.st.com>,
"Chen-Yu Tsai" <wens@kernel.org>,
"Jernej Skrabec" <jernej.skrabec@gmail.com>,
"Laxman Dewangan" <ldewangan@nvidia.com>,
"Jon Hunter" <jonathanh@nvidia.com>,
"Thierry Reding" <thierry.reding@kernel.org>,
"Vignesh Raghavendra" <vigneshr@ti.com>,
"Kunihiko Hayashi" <hayashi.kunihiko@socionext.com>,
"Masami Hiramatsu" <mhiramat@kernel.org>,
"Dmitry Baryshkov" <dmitry.baryshkov@oss.qualcomm.com>,
"Icenowy Zheng" <zhengxingda@iscas.ac.cn>,
"Kees Cook" <kees@kernel.org>,
"Bjorn Andersson" <andersson@kernel.org>,
"Pan Chuang" <panchuang@vivo.com>,
"Miaoqian Lin" <linmq006@gmail.com>,
"Jyothi Kumar Seerapu" <quic_jseerapu@quicinc.com>,
"Claudiu Beznea" <claudiu.beznea.uj@bp.renesas.com>,
"Biju Das" <biju.das.jz@bp.renesas.com>,
"Cosmin Tanislav" <cosmin-gabriel.tanislav.xa@renesas.com>,
"John Madieu" <john.madieu.xa@bp.renesas.com>,
"Thomas Andreatta" <thomasandreatta2000@gmail.com>,
imx@lists.linux.dev (open list:FREESCALE eDMA DRIVER),
dmaengine@vger.kernel.org (open list:FREESCALE eDMA DRIVER),
linux-kernel@vger.kernel.org (open list),
linux-mips@vger.kernel.org (open list:MIPS/LOONGSON1
ARCHITECTURE),
linux-arm-kernel@lists.infradead.org (moderated list:MEDIATEK
DMA DRIVER),
linux-mediatek@lists.infradead.org (moderated list:MEDIATEK DMA
DRIVER),
linux-actions@lists.infradead.org (moderated list:ARM/ACTIONS
SEMI ARCHITECTURE),
linux-arm-msm@vger.kernel.org (open list:ARM/QUALCOMM MAILING
LIST), linux-riscv@lists.infradead.org (open list:SIFIVE DRIVERS),
linux-renesas-soc@vger.kernel.org (open list:ARM/RISC-V/RENESAS
ARCHITECTURE),
linux-stm32@st-md-mailman.stormreply.com (moderated list:STM32
DMA DRIVERS),
linux-sunxi@lists.linux.dev (open list:ARM/Allwinner sunXi SoC
support),
linux-tegra@vger.kernel.org (open list:TEGRA ARCHITECTURE
SUPPORT)
Subject: [PATCH 00/26] dmaengine: Remove redundant error messages on IRQ request failure
Date: Thu, 9 Jul 2026 21:58:04 +0800 [thread overview]
Message-ID: <20260709135846.97972-1-panchuang@vivo.com> (raw)
Commit 55b48e23f5c4b6f5ca9b7ab09599b17dcf501c10 ("genirq/devres: Add
error handling in devm_request_*_irq()") added automatic error logging
to devm_request_threaded_irq() and devm_request_any_context_irq() via
the new devm_request_result() helper. The helper prints device name,
IRQ number, handler functions, and error code on failure.
Since devm_request_irq() is a static inline wrapper around
devm_request_threaded_irq(), it also benefits from this automatic
logging.
This series removes the now-redundant dev_err() and dev_err_probe() calls
in dmaengine drivers that follow these devm_request_*_irq() functions,
as the core now provides more detailed diagnostic information on failure.
Pan Chuang (26):
dmaengine: fsl-edma-main: Remove redundant dev_err()/dev_err_probe()
dmaengine: fsl-qdma: Remove redundant dev_err()/dev_err_probe()
dmaengine: loongson-loongson1-apb-dma: Remove redundant
dev_err()/dev_err_probe()
dmaengine: mediatek-mtk-cqdma: Remove redundant
dev_err()/dev_err_probe()
dmaengine: mediatek-mtk-hsdma: Remove redundant
dev_err()/dev_err_probe()
dmaengine: mmp_pdma: Remove redundant dev_err()/dev_err_probe()
dmaengine: moxart-dma: Remove redundant dev_err()/dev_err_probe()
dmaengine: owl-dma: Remove redundant dev_err()/dev_err_probe()
dmaengine: pxa_dma: Remove redundant dev_err()/dev_err_probe()
dmaengine: qcom-gpi: Remove redundant dev_err()/dev_err_probe()
dmaengine: sf-pdma-sf-pdma: Remove redundant dev_err()/dev_err_probe()
dmaengine: sh-rcar-dmac: Remove redundant dev_err()/dev_err_probe()
dmaengine: sh-rz-dmac: Remove redundant dev_err()/dev_err_probe()
dmaengine: sh-shdmac: Remove redundant dev_err()/dev_err_probe()
dmaengine: sh-usb-dmac: Remove redundant dev_err()/dev_err_probe()
dmaengine: sprd-dma: Remove redundant dev_err()/dev_err_probe()
dmaengine: st_fdma: Remove redundant dev_err()/dev_err_probe()
dmaengine: stm32-stm32-dma: Remove redundant dev_err()/dev_err_probe()
dmaengine: stm32-stm32-dma3: Remove redundant
dev_err()/dev_err_probe()
dmaengine: stm32-stm32-mdma: Remove redundant
dev_err()/dev_err_probe()
dmaengine: sun4i-dma: Remove redundant dev_err()/dev_err_probe()
dmaengine: sun6i-dma: Remove redundant dev_err()/dev_err_probe()
dmaengine: tegra20-apb-dma: Remove redundant dev_err()/dev_err_probe()
dmaengine: ti-edma: Remove redundant dev_err()/dev_err_probe()
dmaengine: uniphier-xdmac: Remove redundant dev_err()/dev_err_probe()
dmaengine: xgene-dma: Remove redundant dev_err()/dev_err_probe()
drivers/dma/fsl-edma-main.c | 23 +++++++----------------
drivers/dma/fsl-qdma.c | 4 +---
drivers/dma/loongson/loongson1-apb-dma.c | 4 +---
drivers/dma/mediatek/mtk-cqdma.c | 5 +----
drivers/dma/mediatek/mtk-hsdma.c | 5 +----
drivers/dma/mmp_pdma.c | 4 +---
drivers/dma/moxart-dma.c | 4 +---
drivers/dma/owl-dma.c | 4 +---
drivers/dma/pxa_dma.c | 6 +-----
drivers/dma/qcom/gpi.c | 5 +----
drivers/dma/sf-pdma/sf-pdma.c | 8 ++------
drivers/dma/sh/rcar-dmac.c | 5 +----
drivers/dma/sh/rz-dmac.c | 8 +-------
drivers/dma/sh/shdmac.c | 6 +-----
drivers/dma/sh/usb-dmac.c | 5 +----
drivers/dma/sprd-dma.c | 4 +---
drivers/dma/st_fdma.c | 4 +---
drivers/dma/stm32/stm32-dma.c | 6 +-----
drivers/dma/stm32/stm32-dma3.c | 5 +----
drivers/dma/stm32/stm32-mdma.c | 4 +---
drivers/dma/sun4i-dma.c | 2 +-
drivers/dma/sun6i-dma.c | 4 +---
drivers/dma/tegra20-apb-dma.c | 6 +-----
drivers/dma/ti/edma.c | 8 ++------
drivers/dma/uniphier-xdmac.c | 4 +---
drivers/dma/xgene-dma.c | 5 +----
26 files changed, 34 insertions(+), 114 deletions(-)
--
2.34.1
next reply other threads:[~2026-07-09 13:59 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-09 13:58 Pan Chuang [this message]
2026-07-09 13:58 ` [PATCH 23/26] dmaengine: tegra20-apb-dma: Remove redundant dev_err()/dev_err_probe() Pan Chuang
2026-07-09 14:26 ` [PATCH 00/26] dmaengine: Remove redundant error messages on IRQ request failure Wolfram Sang
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=20260709135846.97972-1-panchuang@vivo.com \
--to=panchuang@vivo.com \
--cc=Frank.Li@nxp.com \
--cc=afaerber@suse.de \
--cc=alexandre.torgue@foss.st.com \
--cc=amelie.delaunay@foss.st.com \
--cc=andersson@kernel.org \
--cc=angelogioacchino.delregno@collabora.com \
--cc=baolin.wang@linux.alibaba.com \
--cc=biju.das.jz@bp.renesas.com \
--cc=claudiu.beznea.uj@bp.renesas.com \
--cc=cosmin-gabriel.tanislav.xa@renesas.com \
--cc=daniel@zonque.org \
--cc=dmaengine@vger.kernel.org \
--cc=dmitry.baryshkov@oss.qualcomm.com \
--cc=geert+renesas@glider.be \
--cc=haojian.zhuang@gmail.com \
--cc=hayashi.kunihiko@socionext.com \
--cc=imx@lists.linux.dev \
--cc=jernej.skrabec@gmail.com \
--cc=john.madieu.xa@bp.renesas.com \
--cc=jonathanh@nvidia.com \
--cc=kees@kernel.org \
--cc=keguang.zhang@gmail.com \
--cc=ldewangan@nvidia.com \
--cc=linmq006@gmail.com \
--cc=linux-actions@lists.infradead.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=linux-mips@vger.kernel.org \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=linux-riscv@lists.infradead.org \
--cc=linux-stm32@st-md-mailman.stormreply.com \
--cc=linux-sunxi@lists.linux.dev \
--cc=linux-tegra@vger.kernel.org \
--cc=magnus.damm@gmail.com \
--cc=mani@kernel.org \
--cc=matthias.bgg@gmail.com \
--cc=mcoquelin.stm32@gmail.com \
--cc=mhiramat@kernel.org \
--cc=orsonzhai@gmail.com \
--cc=patrice.chotard@foss.st.com \
--cc=pjw@kernel.org \
--cc=quic_jseerapu@quicinc.com \
--cc=robert.jarzmik@free.fr \
--cc=samuel.holland@sifive.com \
--cc=sean.wang@mediatek.com \
--cc=thierry.reding@kernel.org \
--cc=thomasandreatta2000@gmail.com \
--cc=vigneshr@ti.com \
--cc=vkoul@kernel.org \
--cc=wens@kernel.org \
--cc=zhang.lyra@gmail.com \
--cc=zhengxingda@iscas.ac.cn \
/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