]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
kernel: bump 5.15 to 5.15.189 19466/head
authorShiji Yang <yangshiji66@outlook.com>
Sat, 19 Jul 2025 02:05:06 +0000 (10:05 +0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 21 Jul 2025 21:04:05 +0000 (23:04 +0200)
Changelog: https://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.15.189

Manually rebased patches:
  bcm27xx/patches-5.15/950-0600-xhci-quirks-add-link-TRB-quirk-for-VL805.patch[1]
  bcm27xx/patches-5.15/950-0606-usb-xhci-add-VLI_TRB_CACHE_BUG-quirk.patch[1]
  bcm27xx/patches-5.15/950-0717-usb-xhci-add-a-quirk-for-Superspeed-bulk-OUT-transfe.patch[1]
  bcm53xx/patches-5.15/180-usb-xhci-add-support-for-performing-fake-doorbell.patch[1]

All other patches are automatically refreshed.

[1] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v5.15.189&id=e262ff8d634cf6e0028fb7b3643cdd8b758513be

Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/19466
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
13 files changed:
include/kernel-5.15
target/linux/bcm27xx/patches-5.15/950-0163-hid-usb-Add-device-quirks-for-Freeway-Airmouse-T3-an.patch
target/linux/bcm27xx/patches-5.15/950-0166-xhci-Use-more-event-ring-segment-table-entries.patch
target/linux/bcm27xx/patches-5.15/950-0500-net-phy-lan87xx-Allow-more-time-for-link-detect.patch
target/linux/bcm27xx/patches-5.15/950-0600-xhci-quirks-add-link-TRB-quirk-for-VL805.patch
target/linux/bcm27xx/patches-5.15/950-0605-xhci-refactor-out-TRBS_PER_SEGMENT-define-in-runtime.patch
target/linux/bcm27xx/patches-5.15/950-0606-usb-xhci-add-VLI_TRB_CACHE_BUG-quirk.patch
target/linux/bcm27xx/patches-5.15/950-0700-net-phy-lan87xx-Decrease-phy-polling-rate.patch
target/linux/bcm27xx/patches-5.15/950-0717-usb-xhci-add-a-quirk-for-Superspeed-bulk-OUT-transfe.patch
target/linux/bcm53xx/patches-5.15/180-usb-xhci-add-support-for-performing-fake-doorbell.patch
target/linux/generic/backport-5.15/300-v5.18-pinctrl-qcom-Return--EINVAL-for-setting-affinity-if-no-IRQ-parent.patch
target/linux/mediatek/patches-5.15/804-pwm-add-mt7986-support.patch
target/linux/mediatek/patches-5.15/811-pwm-mediatek-Add-support-for-MT7981.patch

index 38a97ecb0de03ed0fb7c792afdda5e763278487e..5e3c3bc76ec8ca72c436fc97d092cd5613c1d7b1 100644 (file)
@@ -1,2 +1,2 @@
-LINUX_VERSION-5.15 = .188
-LINUX_KERNEL_HASH-5.15.188 = c4953a071802ac30bb29f9e1bb8f02255169d8437026c84e81f155a178cbccd9
+LINUX_VERSION-5.15 = .189
+LINUX_KERNEL_HASH-5.15.189 = e3d0025b87278e14733cb326700f17c7cceb54d920622b0d5fcd58a88c6850c3
index b41be5575bc67b69b9f42e3c345023f0203a73a8..6b8f04561f77253eeeaf01745704c16e0eee7a47 100644 (file)
@@ -33,7 +33,7 @@ Signed-off-by: Jonathan Bell <jonathan@raspberrypi.org>
  #define USB_VENDOR_ID_BELKIN          0x050d
  #define USB_DEVICE_ID_FLIP_KVM                0x3201
  
-@@ -1343,6 +1346,9 @@
+@@ -1346,6 +1349,9 @@
  #define USB_VENDOR_ID_XAT     0x2505
  #define USB_DEVICE_ID_XAT_CSR 0x0220
  
index 8ca9a0ddc9d1d2549527f14e02a27f6090dfb596..1f4c0b3d5a53b2227e9e7752b432e5d93b939ff7 100644 (file)
@@ -22,7 +22,7 @@ Signed-off-by: Jonathan Bell <jonathan@raspberrypi.com>
 
 --- a/drivers/usb/host/xhci-mem.c
 +++ b/drivers/usb/host/xhci-mem.c
-@@ -2278,6 +2278,7 @@ xhci_alloc_interrupter(struct xhci_hcd *
+@@ -2282,6 +2282,7 @@ xhci_alloc_interrupter(struct xhci_hcd *
  {
        struct device *dev = xhci_to_hcd(xhci)->self.sysdev;
        struct xhci_interrupter *ir;
@@ -30,7 +30,7 @@ Signed-off-by: Jonathan Bell <jonathan@raspberrypi.com>
        u64 erst_base;
        u32 erst_size;
        int ret;
-@@ -2298,7 +2299,11 @@ xhci_alloc_interrupter(struct xhci_hcd *
+@@ -2302,7 +2303,11 @@ xhci_alloc_interrupter(struct xhci_hcd *
                return NULL;
  
        ir->ir_set = &xhci->run_regs->ir_set[intr_num];
@@ -43,7 +43,7 @@ Signed-off-by: Jonathan Bell <jonathan@raspberrypi.com>
                                        0, flags);
        if (!ir->event_ring) {
                xhci_warn(xhci, "Failed to allocate interrupter %d event ring\n", intr_num);
-@@ -2314,7 +2319,7 @@ xhci_alloc_interrupter(struct xhci_hcd *
+@@ -2318,7 +2323,7 @@ xhci_alloc_interrupter(struct xhci_hcd *
        /* set ERST count with the number of entries in the segment table */
        erst_size = readl(&ir->ir_set->erst_size);
        erst_size &= ERST_SIZE_MASK;
index 7c620c4400cedc1c0ec7c9ad7b9957594d9506d8..11f5c3d5e56c908749271a0c1bfbbe5de384cb27 100644 (file)
@@ -21,7 +21,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.com>
 
 --- a/drivers/net/phy/smsc.c
 +++ b/drivers/net/phy/smsc.c
-@@ -223,12 +223,12 @@ static int lan87xx_read_status(struct ph
+@@ -243,12 +243,12 @@ static int lan87xx_read_status(struct ph
                if (rc < 0)
                        return rc;
  
index 9fe7416d8e1f5e0882c86a721c1c679efb4a7e6b..24a37399b175706eec099aadc9546f966c616e69 100644 (file)
@@ -22,7 +22,7 @@ Signed-off-by: Jonathan Bell <jonathan@raspberrypi.com>
 
 --- a/drivers/usb/host/xhci-pci.c
 +++ b/drivers/usb/host/xhci-pci.c
-@@ -310,6 +310,7 @@ static void xhci_pci_quirks(struct devic
+@@ -338,6 +338,7 @@ static void xhci_pci_quirks(struct devic
        if (pdev->vendor == PCI_VENDOR_ID_VIA && pdev->device == PCI_DEVICE_ID_VIA_VL805) {
                xhci->quirks |= XHCI_LPM_SUPPORT;
                xhci->quirks |= XHCI_TRB_OVERFETCH;
@@ -50,11 +50,11 @@ Signed-off-by: Jonathan Bell <jonathan@raspberrypi.com>
        addr = xhci_trb_virt_to_dma(new_seg, new_deq);
 --- a/drivers/usb/host/xhci.h
 +++ b/drivers/usb/host/xhci.h
-@@ -1670,6 +1670,7 @@ struct xhci_hcd {
- #define XHCI_ZHAOXIN_HOST     BIT_ULL(46)
+@@ -1671,6 +1671,7 @@ struct xhci_hcd {
  #define XHCI_WRITE_64_HI_LO   BIT_ULL(47)
  #define XHCI_CDNS_SCTX_QUIRK  BIT_ULL(48)
-+#define XHCI_AVOID_DQ_ON_LINK BIT_ULL(49)
+ #define XHCI_LIMIT_ENDPOINT_INTERVAL_9 BIT_ULL(49)
++#define XHCI_AVOID_DQ_ON_LINK BIT_ULL(50)
  
        unsigned int            num_active_eps;
        unsigned int            limit_active_eps;
index d4f9dce47905aa500681296fc88186cf38c8a383..c1feff6107ca16f3e053c874e3c6faafdeacea6e 100644 (file)
@@ -145,7 +145,7 @@ Signed-off-by: Jonathan Bell <jonathan@raspberrypi.com>
        if (ret)
                return -ENOMEM;
  
-@@ -1822,7 +1826,7 @@ int xhci_alloc_erst(struct xhci_hcd *xhc
+@@ -1826,7 +1830,7 @@ int xhci_alloc_erst(struct xhci_hcd *xhc
        for (val = 0; val < evt_ring->num_segs; val++) {
                entry = &erst->entries[val];
                entry->seg_addr = cpu_to_le64(seg->dma);
index ba51f3f1fbf8e113ce6b39e915a8f712028bc034..eb7fdca098f3e0ce90731c3916895bc73bae2301 100644 (file)
@@ -53,7 +53,7 @@ Signed-off-by: Jonathan Bell <jonathan@raspberrypi.com>
                        cycle_state, type, max_packet, flags);
 --- a/drivers/usb/host/xhci-pci.c
 +++ b/drivers/usb/host/xhci-pci.c
-@@ -311,6 +311,7 @@ static void xhci_pci_quirks(struct devic
+@@ -339,6 +339,7 @@ static void xhci_pci_quirks(struct devic
                xhci->quirks |= XHCI_LPM_SUPPORT;
                xhci->quirks |= XHCI_TRB_OVERFETCH;
                xhci->quirks |= XHCI_AVOID_DQ_ON_LINK;
@@ -63,11 +63,11 @@ Signed-off-by: Jonathan Bell <jonathan@raspberrypi.com>
        if (pdev->vendor == PCI_VENDOR_ID_ASMEDIA &&
 --- a/drivers/usb/host/xhci.h
 +++ b/drivers/usb/host/xhci.h
-@@ -1672,6 +1672,7 @@ struct xhci_hcd {
- #define XHCI_WRITE_64_HI_LO   BIT_ULL(47)
+@@ -1673,6 +1673,7 @@ struct xhci_hcd {
  #define XHCI_CDNS_SCTX_QUIRK  BIT_ULL(48)
- #define XHCI_AVOID_DQ_ON_LINK BIT_ULL(49)
-+#define XHCI_VLI_TRB_CACHE_BUG        BIT_ULL(50)
+ #define XHCI_LIMIT_ENDPOINT_INTERVAL_9 BIT_ULL(49)
+ #define XHCI_AVOID_DQ_ON_LINK BIT_ULL(50)
++#define XHCI_VLI_TRB_CACHE_BUG        BIT_ULL(51)
  
        unsigned int            num_active_eps;
        unsigned int            limit_active_eps;
index 0341a0b7bf834837e6d1c4c0001705261b5dc2ea..4049797bd60b7370b0ef0a7b6f92cdb9cf78cb85 100644 (file)
@@ -18,7 +18,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.com>
 
 --- a/drivers/net/phy/smsc.c
 +++ b/drivers/net/phy/smsc.c
-@@ -213,6 +213,8 @@ static int lan87xx_read_status(struct ph
+@@ -233,6 +233,8 @@ static int lan87xx_read_status(struct ph
                return err;
  
        if (!phydev->link && priv->energy_enable && phydev->irq == PHY_POLL) {
@@ -27,7 +27,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.com>
                /* Disable EDPD to wake up PHY */
                int rc = phy_read(phydev, MII_LAN83C185_CTRL_STATUS);
                if (rc < 0)
-@@ -228,7 +230,7 @@ static int lan87xx_read_status(struct ph
+@@ -248,7 +250,7 @@ static int lan87xx_read_status(struct ph
                 */
                read_poll_timeout(phy_read, rc,
                                  rc & MII_LAN83C185_ENERGYON || rc < 0,
@@ -36,7 +36,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.com>
                                  MII_LAN83C185_CTRL_STATUS);
                if (rc < 0)
                        return rc;
-@@ -238,10 +240,16 @@ static int lan87xx_read_status(struct ph
+@@ -258,10 +260,16 @@ static int lan87xx_read_status(struct ph
                if (rc < 0)
                        return rc;
  
index d717fa505c53a6c9003326ff5d3ca93d642d15f6..74a03267f9160a974ad0e86ed963369fbf7b1f3f 100644 (file)
@@ -26,7 +26,7 @@ Signed-off-by: Jonathan Bell <jonathan@raspberrypi.com>
 
 --- a/drivers/usb/host/xhci-pci.c
 +++ b/drivers/usb/host/xhci-pci.c
-@@ -312,6 +312,7 @@ static void xhci_pci_quirks(struct devic
+@@ -340,6 +340,7 @@ static void xhci_pci_quirks(struct devic
                xhci->quirks |= XHCI_TRB_OVERFETCH;
                xhci->quirks |= XHCI_AVOID_DQ_ON_LINK;
                xhci->quirks |= XHCI_VLI_TRB_CACHE_BUG;
@@ -86,11 +86,11 @@ Signed-off-by: Jonathan Bell <jonathan@raspberrypi.com>
                        first_trb = false;
 --- a/drivers/usb/host/xhci.h
 +++ b/drivers/usb/host/xhci.h
-@@ -1673,6 +1673,7 @@ struct xhci_hcd {
- #define XHCI_CDNS_SCTX_QUIRK  BIT_ULL(48)
- #define XHCI_AVOID_DQ_ON_LINK BIT_ULL(49)
- #define XHCI_VLI_TRB_CACHE_BUG        BIT_ULL(50)
-+#define XHCI_VLI_SS_BULK_OUT_BUG      BIT_ULL(51)
+@@ -1674,6 +1674,7 @@ struct xhci_hcd {
+ #define XHCI_LIMIT_ENDPOINT_INTERVAL_9 BIT_ULL(49)
+ #define XHCI_AVOID_DQ_ON_LINK BIT_ULL(50)
+ #define XHCI_VLI_TRB_CACHE_BUG        BIT_ULL(51)
++#define XHCI_VLI_SS_BULK_OUT_BUG      BIT_ULL(52)
  
        unsigned int            num_active_eps;
        unsigned int            limit_active_eps;
index 569a3649757ad010c2bb77a2c7da101cc50e9472..46590bb3ed04779e75858fb9e06567ab52b7976d 100644 (file)
@@ -109,11 +109,11 @@ it on BCM4708 family.
  
 --- a/drivers/usb/host/xhci.h
 +++ b/drivers/usb/host/xhci.h
-@@ -1669,6 +1669,7 @@ struct xhci_hcd {
- #define XHCI_ZHAOXIN_HOST     BIT_ULL(46)
+@@ -1670,6 +1670,7 @@ struct xhci_hcd {
  #define XHCI_WRITE_64_HI_LO   BIT_ULL(47)
  #define XHCI_CDNS_SCTX_QUIRK  BIT_ULL(48)
-+#define XHCI_FAKE_DOORBELL     BIT_ULL(49)
+ #define XHCI_LIMIT_ENDPOINT_INTERVAL_9 BIT_ULL(49)
++#define XHCI_FAKE_DOORBELL     BIT_ULL(50)
  
        unsigned int            num_active_eps;
        unsigned int            limit_active_eps;
index 18a8752a18f49c1b7f3a63070199a7ac345dc580..06013694ddd047df96ace1acd8319e27c3408d3d 100644 (file)
@@ -28,7 +28,7 @@ Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
 
 --- a/drivers/pinctrl/qcom/pinctrl-msm.c
 +++ b/drivers/pinctrl/qcom/pinctrl-msm.c
-@@ -1157,7 +1157,7 @@ static int msm_gpio_irq_set_affinity(str
+@@ -1176,7 +1176,7 @@ static int msm_gpio_irq_set_affinity(str
        if (d->parent_data && test_bit(d->hwirq, pctrl->skip_wake_irqs))
                return irq_chip_set_affinity_parent(d, dest, force);
  
@@ -37,7 +37,7 @@ Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
  }
  
  static int msm_gpio_irq_set_vcpu_affinity(struct irq_data *d, void *vcpu_info)
-@@ -1168,7 +1168,7 @@ static int msm_gpio_irq_set_vcpu_affinit
+@@ -1187,7 +1187,7 @@ static int msm_gpio_irq_set_vcpu_affinit
        if (d->parent_data && test_bit(d->hwirq, pctrl->skip_wake_irqs))
                return irq_chip_set_vcpu_affinity_parent(d, vcpu_info);
  
index b8aacef174aedd07e166ad061414af1019a34bef..fc91a19dcbb0e0ae77e22de409723a1d50ecd5fb 100644 (file)
@@ -1,6 +1,6 @@
 --- a/drivers/pwm/pwm-mediatek.c
 +++ b/drivers/pwm/pwm-mediatek.c
-@@ -306,6 +306,12 @@ static const struct pwm_mediatek_of_data
+@@ -309,6 +309,12 @@ static const struct pwm_mediatek_of_data
        .has_ck_26m_sel = true,
  };
  
@@ -13,7 +13,7 @@
  static const struct pwm_mediatek_of_data mt8516_pwm_data = {
        .num_pwms = 5,
        .pwm45_fixup = false,
-@@ -318,6 +324,7 @@ static const struct of_device_id pwm_med
+@@ -321,6 +327,7 @@ static const struct of_device_id pwm_med
        { .compatible = "mediatek,mt7623-pwm", .data = &mt7623_pwm_data },
        { .compatible = "mediatek,mt7628-pwm", .data = &mt7628_pwm_data },
        { .compatible = "mediatek,mt7629-pwm", .data = &mt7629_pwm_data },
index 0d41c363dbaa2c1d5916e7660ed00d0ba3170085..08465decbffac0a16310acf8ef718f67370fb9e4 100644 (file)
@@ -48,7 +48,7 @@ Signed-off-by: Daniel Golle <daniel@makrotopia.org>
  }
  
  static int pwm_mediatek_config(struct pwm_chip *chip, struct pwm_device *pwm,
-@@ -274,48 +279,63 @@ static const struct pwm_mediatek_of_data
+@@ -277,48 +282,63 @@ static const struct pwm_mediatek_of_data
        .num_pwms = 8,
        .pwm45_fixup = false,
        .has_ck_26m_sel = false,
@@ -112,7 +112,7 @@ Signed-off-by: Daniel Golle <daniel@makrotopia.org>
  };
  
  static const struct of_device_id pwm_mediatek_of_match[] = {
-@@ -324,6 +344,7 @@ static const struct of_device_id pwm_med
+@@ -327,6 +347,7 @@ static const struct of_device_id pwm_med
        { .compatible = "mediatek,mt7623-pwm", .data = &mt7623_pwm_data },
        { .compatible = "mediatek,mt7628-pwm", .data = &mt7628_pwm_data },
        { .compatible = "mediatek,mt7629-pwm", .data = &mt7629_pwm_data },