kernel: bump 5.10 to 5.10.132
authorJohn Audia <therealgraysky@proton.me>
Thu, 21 Jul 2022 20:19:32 +0000 (16:19 -0400)
committerHauke Mehrtens <hauke@hauke-m.de>
Fri, 29 Jul 2022 21:03:41 +0000 (23:03 +0200)
All patches automatically rebased.

Signed-off-by: John Audia <therealgraysky@proton.me>
include/kernel-5.10
target/linux/ath79/patches-5.10/0003-leds-add-reset-controller-based-driver.patch
target/linux/bcm4908/patches-5.10/089-v5.18-watchdog-allow-building-BCM7038_WDT-for-BCM4908.patch
target/linux/bcm4908/patches-5.10/090-v5.20-watchdog-bcm7038_wdt-Support-BCM6345-compatible-stri.patch
target/linux/generic/backport-5.10/732-net-next-1-of-net-pass-the-dst-buffer-to-of_get_mac_address.patch
target/linux/tegra/patches-5.10/100-serial8250-on-tegra-hsuart-recover-from-spurious-interrupts-due-to-tegra2-silicon-bug.patch

index f517e3b6a7cd256cc8fbbfa0128bc68889817cc2..4b6aaa008721b794c076fa482007900c99e65cee 100644 (file)
@@ -1,2 +1,2 @@
-LINUX_VERSION-5.10 = .131
-LINUX_KERNEL_HASH-5.10.131 = 8bc441442c16c330a7148fe3cca9edcd98bc0fc9f68304633c7eb641770d21ce
+LINUX_VERSION-5.10 = .132
+LINUX_KERNEL_HASH-5.10.132 = 7d05a931eee01dea64fc73849e275ff14664ff98813f95f40588f04fdf1cfa2a
index 68b831036576c293f8becf920000dbc15663d732..4a721f2af26a3661ec34ff5d8a3479889d0f5d98 100644 (file)
@@ -13,9 +13,9 @@ Signed-off-by: John Crispin <john@phrozen.org>
 
 --- a/drivers/leds/Kconfig
 +++ b/drivers/leds/Kconfig
-@@ -929,6 +929,17 @@ config LEDS_ACER_A500
-         This option enables support for the Power Button LED of
-         Acer Iconia Tab A500.
+@@ -931,6 +931,17 @@ config LEDS_ACER_A500
+ source "drivers/leds/blink/Kconfig"
  
 +config LEDS_RESET
 +      tristate "LED support for reset-controller API"
index a03d538db9254a712c237c74cf9114290606c666..ea75181a6edb274875a66b2fb5452a5879e3a9bc 100644 (file)
@@ -21,8 +21,8 @@ Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
 
 --- a/drivers/watchdog/Kconfig
 +++ b/drivers/watchdog/Kconfig
-@@ -1779,7 +1779,7 @@ config BCM7038_WDT
-       tristate "BCM63xx/BCM7038 Watchdog"
+@@ -1800,7 +1800,7 @@ config BCM7038_WDT
+       tristate "BCM7038 Watchdog"
        select WATCHDOG_CORE
        depends on HAS_IOMEM
 -      depends on ARCH_BRCMSTB || BMIPS_GENERIC || COMPILE_TEST
index 9d11a55ffa9d5fdf33a7284d57f8b341545d2411..d6d2fd9ab6125e06a67e641da8b571c1d2fd206d 100644 (file)
@@ -24,7 +24,7 @@ Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
 
 --- a/drivers/watchdog/bcm7038_wdt.c
 +++ b/drivers/watchdog/bcm7038_wdt.c
-@@ -218,6 +218,7 @@ static SIMPLE_DEV_PM_OPS(bcm7038_wdt_pm_ops, bcm7038_wdt_suspend,
+@@ -193,6 +193,7 @@ static SIMPLE_DEV_PM_OPS(bcm7038_wdt_pm_
                         bcm7038_wdt_resume);
  
  static const struct of_device_id bcm7038_wdt_match[] = {
index 80f51e7a223712671fc0a4a4fe39d8278d4ba57c..c7a2fa9b11bf6edb9497fb8546c8bf259f8062a8 100644 (file)
@@ -1162,7 +1162,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net>
  
 --- a/drivers/net/ethernet/stmicro/stmmac/dwmac-dwc-qos-eth.c
 +++ b/drivers/net/ethernet/stmicro/stmmac/dwmac-dwc-qos-eth.c
-@@ -444,7 +444,7 @@ static int dwc_eth_dwmac_probe(struct pl
+@@ -445,7 +445,7 @@ static int dwc_eth_dwmac_probe(struct pl
        if (IS_ERR(stmmac_res.addr))
                return PTR_ERR(stmmac_res.addr);
  
index 08ed9d441c5ff5d233b476f8401f4d7c4e51bbcc..8f01f73eb24a9803db55ea59e651f54892d087ad 100644 (file)
@@ -36,7 +36,7 @@ David
 
 --- a/drivers/tty/serial/8250/8250_core.c
 +++ b/drivers/tty/serial/8250/8250_core.c
-@@ -133,6 +133,38 @@ static irqreturn_t serial8250_interrupt(
+@@ -134,6 +134,38 @@ static irqreturn_t serial8250_interrupt(
  
                if (l == i->head && pass_counter++ > PASS_LIMIT)
                        break;