Re: [PATCH v2 1/2] i2c: uniphier: add suspend / resume support

2017-08-12 Thread Wolfram Sang
On Mon, Jul 31, 2017 at 02:53:06PM +0900, Masahiro Yamada wrote: > When resuming, set up registers that have been lost in the sleep state. > Also, add clock handling in the resume / suspend hooks. > > Signed-off-by: Masahiro Yamada Applied to for-next, thanks! signature.asc Description: PGP s

[PATCH v2 1/2] i2c: uniphier: add suspend / resume support

2017-07-30 Thread Masahiro Yamada
When resuming, set up registers that have been lost in the sleep state. Also, add clock handling in the resume / suspend hooks. Signed-off-by: Masahiro Yamada --- Changes in v2: - Fix define but not used warning drivers/i2c/busses/i2c-uniphier.c | 40 ++-