projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c7519d
)
LOCAL / PCI: workaround for PCI issues in system suspend/resume on TM2
author
Marek Szyprowski
<m.szyprowski@samsung.com>
Fri, 7 Dec 2018 14:55:12 +0000
(15:55 +0100)
committer
Junghoon Kim
<jhoon20.kim@samsung.com>
Thu, 14 Feb 2019 05:58:07 +0000
(14:58 +0900)
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Change-Id: I31e72d43c2bc80c88049ec441aef4786839a1ff3
drivers/pci/pci.h
patch
|
blob
|
history
diff --git
a/drivers/pci/pci.h
b/drivers/pci/pci.h
index fdb02c1f94bbf2d39d355d5cca1ecac266f7e95e..cc5e61564d5300a53889b2decc1c2f3d20fafb4a 100644
(file)
--- a/
drivers/pci/pci.h
+++ b/
drivers/pci/pci.h
@@
-97,6
+97,8
@@
static inline bool pci_has_subordinate(struct pci_dev *pci_dev)
static inline bool pci_power_manageable(struct pci_dev *pci_dev)
{
+ /* WIFI TM2 workaround */
+ return false;
/*
* Currently we allow normal PCI devices and PCI bridges transition
* into D3 if their bridge_d3 is set.