]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
6.1-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Feb 2025 11:54:15 +0000 (12:54 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Feb 2025 11:54:15 +0000 (12:54 +0100)
added patches:
gpio-xilinx-remove-excess-kernel-doc.patch

queue-6.1/gpio-xilinx-remove-excess-kernel-doc.patch [new file with mode: 0644]
queue-6.1/series

diff --git a/queue-6.1/gpio-xilinx-remove-excess-kernel-doc.patch b/queue-6.1/gpio-xilinx-remove-excess-kernel-doc.patch
new file mode 100644 (file)
index 0000000..31933b2
--- /dev/null
@@ -0,0 +1,33 @@
+From 4c7fcbf5077532b80bc233c83d56e09a6bfa16b0 Mon Sep 17 00:00:00 2001
+From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
+Date: Fri, 15 Dec 2023 10:09:43 +0100
+Subject: gpio: xilinx: remove excess kernel doc
+
+From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
+
+commit 4c7fcbf5077532b80bc233c83d56e09a6bfa16b0 upstream.
+
+The irqchip field has been removed from struct xgpio_instance so remove
+the doc as well.
+
+Fixes: b4510f8fd5d0 ("gpio: xilinx: Convert to immutable irq_chip")
+Reported-by: kernel test robot <lkp@intel.com>
+Closes: https://lore.kernel.org/oe-kbuild-all/202312150239.IyuTVvrL-lkp@intel.com/
+Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
+Reviewed-by: Michal Simek <michal.simek@amd.com>
+Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+---
+ drivers/gpio/gpio-xilinx.c |    1 -
+ 1 file changed, 1 deletion(-)
+
+--- a/drivers/gpio/gpio-xilinx.c
++++ b/drivers/gpio/gpio-xilinx.c
+@@ -52,7 +52,6 @@
+  * @dir: GPIO direction shadow register
+  * @gpio_lock: Lock used for synchronization
+  * @irq: IRQ used by GPIO device
+- * @irqchip: IRQ chip
+  * @enable: GPIO IRQ enable/disable bitfield
+  * @rising_edge: GPIO IRQ rising edge enable/disable bitfield
+  * @falling_edge: GPIO IRQ falling edge enable/disable bitfield
index 42699c792405a5f33e82fb1471663f05f75505d4..e321951ab04db67412aff2193543714e4327f829 100644 (file)
@@ -451,3 +451,4 @@ io_uring-fix-io_req_prep_async-with-provided-buffers.patch
 io_uring-rw-commit-provided-buffer-state-on-async.patch
 mips-ftrace-declare-ftrace_get_parent_ra_addr-as-static.patch
 net-ncsi-use-dev_set_mac_address-for-get-mc-mac-address-handling.patch
+gpio-xilinx-remove-excess-kernel-doc.patch