[PATCH v2 0/2] i2c: designware: Fixes clock issues with platform driver

Kunihiko Hayashi posted 2 patches 2 months, 2 weeks ago
drivers/i2c/busses/i2c-designware-platdrv.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
[PATCH v2 0/2] i2c: designware: Fixes clock issues with platform driver
Posted by Kunihiko Hayashi 2 months, 2 weeks ago
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