Re: [RESEND, V2] i2c: mediatek: Move suspend and resume handling to NOIRQ phase
From: Wolfram Sang <hidden>
Date: 2021-01-28 09:55:29
Also in:
linux-i2c, linux-mediatek, lkml
From: Wolfram Sang <hidden>
Date: 2021-01-28 09:55:29
Also in:
linux-i2c, linux-mediatek, lkml
On Tue, Jan 26, 2021 at 07:37:00PM +0800, Qii Wang wrote:
Hi Wolfram, On Sat, 2021-01-09 at 16:29 +0800, qii.wang@mediatek.com wrote:quoted
From: Qii Wang <qii.wang@mediatek.com> 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>
Applied to for-current, thanks!