+++ /dev/null
-From 8013e07364332f6e544de3c465cb10dfaf6d57b4 Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Wed, 4 Dec 2019 20:00:07 +0800
-Subject: serial: sprd: Use readable macros instead of magic number
-
-From: Yonghan Ye <yonghan.ye@unisoc.com>
-
-[ Upstream commit 2b5a997386b0594e671a32c7e429cf59ac8fc54c ]
-
-Define readable macros instead of magic number to make code more readable.
-
-Signed-off-by: Baolin Wang <baolin.wang@linaro.org>
-Acked-by: Chunyan Zhang <chunyan.zhang@spreadtrum.com>
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- drivers/tty/serial/sprd_serial.c | 3 +++
- 1 file changed, 3 insertions(+)
-
-diff --git a/drivers/tty/serial/sprd_serial.c b/drivers/tty/serial/sprd_serial.c
-index 943619ebee38..d8afe55956e7 100644
---- a/drivers/tty/serial/sprd_serial.c
-+++ b/drivers/tty/serial/sprd_serial.c
-@@ -302,6 +302,9 @@ static irqreturn_t sprd_handle_irq(int irq, void *dev_id)
- if (ims & SPRD_IMSR_TIMEOUT)
- serial_out(port, SPRD_ICLR, SPRD_ICLR_TIMEOUT);
-
-+ if (ims & SPRD_IMSR_BREAK_DETECT)
-+ serial_out(port, SPRD_ICLR, SPRD_IMSR_BREAK_DETECT);
-+
- if (ims & (SPRD_IMSR_RX_FIFO_FULL |
- SPRD_IMSR_BREAK_DETECT | SPRD_IMSR_TIMEOUT))
- sprd_rx(port);
---
-2.20.1
-
hrtimer-annotate-lockless-access-to-timer-state.patch
spi-fsl-don-t-map-irq-during-probe.patch
tty-serial-atmel-fix-out-of-range-clock-divider-hand.patch
-serial-sprd-use-readable-macros-instead-of-magic-num.patch
pinctrl-baytrail-really-serialize-all-register-acces.patch
net-ena-fix-napi-handler-misbehavior-when-the-napi-budget-is-zero.patch
net-mlxfw-fix-out-of-memory-error-in-mfa2-flash-burning.patch
+++ /dev/null
-From b8917f323e25835c0ac8d02cba9253bcd79040cf Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Wed, 4 Dec 2019 20:00:07 +0800
-Subject: serial: sprd: Use readable macros instead of magic number
-
-From: Yonghan Ye <yonghan.ye@unisoc.com>
-
-[ Upstream commit 2b5a997386b0594e671a32c7e429cf59ac8fc54c ]
-
-Define readable macros instead of magic number to make code more readable.
-
-Signed-off-by: Baolin Wang <baolin.wang@linaro.org>
-Acked-by: Chunyan Zhang <chunyan.zhang@spreadtrum.com>
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- drivers/tty/serial/sprd_serial.c | 3 +++
- 1 file changed, 3 insertions(+)
-
-diff --git a/drivers/tty/serial/sprd_serial.c b/drivers/tty/serial/sprd_serial.c
-index 2774af86763e..c6cad45cd34b 100644
---- a/drivers/tty/serial/sprd_serial.c
-+++ b/drivers/tty/serial/sprd_serial.c
-@@ -294,6 +294,9 @@ static irqreturn_t sprd_handle_irq(int irq, void *dev_id)
- if (ims & SPRD_IMSR_TIMEOUT)
- serial_out(port, SPRD_ICLR, SPRD_ICLR_TIMEOUT);
-
-+ if (ims & SPRD_IMSR_BREAK_DETECT)
-+ serial_out(port, SPRD_ICLR, SPRD_IMSR_BREAK_DETECT);
-+
- if (ims & (SPRD_IMSR_RX_FIFO_FULL |
- SPRD_IMSR_BREAK_DETECT | SPRD_IMSR_TIMEOUT))
- sprd_rx(port);
---
-2.20.1
-
gtp-avoid-zero-size-hashtable.patch
spi-fsl-don-t-map-irq-during-probe.patch
tty-serial-atmel-fix-out-of-range-clock-divider-hand.patch
-serial-sprd-use-readable-macros-instead-of-magic-num.patch
pinctrl-baytrail-really-serialize-all-register-acces.patch
+++ /dev/null
-From e16a9434dc4940d8ade1dbb42ac1c6b452308ed8 Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Wed, 4 Dec 2019 20:00:07 +0800
-Subject: serial: sprd: Use readable macros instead of magic number
-
-From: Yonghan Ye <yonghan.ye@unisoc.com>
-
-[ Upstream commit 2b5a997386b0594e671a32c7e429cf59ac8fc54c ]
-
-Define readable macros instead of magic number to make code more readable.
-
-Signed-off-by: Baolin Wang <baolin.wang@linaro.org>
-Acked-by: Chunyan Zhang <chunyan.zhang@spreadtrum.com>
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- drivers/tty/serial/sprd_serial.c | 3 +++
- 1 file changed, 3 insertions(+)
-
-diff --git a/drivers/tty/serial/sprd_serial.c b/drivers/tty/serial/sprd_serial.c
-index 82e00ac6f7e3..06980857d9e2 100644
---- a/drivers/tty/serial/sprd_serial.c
-+++ b/drivers/tty/serial/sprd_serial.c
-@@ -302,6 +302,9 @@ static irqreturn_t sprd_handle_irq(int irq, void *dev_id)
- if (ims & SPRD_IMSR_TIMEOUT)
- serial_out(port, SPRD_ICLR, SPRD_ICLR_TIMEOUT);
-
-+ if (ims & SPRD_IMSR_BREAK_DETECT)
-+ serial_out(port, SPRD_ICLR, SPRD_IMSR_BREAK_DETECT);
-+
- if (ims & (SPRD_IMSR_RX_FIFO_FULL |
- SPRD_IMSR_BREAK_DETECT | SPRD_IMSR_TIMEOUT))
- sprd_rx(port);
---
-2.20.1
-
netfilter-bridge-make-sure-to-pull-arp-header-in-br_nf_forward_arp.patch
net-icmp-fix-data-race-in-cmp_global_allow.patch
hrtimer-annotate-lockless-access-to-timer-state.patch
-serial-sprd-use-readable-macros-instead-of-magic-num.patch
mmc-sdhci-update-the-tuning-failed-messages-to-pr_de.patch
+++ /dev/null
-From 40b07c218313573e6a5a4175c6f0d032fa5e90e8 Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Wed, 4 Dec 2019 20:00:07 +0800
-Subject: serial: sprd: Use readable macros instead of magic number
-
-From: Yonghan Ye <yonghan.ye@unisoc.com>
-
-[ Upstream commit 2b5a997386b0594e671a32c7e429cf59ac8fc54c ]
-
-Define readable macros instead of magic number to make code more readable.
-
-Signed-off-by: Baolin Wang <baolin.wang@linaro.org>
-Acked-by: Chunyan Zhang <chunyan.zhang@spreadtrum.com>
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- drivers/tty/serial/sprd_serial.c | 3 +++
- 1 file changed, 3 insertions(+)
-
-diff --git a/drivers/tty/serial/sprd_serial.c b/drivers/tty/serial/sprd_serial.c
-index 2e34239ac8a9..ebb1d6658827 100644
---- a/drivers/tty/serial/sprd_serial.c
-+++ b/drivers/tty/serial/sprd_serial.c
-@@ -302,6 +302,9 @@ static irqreturn_t sprd_handle_irq(int irq, void *dev_id)
- if (ims & SPRD_IMSR_TIMEOUT)
- serial_out(port, SPRD_ICLR, SPRD_ICLR_TIMEOUT);
-
-+ if (ims & SPRD_IMSR_BREAK_DETECT)
-+ serial_out(port, SPRD_ICLR, SPRD_IMSR_BREAK_DETECT);
-+
- if (ims & (SPRD_IMSR_RX_FIFO_FULL |
- SPRD_IMSR_BREAK_DETECT | SPRD_IMSR_TIMEOUT))
- sprd_rx(port);
---
-2.20.1
-
net-icmp-fix-data-race-in-cmp_global_allow.patch
hrtimer-annotate-lockless-access-to-timer-state.patch
tty-serial-atmel-fix-out-of-range-clock-divider-hand.patch
-serial-sprd-use-readable-macros-instead-of-magic-num.patch
pinctrl-baytrail-really-serialize-all-register-acces.patch
mmc-sdhci-update-the-tuning-failed-messages-to-pr_de.patch