Re: [RFC/RFT 08/10] i2c: exynos5: use core helper to mark adapter suspended

2018-12-18 Thread Wolfram Sang
> Tested-by: Marek Szyprowski Thanks for testing! > Similar warning was already there ('HS-I2C is not initialized' message, > without backtrace) during system suspend/resume. It looks that cpu freq > is resumed too early, before any device drivers, but this is not an > issue for this patchset.

Re: [RFC/RFT 08/10] i2c: exynos5: use core helper to mark adapter suspended

2018-12-18 Thread Marek Szyprowski
Hi, On 2018-12-10 22:03, Wolfram Sang wrote: > Rejecting transfers should be handled by the core. Also, this will > ensure proper locking which was forgotten in this open coded version. > > Signed-off-by: Wolfram Sang Tested-by: Marek Szyprowski Works fine on TM2e and OdroidXU3. The only

[RFC/RFT 08/10] i2c: exynos5: use core helper to mark adapter suspended

2018-12-10 Thread Wolfram Sang
Rejecting transfers should be handled by the core. Also, this will ensure proper locking which was forgotten in this open coded version. Signed-off-by: Wolfram Sang --- drivers/i2c/busses/i2c-exynos5.c | 11 ++- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git