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.
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