[PATCH v2 0/2] i2c: designware: Fixes clock issues with platform driver
From: Kunihiko Hayashi
Date: Thu Jul 24 2025 - 00:22:27 EST
This series fixes two clock issues with i2c-designware-platdrv driver.
The first is that the clocks aren't disabled when the driver exits if
CONFIG_PM=n, the other is that the clocks aren't disabled when the probe
function fails.
Changes since v1:
- Fix the description about pm_runtime_put_noidle()
Kunihiko Hayashi (2):
i2c: designware: Fix clock issue when PM is disabled
i2c: designware: Add disabling clocks when probe fails
drivers/i2c/busses/i2c-designware-platdrv.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
--
2.34.1