kernel: bump 5.10 to 5.10.164
authorJohn Audia <therealgraysky@proton.me>
Wed, 18 Jan 2023 19:45:07 +0000 (14:45 -0500)
committerHauke Mehrtens <hauke@hauke-m.de>
Tue, 24 Jan 2023 22:08:43 +0000 (23:08 +0100)
All patches automatically rebased

Build system: x86_64
Build-tested: ramips/tplink_archer-a6-v3
Run-tested: ramips/tplink_archer-a6-v3

Signed-off-by: John Audia <therealgraysky@proton.me>
include/kernel-5.10
target/linux/apm821xx/patches-5.10/802-usb-xhci-force-msi-renesas-xhci.patch
target/linux/bcm53xx/patches-5.10/180-usb-xhci-add-support-for-performing-fake-doorbell.patch

index df67985cca72c87ed38539e90f3f560d3e48c214..a11908aaeb7e5d7ea65e282ae1ff17df142dab95 100644 (file)
@@ -1,2 +1,2 @@
-LINUX_VERSION-5.10 = .163
-LINUX_KERNEL_HASH-5.10.163 = 96e226e2d388abc0600434e0f4f365a8829ef901f4d8e761e7ffe2799dc09b20
+LINUX_VERSION-5.10 = .164
+LINUX_KERNEL_HASH-5.10.164 = 0c7eaaa87b012c6662440f4ce2ea6e1bb961c1845cafd102eab08a57efeb8278
index 00ca3fbade75b3baeeeef1c05f286a8e620abbfb..9748814c29203d13da33ec6cc3564d5b69be9e8f 100644 (file)
@@ -43,7 +43,7 @@ produce a noisy warning.
                hcd->msi_enabled = 1;
 --- a/drivers/usb/host/xhci.h
 +++ b/drivers/usb/host/xhci.h
                hcd->msi_enabled = 1;
 --- a/drivers/usb/host/xhci.h
 +++ b/drivers/usb/host/xhci.h
-@@ -1897,6 +1897,7 @@ struct xhci_hcd {
+@@ -1901,6 +1901,7 @@ struct xhci_hcd {
        struct xhci_hub         usb2_rhub;
        struct xhci_hub         usb3_rhub;
        /* support xHCI 1.0 spec USB2 hardware LPM */
        struct xhci_hub         usb2_rhub;
        struct xhci_hub         usb3_rhub;
        /* support xHCI 1.0 spec USB2 hardware LPM */
index 022b2945ad4a8387d6c788fb6775bcb081ed3176..7e45c8f48a2fa807f14131975b19e753b7c3b5e5 100644 (file)
@@ -127,7 +127,7 @@ it on BCM4708 family.
  /*
 --- a/drivers/usb/host/xhci.h
 +++ b/drivers/usb/host/xhci.h
  /*
 --- a/drivers/usb/host/xhci.h
 +++ b/drivers/usb/host/xhci.h
-@@ -1890,6 +1890,7 @@ struct xhci_hcd {
+@@ -1894,6 +1894,7 @@ struct xhci_hcd {
  #define XHCI_EP_CTX_BROKEN_DCS        BIT_ULL(42)
  #define XHCI_SUSPEND_RESUME_CLKS      BIT_ULL(43)
  #define XHCI_RESET_TO_DEFAULT BIT_ULL(44)
  #define XHCI_EP_CTX_BROKEN_DCS        BIT_ULL(42)
  #define XHCI_SUSPEND_RESUME_CLKS      BIT_ULL(43)
  #define XHCI_RESET_TO_DEFAULT BIT_ULL(44)