linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next 0/3] Fix PM disable depth imbalance in probe
@ 2022-09-24 12:13 Zhang Qilong
  2022-09-24 12:13 ` [PATCH -next 1/3] spi: cadence-quadspi: Fix PM disable depth imbalance in cqspi_probe Zhang Qilong
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Zhang Qilong @ 2022-09-24 12:13 UTC (permalink / raw)
  To: broonie; +Cc: linux-spi

The pm_runtime_enable will increase power disable depth. Thus
a pairing decrement is needed when error returns to keep it
balanced. This series of patches fixed it in spi probe.

Zhang Qilong (3):
  spi: cadence-quadspi: Fix PM disable depth imbalance in cqspi_probe
  spi: dw: Fix PM disable depth imbalance in dw_spi_bt1_probe
  spi/omap100k:Fix PM disable depth imbalance in omap1_spi100k_probe

 drivers/spi/spi-cadence-quadspi.c | 3 ++-
 drivers/spi/spi-dw-bt1.c          | 4 +++-
 drivers/spi/spi-omap-100k.c       | 1 +
 3 files changed, 6 insertions(+), 2 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2022-09-27 10:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-24 12:13 [PATCH -next 0/3] Fix PM disable depth imbalance in probe Zhang Qilong
2022-09-24 12:13 ` [PATCH -next 1/3] spi: cadence-quadspi: Fix PM disable depth imbalance in cqspi_probe Zhang Qilong
2022-09-24 12:13 ` [PATCH -next 2/3] spi: dw: Fix PM disable depth imbalance in dw_spi_bt1_probe Zhang Qilong
2022-09-24 12:13 ` [PATCH -next 3/3] spi/omap100k:Fix PM disable depth imbalance in omap1_spi100k_probe Zhang Qilong
2022-09-27 10:34 ` [PATCH -next 0/3] Fix PM disable depth imbalance in probe Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).