All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] regulator: fp9931: fix voltage mapping and runtime PM issues
@ 2026-07-21  9:59 robby.cai
  2026-07-21  9:59 ` [PATCH 1/2] regulator: fp9931: Fix VPOS/VNEG voltage selector table robby.cai
  2026-07-21  9:59 ` [PATCH 2/2] regulator: fp9931: Fix Runtime PM usage count underflow in v3p3 ops robby.cai
  0 siblings, 2 replies; 8+ messages in thread
From: robby.cai @ 2026-07-21  9:59 UTC (permalink / raw)
  To: lgirdwood, broonie, andreas; +Cc: linux-kernel, imx

From: Robby Cai <robby.cai@nxp.com>

Hi,

This series fixes two issues in the FP9931/JD9930 regulator driver.

Patch 1 fixes an off-by-one error in the VPOS/VNEG voltage selector
table and aligns it with the datasheet-defined voltage mapping [1].

Patch 2 fixes a Runtime PM reference counting bug in the V3P3 regulator
callbacks that can lead to "Runtime PM usage count underflow!" warnings.

Thanks,
Robby

[1] https://www.fitipower.com/dl/file/flXa6hIchVeu0W3K (Datasheet, p.13)


Robby Cai (2):
  regulator: fp9931: Fix VPOS/VNEG voltage selector table
  regulator: fp9931: Fix Runtime PM usage count underflow in v3p3 ops

 drivers/regulator/fp9931.c | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

-- 
2.50.1


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

end of thread, other threads:[~2026-07-27 20:06 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-21  9:59 [PATCH 0/2] regulator: fp9931: fix voltage mapping and runtime PM issues robby.cai
2026-07-21  9:59 ` [PATCH 1/2] regulator: fp9931: Fix VPOS/VNEG voltage selector table robby.cai
2026-07-21 10:07   ` sashiko-bot
2026-07-21 10:46     ` Robby Cai (OSS)
2026-07-27 20:04   ` Andreas Kemnade
2026-07-21  9:59 ` [PATCH 2/2] regulator: fp9931: Fix Runtime PM usage count underflow in v3p3 ops robby.cai
2026-07-21 10:07   ` sashiko-bot
2026-07-21 10:37     ` Robby Cai (OSS)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.