diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2020-08-22 10:06:28 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2020-08-27 00:19:34 +0200 |
commit | b8336ebab9fc6d725def8eeacf71a879f63bdb0a (patch) | |
tree | 36dff4b1c065e14861d2c371b75fb3775959c5e6 /target/linux/apm821xx | |
parent | 0c25ece262e8ec44d7414d472afa8d8e5858edfa (diff) | |
download | upstream-b8336ebab9fc6d725def8eeacf71a879f63bdb0a.tar.gz upstream-b8336ebab9fc6d725def8eeacf71a879f63bdb0a.tar.bz2 upstream-b8336ebab9fc6d725def8eeacf71a879f63bdb0a.zip |
kernel: Update kernel 4.14 to version 4.14.195
Compile and runtime tested on x86/64.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/apm821xx')
-rw-r--r-- | target/linux/apm821xx/patches-4.14/801-usb-xhci-add-firmware-loader-for-uPD720201-and-uPD72.patch | 6 | ||||
-rw-r--r-- | target/linux/apm821xx/patches-4.14/802-usb-xhci-force-msi-renesas-xhci.patch | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/apm821xx/patches-4.14/801-usb-xhci-add-firmware-loader-for-uPD720201-and-uPD72.patch b/target/linux/apm821xx/patches-4.14/801-usb-xhci-add-firmware-loader-for-uPD720201-and-uPD72.patch index b00393e8d7..5a27b24d82 100644 --- a/target/linux/apm821xx/patches-4.14/801-usb-xhci-add-firmware-loader-for-uPD720201-and-uPD72.patch +++ b/target/linux/apm821xx/patches-4.14/801-usb-xhci-add-firmware-loader-for-uPD720201-and-uPD72.patch @@ -44,7 +44,7 @@ Signed-off-by: Christian Lamparter <chunkeey@googlemail.com> #include "xhci.h" #include "xhci-trace.h" -@@ -272,6 +274,458 @@ static void xhci_pme_acpi_rtd3_enable(st +@@ -276,6 +278,458 @@ static void xhci_pme_acpi_rtd3_enable(st static void xhci_pme_acpi_rtd3_enable(struct pci_dev *dev) { } #endif /* CONFIG_ACPI */ @@ -503,7 +503,7 @@ Signed-off-by: Christian Lamparter <chunkeey@googlemail.com> /* called during probe() after chip reset completes */ static int xhci_pci_setup(struct usb_hcd *hcd) { -@@ -310,6 +764,22 @@ static int xhci_pci_probe(struct pci_dev +@@ -314,6 +768,22 @@ static int xhci_pci_probe(struct pci_dev struct hc_driver *driver; struct usb_hcd *hcd; @@ -526,7 +526,7 @@ Signed-off-by: Christian Lamparter <chunkeey@googlemail.com> driver = (struct hc_driver *)id->driver_data; /* For some HW implementation, a XHCI reset is just not enough... */ -@@ -371,6 +841,16 @@ static void xhci_pci_remove(struct pci_d +@@ -375,6 +845,16 @@ static void xhci_pci_remove(struct pci_d { struct xhci_hcd *xhci; diff --git a/target/linux/apm821xx/patches-4.14/802-usb-xhci-force-msi-renesas-xhci.patch b/target/linux/apm821xx/patches-4.14/802-usb-xhci-force-msi-renesas-xhci.patch index 1fe94e8c6f..0fb95864cf 100644 --- a/target/linux/apm821xx/patches-4.14/802-usb-xhci-force-msi-renesas-xhci.patch +++ b/target/linux/apm821xx/patches-4.14/802-usb-xhci-force-msi-renesas-xhci.patch @@ -13,7 +13,7 @@ produce a noisy warning. --- a/drivers/usb/host/xhci-pci.c +++ b/drivers/usb/host/xhci-pci.c -@@ -222,7 +222,7 @@ static void xhci_pci_quirks(struct devic +@@ -225,7 +225,7 @@ static void xhci_pci_quirks(struct devic xhci->quirks |= XHCI_TRUST_TX_LENGTH; if (pdev->vendor == PCI_VENDOR_ID_RENESAS && pdev->device == 0x0015) |