]> git.baikalelectronics.ru Git - kernel.git/commit
mfd: cros_ec_i2c: Moving the system sleep pm ops to late
authorJoseph Lo <josephl@nvidia.com>
Wed, 18 Apr 2018 10:24:04 +0000 (12:24 +0200)
committerLee Jones <lee.jones@linaro.org>
Tue, 29 May 2018 08:11:12 +0000 (09:11 +0100)
commite0f94a0613af5ea221fcb5c13742abc64c95d55c
tree26b616b6831d16b80d78b3756d151c68d35a2c91
parent18ac07c3b2bf7f1d0d8822e88f8b4165860b86e9
mfd: cros_ec_i2c: Moving the system sleep pm ops to late

The cros_ec_i2c driver is still active after it had suspended or before it
resumes. Besides that, it also tried to transfer data even after the I2C
host had been suspended. This will lead the system to crash.

During the test, we also observe that the EC needs to be resumed earlier
due to some status polling from the EC FW (e.g. battery status). So we
move the PM ops to late stage to make it work normally.

Signed-off-by: Joseph Lo <josephl@nvidia.com>
Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/cros_ec_i2c.c