Re: [PATCH] i2c: designware: Disable runtime PM in case i2c_dw_probe() fails

2015-10-22 Thread Wolfram Sang
On Wed, Oct 21, 2015 at 05:21:46PM +0300, Jarkko Nikula wrote: > Call to pm_runtime_disable() got dropped while handling the merge conflict > between commit 36d48fb5766a ("i2c: designware-platdrv: enable RuntimePM > before registering to the core") and commit d80d134182ba ("i2c: designware: > Move

Re: [PATCH] i2c: designware: Disable runtime PM in case i2c_dw_probe() fails

2015-10-22 Thread Mika Westerberg
On Wed, Oct 21, 2015 at 05:21:46PM +0300, Jarkko Nikula wrote: > Call to pm_runtime_disable() got dropped while handling the merge conflict > between commit 36d48fb5766a ("i2c: designware-platdrv: enable RuntimePM > before registering to the core") and commit d80d134182ba ("i2c: designware: > Move

[PATCH] i2c: designware: Disable runtime PM in case i2c_dw_probe() fails

2015-10-21 Thread Jarkko Nikula
Call to pm_runtime_disable() got dropped while handling the merge conflict between commit 36d48fb5766a ("i2c: designware-platdrv: enable RuntimePM before registering to the core") and commit d80d134182ba ("i2c: designware: Move common probe code into i2c_dw_probe()"). Signed-off-by: Jarkko Nikula