]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
spi: cadence-quadspi: Fix probe error path and logging
authorMark Brown <broonie@kernel.org>
Thu, 18 Dec 2025 08:34:00 +0000 (08:34 +0000)
committerMark Brown <broonie@kernel.org>
Thu, 18 Dec 2025 08:34:00 +0000 (08:34 +0000)
commit9d651a6c62832ac8d1c445f5fa8c61a03ebfb649
treec6993d54c221fc726d9a9307e077a82c502ac99d
parent8c04b77f87e6e321ae6acd28ce1de5553916153f
parent1889dd2081975ce1f6275b06cdebaa8d154847a9
spi: cadence-quadspi: Fix probe error path and logging

Merge series from Anurag Dutta <a-dutta@ti.com>:

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