]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
PCI: Remove Intel Cherrytrail D3 delays
authorSrinidhi Kasagar <srinidhi.kasagar@intel.com>
Fri, 19 Jun 2015 06:22:46 +0000 (11:52 +0530)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 14 Jul 2015 18:36:25 +0000 (13:36 -0500)
commit4a118753d411d3e22a463361bb867c51d63ebe14
treee625a792cab7f55970f1dea268f7c116d6b39d49
parentbc0195aad0daa2ad5b0d76cce22b167bc3435590
PCI: Remove Intel Cherrytrail D3 delays

Just like Haswell, Intel Atom Cherrytrail does not need the default 10ms
d3_delay imposed by the PCI specification.

Expand quirk_remove_d3_delay() to apply to Cherrytrail devices, so we can
ignore the 10ms delay before entering or exiting D3 suspend.

[bhelgaas: changelog, comment]
Signed-off-by: Srinidhi Kasagar <srinidhi.kasagar@intel.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/quirks.c