]> git.itanic.dy.fi Git - linux-stable/commit
usb: dwc3: pci: Allow Elkhart Lake to utilize DSM method for PM functionality
authorRaymond Tan <raymond.tan@intel.com>
Fri, 21 Aug 2020 13:11:01 +0000 (16:11 +0300)
committerFelipe Balbi <balbi@kernel.org>
Fri, 2 Oct 2020 06:57:40 +0000 (09:57 +0300)
commita609ce2a13360d639b384b6ca783b38c1247f2db
treeff18e03d1ada8a554bd839874cb84068adcd0e68
parent54c1960605107e1b5e562966e3dc3d29526f66b3
usb: dwc3: pci: Allow Elkhart Lake to utilize DSM method for PM functionality

Similar to some other IA platforms, Elkhart Lake too depends on the
PMU register write to request transition of Dx power state.

Thus, we add the PCI_DEVICE_ID_INTEL_EHLLP to the list of devices that
shall execute the ACPI _DSM method during D0/D3 sequence.

[heikki.krogerus@linux.intel.com: included Fixes tag]

Fixes: dbb0569de852 ("usb: dwc3: pci: Add Support for Intel Elkhart Lake Devices")
Cc: stable@vger.kernel.org
Signed-off-by: Raymond Tan <raymond.tan@intel.com>
Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Signed-off-by: Felipe Balbi <balbi@kernel.org>
drivers/usb/dwc3/dwc3-pci.c