Re: [PATCH v2] i2c: i2c-stm32f7: add PM Runtime support

2018-11-27 Thread Pierre Yves MORDRET
Hi Wolfram, Sorry for the inconvenience. I re-submit a v3 right now. Thanks On 11/27/18 1:10 PM, Wolfram Sang wrote: > On Mon, Nov 19, 2018 at 12:04:24PM +0100, Pierre-Yves MORDRET wrote: >> Use PM Runtime API to enable/disable clock >> >> Signed-off-by: Pierre-Yves MORDRET > > Looks good but

Re: [PATCH v2] i2c: i2c-stm32f7: add PM Runtime support

2018-11-27 Thread Wolfram Sang
On Mon, Nov 19, 2018 at 12:04:24PM +0100, Pierre-Yves MORDRET wrote: > Use PM Runtime API to enable/disable clock > > Signed-off-by: Pierre-Yves MORDRET Looks good but doesn't apply on top of your other patches for me. Can you rebase? signature.asc Description: PGP signature

[PATCH v2] i2c: i2c-stm32f7: add PM Runtime support

2018-11-19 Thread Pierre-Yves MORDRET
Use PM Runtime API to enable/disable clock Signed-off-by: Pierre-Yves MORDRET --- Version history: v2: * missing define v1: * Initial --- --- drivers/i2c/busses/i2c-stm32f7.c | 144 +++ 1 file changed, 101 insertions(+), 43 deletions(-)