Linux SPI subsystem development
 help / color / mirror / Atom feed
* [PATCH 0/2] spi: cadence-quadspi: Fix probe error path and logging
@ 2025-12-12  7:23 Anurag Dutta
  2025-12-12  7:23 ` [PATCH 1/2] spi: cadence-quadspi: Add error logging for DMA request failure Anurag Dutta
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Anurag Dutta @ 2025-12-12  7:23 UTC (permalink / raw)
  To: broonie
  Cc: grmoore, nm, francesco, s-vadapalli, linux-spi, linux-kernel,
	gehariprasath, u-kumar1, a-dutta

This series addresses issues in the cadence-quadspi driver's probe
error path:

Patch 1 fixes a clock disable imbalance that occurs when probe fails
after runtime PM is enabled, particularly when DMA request returns
-EPROBE_DEFER.

Patch 2 adds proper error logging for DMA request failures using
dev_err_probe() to improve diagnostics and handle probe deferral
appropriately.

logs : https://gist.github.com/anuragdutta731/59925cd11a50913b7128c88cd5394db7

Anurag Dutta (2):
  spi: cadence-quadspi: Add error logging for DMA request failure
  spi: cadence-quadspi: Fix clock disable on probe failure path

 drivers/spi/spi-cadence-quadspi.c | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2025-12-23 17:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-12  7:23 [PATCH 0/2] spi: cadence-quadspi: Fix probe error path and logging Anurag Dutta
2025-12-12  7:23 ` [PATCH 1/2] spi: cadence-quadspi: Add error logging for DMA request failure Anurag Dutta
2025-12-12  7:23 ` [PATCH 2/2] spi: cadence-quadspi: Fix clock disable on probe failure path Anurag Dutta
2025-12-12  8:44   ` Mark Brown
2025-12-15 18:13     ` Nishanth Menon
2025-12-18  9:32 ` [PATCH 0/2] spi: cadence-quadspi: Fix probe error path and logging Mark Brown
2025-12-23 17:06 ` Mark Brown

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