summaryrefslogtreecommitdiffstats
path: root/target/linux/tegra
diff options
context:
space:
mode:
authorJohn Audia <therealgraysky@proton.me>2022-07-21 16:19:32 -0400
committerHauke Mehrtens <hauke@hauke-m.de>2022-07-29 23:03:41 +0200
commit7d3c0928de191b203dd5b27ddf208698d08639e3 (patch)
treee30438f3e37630608b954e6dd02b0ad1b17fd880 /target/linux/tegra
parent57cad53f4e52be987cdd61308ff7d2704baca539 (diff)
downloadopenwrt-7d3c0928de191b203dd5b27ddf208698d08639e3.tar.gz
openwrt-7d3c0928de191b203dd5b27ddf208698d08639e3.tar.bz2
openwrt-7d3c0928de191b203dd5b27ddf208698d08639e3.zip
kernel: bump 5.10 to 5.10.132
All patches automatically rebased. Signed-off-by: John Audia <therealgraysky@proton.me>
Diffstat (limited to 'target/linux/tegra')
-rw-r--r--target/linux/tegra/patches-5.10/100-serial8250-on-tegra-hsuart-recover-from-spurious-interrupts-due-to-tegra2-silicon-bug.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/tegra/patches-5.10/100-serial8250-on-tegra-hsuart-recover-from-spurious-interrupts-due-to-tegra2-silicon-bug.patch b/target/linux/tegra/patches-5.10/100-serial8250-on-tegra-hsuart-recover-from-spurious-interrupts-due-to-tegra2-silicon-bug.patch
index 08ed9d441c..8f01f73eb2 100644
--- a/target/linux/tegra/patches-5.10/100-serial8250-on-tegra-hsuart-recover-from-spurious-interrupts-due-to-tegra2-silicon-bug.patch
+++ b/target/linux/tegra/patches-5.10/100-serial8250-on-tegra-hsuart-recover-from-spurious-interrupts-due-to-tegra2-silicon-bug.patch
@@ -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;