LinuxPPC-Dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] soc: Remove redundant error messages on IRQ request failure
@ 2026-07-20  9:59 Pan Chuang
  2026-07-20  9:59 ` [PATCH 1/7] soc: fsl: dpio: Remove redundant dev_err() Pan Chuang
  2026-07-24 16:38 ` (subset) [PATCH 0/7] soc: Remove redundant error messages on IRQ request failure Nishanth Menon
  0 siblings, 2 replies; 3+ messages in thread
From: Pan Chuang @ 2026-07-20  9:59 UTC (permalink / raw)
  To: Roy Pledge, Christophe Leroy (CS GROUP), Linus Walleij,
	Imre Kaloz, Matthias Brugger, AngeloGioacchino Del Regno,
	Bjorn Andersson, Konrad Dybcio, Thierry Reding, Jonathan Hunter,
	Nishanth Menon, Santosh Shilimkar, Michal Simek, Shashank Balaji,
	Gary Guo, Sumit Gupta, Rahul Bukte, Bruno Sobreira França,
	Pan Chuang, Prasanna Kumar T S M, Marco Crivellari,
	Jay Buddhabhatti, open list:DPAA2 DATAPATH I/O (DPIO) DRIVER,
	open list:FREESCALE SOC DRIVERS,
	moderated list:FREESCALE SOC DRIVERS,
	moderated list:ARM/Mediatek SoC support,
	open list:ARM/QUALCOMM MAILING LIST,
	open list:TEGRA ARCHITECTURE SUPPORT

Commit 55b48e23f5c4 ("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, which 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.

Remove the now-redundant dev_err() and dev_err_probe() calls
in soc drivers that follow these devm_request_*_irq()
functions, as the core now provides more detailed diagnostic
information on failure.

Pan Chuang (7):
  soc: fsl: dpio: Remove redundant dev_err()
  soc: ixp4xx: Remove redundant dev_err()
  soc: mediatek: mtk-svs: Remove redundant dev_err_probe()
  soc: qcom: Remove redundant dev_err()
  soc/tegra: cbb: Remove redundant dev_err()
  soc: ti: wkup_m3_ipc: Remove redundant dev_err()
  soc: xilinx: Remove redundant dev_err()

 drivers/soc/fsl/dpio/dpio-driver.c   |  6 +-----
 drivers/soc/ixp4xx/ixp4xx-qmgr.c     | 10 ++--------
 drivers/soc/mediatek/mtk-svs.c       |  4 +---
 drivers/soc/qcom/qcom_aoss.c         |  4 +---
 drivers/soc/qcom/smp2p.c             |  4 +---
 drivers/soc/qcom/smsm.c              |  4 +---
 drivers/soc/tegra/cbb/tegra194-cbb.c |  9 ++-------
 drivers/soc/ti/wkup_m3_ipc.c         |  4 +---
 drivers/soc/xilinx/zynqmp_power.c    |  5 +----
 9 files changed, 11 insertions(+), 39 deletions(-)

-- 
2.34.1



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

end of thread, other threads:[~2026-07-24 17:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-20  9:59 [PATCH 0/7] soc: Remove redundant error messages on IRQ request failure Pan Chuang
2026-07-20  9:59 ` [PATCH 1/7] soc: fsl: dpio: Remove redundant dev_err() Pan Chuang
2026-07-24 16:38 ` (subset) [PATCH 0/7] soc: Remove redundant error messages on IRQ request failure Nishanth Menon

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