]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
drop tty-serial-qcom-geni-serial-stop-operations-in-progr.patch from everywhere
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 10 Mar 2023 08:21:43 +0000 (09:21 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 10 Mar 2023 08:21:43 +0000 (09:21 +0100)
queue-5.15/series
queue-5.15/tty-serial-qcom-geni-serial-stop-operations-in-progr.patch [deleted file]
queue-6.1/series
queue-6.1/tty-serial-qcom-geni-serial-stop-operations-in-progr.patch [deleted file]
queue-6.2/series
queue-6.2/tty-serial-qcom-geni-serial-stop-operations-in-progr.patch [deleted file]

index 93b80d58f4ccf0a98ad88d23b095ad3e5044d95e..09069a55045ce414ecdb0d4214328e3d0a47f08d 100644 (file)
@@ -296,7 +296,6 @@ pci-iov-enlarge-virtfn-sysfs-name-buffer.patch
 pci-switchtec-return-efault-for-copy_to_user-errors.patch
 tty-serial-fsl_lpuart-disable-rx-tx-dma-in-lpuart32_.patch
 tty-serial-fsl_lpuart-clear-lpuart-status-register-i.patch
-tty-serial-qcom-geni-serial-stop-operations-in-progr.patch
 serial-tegra-add-missing-clk_disable_unprepare-in-te.patch
 revert-char-pcmcia-cm4000_cs-replace-mdelay-with-usl.patch
 eeprom-idt_89hpesx-fix-error-handling-in-idt_init.patch
diff --git a/queue-5.15/tty-serial-qcom-geni-serial-stop-operations-in-progr.patch b/queue-5.15/tty-serial-qcom-geni-serial-stop-operations-in-progr.patch
deleted file mode 100644 (file)
index c20f9a1..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-From a9b64eb040aa8e32f707de41837ac46341fc12fc Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Thu, 29 Dec 2022 16:50:17 +0100
-Subject: tty: serial: qcom-geni-serial: stop operations in progress at
- shutdown
-
-From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
-
-[ Upstream commit d8aca2f96813d51df574a811eda9a2cbed00f261 ]
-
-We don't stop transmissions in progress at shutdown. This is fine with
-FIFO SE mode but with DMA (support for which we'll introduce later) it
-causes trouble so fix it now.
-
-Fixes: e83766334f96 ("tty: serial: qcom_geni_serial: No need to stop tx/rx on UART shutdown")
-Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
-Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
-Link: https://lore.kernel.org/r/20221229155030.418800-2-brgl@bgdev.pl
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- drivers/tty/serial/qcom_geni_serial.c | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/drivers/tty/serial/qcom_geni_serial.c b/drivers/tty/serial/qcom_geni_serial.c
-index ce1c81731a2a8..e5ca3c3c27d21 100644
---- a/drivers/tty/serial/qcom_geni_serial.c
-+++ b/drivers/tty/serial/qcom_geni_serial.c
-@@ -893,6 +893,8 @@ static int setup_fifos(struct qcom_geni_serial_port *port)
- static void qcom_geni_serial_shutdown(struct uart_port *uport)
- {
-       disable_irq(uport->irq);
-+      qcom_geni_serial_stop_tx(uport);
-+      qcom_geni_serial_stop_rx(uport);
- }
- static int qcom_geni_serial_port_setup(struct uart_port *uport)
--- 
-2.39.2
-
index bec3cba8540fefe2f7970d3dd4d00f49aedaf51a..9a5159937215fec3193346ebc79d729ecb8e8fee 100644 (file)
@@ -427,7 +427,6 @@ pci-endpoint-pci-epf-vntb-add-epf_ntb_mw_bar_clear-n.patch
 hwtracing-hisi_ptt-only-add-the-supported-devices-to.patch
 tty-serial-fsl_lpuart-disable-rx-tx-dma-in-lpuart32_.patch
 tty-serial-fsl_lpuart-clear-lpuart-status-register-i.patch
-tty-serial-qcom-geni-serial-stop-operations-in-progr.patch
 serial-tegra-add-missing-clk_disable_unprepare-in-te.patch
 revert-char-pcmcia-cm4000_cs-replace-mdelay-with-usl.patch
 eeprom-idt_89hpesx-fix-error-handling-in-idt_init.patch
diff --git a/queue-6.1/tty-serial-qcom-geni-serial-stop-operations-in-progr.patch b/queue-6.1/tty-serial-qcom-geni-serial-stop-operations-in-progr.patch
deleted file mode 100644 (file)
index 4d338f7..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-From 962b105acb73b3ce9cb650eba446b1bafcc679ae Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Thu, 29 Dec 2022 16:50:17 +0100
-Subject: tty: serial: qcom-geni-serial: stop operations in progress at
- shutdown
-
-From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
-
-[ Upstream commit d8aca2f96813d51df574a811eda9a2cbed00f261 ]
-
-We don't stop transmissions in progress at shutdown. This is fine with
-FIFO SE mode but with DMA (support for which we'll introduce later) it
-causes trouble so fix it now.
-
-Fixes: e83766334f96 ("tty: serial: qcom_geni_serial: No need to stop tx/rx on UART shutdown")
-Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
-Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
-Link: https://lore.kernel.org/r/20221229155030.418800-2-brgl@bgdev.pl
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- drivers/tty/serial/qcom_geni_serial.c | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/drivers/tty/serial/qcom_geni_serial.c b/drivers/tty/serial/qcom_geni_serial.c
-index 7905935b9f1b4..fd72644605e05 100644
---- a/drivers/tty/serial/qcom_geni_serial.c
-+++ b/drivers/tty/serial/qcom_geni_serial.c
-@@ -891,6 +891,8 @@ static int setup_fifos(struct qcom_geni_serial_port *port)
- static void qcom_geni_serial_shutdown(struct uart_port *uport)
- {
-       disable_irq(uport->irq);
-+      qcom_geni_serial_stop_tx(uport);
-+      qcom_geni_serial_stop_rx(uport);
- }
- static int qcom_geni_serial_port_setup(struct uart_port *uport)
--- 
-2.39.2
-
index 828212c74428bb6a98434a8cf8650cd67ad123f7..506ab2e36f627efb849ee011aa5d2b8b9ed03878 100644 (file)
@@ -506,7 +506,6 @@ pci-endpoint-pci-epf-vntb-add-epf_ntb_mw_bar_clear-n.patch
 hwtracing-hisi_ptt-only-add-the-supported-devices-to.patch
 tty-serial-fsl_lpuart-disable-rx-tx-dma-in-lpuart32_.patch
 tty-serial-fsl_lpuart-clear-lpuart-status-register-i.patch
-tty-serial-qcom-geni-serial-stop-operations-in-progr.patch
 serial-tegra-add-missing-clk_disable_unprepare-in-te.patch
 revert-char-pcmcia-cm4000_cs-replace-mdelay-with-usl.patch
 eeprom-idt_89hpesx-fix-error-handling-in-idt_init.patch
diff --git a/queue-6.2/tty-serial-qcom-geni-serial-stop-operations-in-progr.patch b/queue-6.2/tty-serial-qcom-geni-serial-stop-operations-in-progr.patch
deleted file mode 100644 (file)
index 1bea5a5..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-From 9b2d194639636fba58fa5dc6a9e8d119a90e592c Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Thu, 29 Dec 2022 16:50:17 +0100
-Subject: tty: serial: qcom-geni-serial: stop operations in progress at
- shutdown
-
-From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
-
-[ Upstream commit d8aca2f96813d51df574a811eda9a2cbed00f261 ]
-
-We don't stop transmissions in progress at shutdown. This is fine with
-FIFO SE mode but with DMA (support for which we'll introduce later) it
-causes trouble so fix it now.
-
-Fixes: e83766334f96 ("tty: serial: qcom_geni_serial: No need to stop tx/rx on UART shutdown")
-Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
-Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
-Link: https://lore.kernel.org/r/20221229155030.418800-2-brgl@bgdev.pl
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- drivers/tty/serial/qcom_geni_serial.c | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/drivers/tty/serial/qcom_geni_serial.c b/drivers/tty/serial/qcom_geni_serial.c
-index 57f04f8bf5043..851a5d2133aa2 100644
---- a/drivers/tty/serial/qcom_geni_serial.c
-+++ b/drivers/tty/serial/qcom_geni_serial.c
-@@ -891,6 +891,8 @@ static int setup_fifos(struct qcom_geni_serial_port *port)
- static void qcom_geni_serial_shutdown(struct uart_port *uport)
- {
-       disable_irq(uport->irq);
-+      qcom_geni_serial_stop_tx(uport);
-+      qcom_geni_serial_stop_rx(uport);
- }
- static int qcom_geni_serial_port_setup(struct uart_port *uport)
--- 
-2.39.2
-