https://github.com/torvalds/linux
Revision de96c3943f591018727b862f51953c1b6c55bcc3 authored by Qii Wang on 09 January 2021, 08:29:50 UTC, committed by Wolfram Sang on 28 January 2021, 09:54:45 UTC
Some i2c device driver indirectly uses I2C driver when it is now
being suspended. The i2c devices driver is suspended during the
NOIRQ phase and this cannot be changed due to other dependencies.
Therefore, we also need to move the suspend handling for the I2C
controller driver to the NOIRQ phase as well.

Signed-off-by: Qii Wang <qii.wang@mediatek.com>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
1 parent 6ee1d74
History
Tip revision: de96c3943f591018727b862f51953c1b6c55bcc3 authored by Qii Wang on 09 January 2021, 08:29:50 UTC
i2c: mediatek: Move suspend and resume handling to NOIRQ phase
Tip revision: de96c39

back to top