diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2018-06-07 16:16:09 +0300 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2018-06-07 16:18:55 +0300 |
commit | 0c59c9c9db5dcd18e7f45f093e6b5547f1c19329 (patch) | |
tree | 1ebf8181a43365238292a0a6675483b9810236b8 /target | |
parent | 1199a91095269969ba5256702359fba97c6ada08 (diff) | |
download | upstream-0c59c9c9db5dcd18e7f45f093e6b5547f1c19329.tar.gz upstream-0c59c9c9db5dcd18e7f45f093e6b5547f1c19329.tar.bz2 upstream-0c59c9c9db5dcd18e7f45f093e6b5547f1c19329.zip |
kernel: fix 811-pci_disable_usb_common_quirks.patch
The kernel bump wrongly modified the patch
generic/pending-4.14/811-pci_disable_usb_common_quirks.patch.
Sync it from master.
Fixes: 1199a9109526 ("kernel: bump 4.14 to 4.14.48 for 18.06")
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic/pending-4.14/811-pci_disable_usb_common_quirks.patch | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/target/linux/generic/pending-4.14/811-pci_disable_usb_common_quirks.patch b/target/linux/generic/pending-4.14/811-pci_disable_usb_common_quirks.patch index 6be2098ca8..f40214c29b 100644 --- a/target/linux/generic/pending-4.14/811-pci_disable_usb_common_quirks.patch +++ b/target/linux/generic/pending-4.14/811-pci_disable_usb_common_quirks.patch @@ -19,17 +19,17 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name> static struct amd_chipset_info { struct pci_dev *nb_dev; struct pci_dev *smbus_dev; -@@ -528,6 +530,10 @@ void usb_amd_dev_put(void) +@@ -620,6 +622,10 @@ bool usb_amd_pt_check_port(struct device } - EXPORT_SYMBOL_GPL(usb_amd_dev_put); + EXPORT_SYMBOL_GPL(usb_amd_pt_check_port); +#endif /* CONFIG_PCI_DISABLE_COMMON_QUIRKS */ + +#if IS_ENABLED(CONFIG_USB_UHCI_HCD) + /* - * Check if port is disabled in BIOS on AMD Promontory host. - * BIOS Disabled ports may wake on connect/disconnect and need + * Make sure the controller is completely inactive, unable to + * generate interrupts or do DMA. @@ -699,8 +705,17 @@ reset_needed: uhci_reset_hc(pdev, base); return 1; @@ -65,7 +65,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name> int usb_amd_find_chipset_info(void); int usb_hcd_amd_remote_wakeup_quirk(struct pci_dev *pdev); bool usb_amd_hang_symptom_quirk(void); -@@ -20,12 +23,29 @@ bool usb_xhci_needs_pci_reset(struct pci +@@ -20,6 +23,18 @@ bool usb_xhci_needs_pci_reset(struct pci bool usb_amd_pt_check_port(struct device *device, int port); #else struct pci_dev; @@ -84,17 +84,18 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name> static inline void usb_amd_quirk_pll_disable(void) {} static inline void usb_amd_quirk_pll_enable(void) {} static inline void usb_asmedia_modifyflowcontrol(struct pci_dev *pdev) {} - static inline void usb_amd_dev_put(void) {} - static inline void usb_disable_xhci_ports(struct pci_dev *xhci_pdev) {} - static inline void sb800_prefetch(struct device *dev, int on) {} +@@ -30,6 +45,11 @@ static inline bool usb_amd_pt_check_port + { + return false; + } +static inline void usb_enable_intel_xhci_ports(struct pci_dev *xhci_pdev) {} +static inline bool usb_xhci_needs_pci_reset(struct pci_dev *pdev) +{ + return false; +} - static inline bool usb_amd_pt_check_port(struct device *device, int port) - { - return false; + #endif /* CONFIG_USB_PCI */ + + #endif /* __LINUX_USB_PCI_QUIRKS_H */ --- a/include/linux/usb/hcd.h +++ b/include/linux/usb/hcd.h @@ -465,7 +465,14 @@ extern int usb_hcd_pci_probe(struct pci_ |