Re: [Linux-kernel-mentees] [PATCH v2 1/2] i2c: eg20t: Drop PCI wakeup calls from .suspend/.resume
From: Wolfram Sang <wsa@kernel.org>
Date: 2020-08-10 14:01:42
Also in:
linux-i2c, lkml
From: Wolfram Sang <wsa@kernel.org>
Date: 2020-08-10 14:01:42
Also in:
linux-i2c, lkml
On Thu, Aug 06, 2020 at 01:06:15AM +0530, Vaibhav Gupta wrote:
The driver calls pci_enable_wake(...., false) in pch_i2c_suspend() as well as pch_i2c_resume(). Either it should enable-wake the device in .suspend() or should not invoke pci_enable_wake() at all. Concluding that this driver doesn't support enable-wake and PCI core calls pci_enable_wake(pci_dev, PCI_D0, false) during resume, drop it from .suspend() and .resume(). Reported-by: Bjorn Helgaas <helgaas@kernel.org> Signed-off-by: Vaibhav Gupta <vaibhavgupta40@gmail.com>
Applied to for-next, thanks!