aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/gemini
diff options
context:
space:
mode:
authorJohn Audia <therealgraysky@proton.me>2024-01-05 15:37:47 -0500
committerHauke Mehrtens <hauke@hauke-m.de>2024-01-06 12:52:49 +0100
commitf45fa6b45abf29a0d74c2f2ea4b8e18b6334f2e2 (patch)
tree3786e38169c81c1dcee0dc3abe77c28702a958e1 /target/linux/gemini
parent37bb3893929fc3277e7d26ff0012d86526c98b77 (diff)
downloadupstream-f45fa6b45abf29a0d74c2f2ea4b8e18b6334f2e2.tar.gz
upstream-f45fa6b45abf29a0d74c2f2ea4b8e18b6334f2e2.tar.bz2
upstream-f45fa6b45abf29a0d74c2f2ea4b8e18b6334f2e2.zip
kernel: bump 6.1 to 6.1.71
Changelog: https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.1.71 Manually rebased: gemini/patches-6.1/0002-usb-fotg210-Collect-pieces-of-dual-mode-controller.patch All patches automatically rebased. Build system: x86/64 Build-tested: x86/64/AMD Cezanne Run-tested: x86/64/AMD Cezanne Signed-off-by: John Audia <therealgraysky@proton.me>
Diffstat (limited to 'target/linux/gemini')
-rw-r--r--target/linux/gemini/patches-6.1/0002-usb-fotg210-Collect-pieces-of-dual-mode-controller.patch5
1 files changed, 1 insertions, 4 deletions
diff --git a/target/linux/gemini/patches-6.1/0002-usb-fotg210-Collect-pieces-of-dual-mode-controller.patch b/target/linux/gemini/patches-6.1/0002-usb-fotg210-Collect-pieces-of-dual-mode-controller.patch
index 902bf4c68fe..1ee4f27c46d 100644
--- a/target/linux/gemini/patches-6.1/0002-usb-fotg210-Collect-pieces-of-dual-mode-controller.patch
+++ b/target/linux/gemini/patches-6.1/0002-usb-fotg210-Collect-pieces-of-dual-mode-controller.patch
@@ -104,7 +104,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+obj-$(CONFIG_USB_FOTG210_UDC) += fotg210-udc.o
--- a/drivers/usb/host/fotg210-hcd.c
+++ /dev/null
-@@ -1,5727 +0,0 @@
+@@ -1,5724 +0,0 @@
-// SPDX-License-Identifier: GPL-2.0+
-/* Faraday FOTG210 EHCI-like driver
- *
@@ -536,8 +536,6 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
- temp = size;
- size -= temp;
- next += temp;
-- if (temp == size)
-- goto done;
- }
-
- temp = snprintf(next, size, "\n");
@@ -547,7 +545,6 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
- size -= temp;
- next += temp;
-
--done:
- *sizep = size;
- *nextp = next;
-}