aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/imx6/patches-4.4/111-serial-imx-fix-polarity-of-RI.patch
diff options
context:
space:
mode:
authorStijn Segers <francesco.borromini@inventati.org>2017-01-21 18:30:10 +0100
committerStijn Tintel <stijn@linux-ipv6.be>2017-02-06 20:13:06 +0100
commitee3067c588139ef60a72f5fecac979580d3651e3 (patch)
tree28aa45985bfe69be66152958ed830137d18c72cd /target/linux/imx6/patches-4.4/111-serial-imx-fix-polarity-of-RI.patch
parent518bb7ae5a91d779ab28ab377ede188ed4a7ae6c (diff)
downloadupstream-ee3067c588139ef60a72f5fecac979580d3651e3.tar.gz
upstream-ee3067c588139ef60a72f5fecac979580d3651e3.tar.bz2
upstream-ee3067c588139ef60a72f5fecac979580d3651e3.zip
Kernel: bump to 4.4.44
Bump kernel to 4.4.44. Compile-tested on ar71xx, ramips/mt7621 and x86/64. .44 has been run-tested on the 17.01 branch here on ar71xx and mt7621. Signed-off-by: Stijn Segers <francesco.borromini@inventati.org> (cherry picked from commit 20996edd68b8a0b139bdb36b3aafa29c037d4bda) Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> Conflicts: target/linux/ar71xx/patches-4.4/920-usb-chipidea-AR933x-platform-support.patch target/linux/ar71xx/patches-4.4/930-chipidea-pullup.patch
Diffstat (limited to 'target/linux/imx6/patches-4.4/111-serial-imx-fix-polarity-of-RI.patch')
-rw-r--r--target/linux/imx6/patches-4.4/111-serial-imx-fix-polarity-of-RI.patch7
1 files changed, 1 insertions, 6 deletions
diff --git a/target/linux/imx6/patches-4.4/111-serial-imx-fix-polarity-of-RI.patch b/target/linux/imx6/patches-4.4/111-serial-imx-fix-polarity-of-RI.patch
index a06557542a..0288298163 100644
--- a/target/linux/imx6/patches-4.4/111-serial-imx-fix-polarity-of-RI.patch
+++ b/target/linux/imx6/patches-4.4/111-serial-imx-fix-polarity-of-RI.patch
@@ -16,11 +16,9 @@ Signed-off-by: Petr Štetiar <ynezz@true.cz>
drivers/tty/serial/imx.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
-diff --git a/drivers/tty/serial/imx.c b/drivers/tty/serial/imx.c
-index 231e7d5..bfc4555 100644
--- a/drivers/tty/serial/imx.c
+++ b/drivers/tty/serial/imx.c
-@@ -797,9 +797,9 @@ static unsigned int imx_get_hwmctrl(struct imx_port *sport)
+@@ -817,9 +817,9 @@ static unsigned int imx_get_mctrl(struct
if (!(usr1 & USR2_DCDIN))
tmp |= TIOCM_CAR;
@@ -33,6 +31,3 @@ index 231e7d5..bfc4555 100644
return tmp;
}
---
-1.9.1
-