From: Greg Kroah-Hartman Date: Thu, 13 Feb 2025 11:54:15 +0000 (+0100) Subject: 6.1-stable patches X-Git-Tag: v6.6.78~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=636797ad6e354a76b0289b720c27cda5a5e8c6c6;p=thirdparty%2Fkernel%2Fstable-queue.git 6.1-stable patches added patches: gpio-xilinx-remove-excess-kernel-doc.patch --- 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 index 0000000000..31933b2e37 --- /dev/null +++ b/queue-6.1/gpio-xilinx-remove-excess-kernel-doc.patch @@ -0,0 +1,33 @@ +From 4c7fcbf5077532b80bc233c83d56e09a6bfa16b0 Mon Sep 17 00:00:00 2001 +From: Bartosz Golaszewski +Date: Fri, 15 Dec 2023 10:09:43 +0100 +Subject: gpio: xilinx: remove excess kernel doc + +From: Bartosz Golaszewski + +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 +Closes: https://lore.kernel.org/oe-kbuild-all/202312150239.IyuTVvrL-lkp@intel.com/ +Signed-off-by: Bartosz Golaszewski +Reviewed-by: Michal Simek +Reviewed-by: Randy Dunlap +Signed-off-by: Greg Kroah-Hartman +--- + 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 diff --git a/queue-6.1/series b/queue-6.1/series index 42699c7924..e321951ab0 100644 --- a/queue-6.1/series +++ b/queue-6.1/series @@ -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