[openwrt/openwrt] cns3xxx: remove deprecated uart flags

LEDE Commits lede-commits at lists.infradead.org
Wed Jan 17 02:07:33 PST 2018


blogic pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/7f93624d5f545408333120c2b30e13bf3b97ef0b

commit 7f93624d5f545408333120c2b30e13bf3b97ef0b
Author: Koen Vandeputte <koen.vandeputte at ncentric.com>
AuthorDate: Thu Jan 11 16:04:38 2018 +0100

    cns3xxx: remove deprecated uart flags
    
    Flag UPF_NO_TXEN_TEST is deprecated.
    
    Remove it.
    
    Signed-off-by: Koen Vandeputte <koen.vandeputte at ncentric.com>
---
 .../150-laguna-delete-deprecated-uart-flags.patch  | 29 ++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/target/linux/cns3xxx/patches-4.14/150-laguna-delete-deprecated-uart-flags.patch b/target/linux/cns3xxx/patches-4.14/150-laguna-delete-deprecated-uart-flags.patch
new file mode 100644
index 0000000..11a630e
--- /dev/null
+++ b/target/linux/cns3xxx/patches-4.14/150-laguna-delete-deprecated-uart-flags.patch
@@ -0,0 +1,29 @@
+--- a/arch/arm/mach-cns3xxx/laguna.c
++++ b/arch/arm/mach-cns3xxx/laguna.c
+@@ -389,7 +389,7 @@ static struct plat_serial8250_port lagun
+ 		.mapbase        = (CNS3XXX_UART0_BASE),
+ 		.irq            = IRQ_CNS3XXX_UART0,
+ 		.iotype         = UPIO_MEM,
+-		.flags          = UPF_BOOT_AUTOCONF | UPF_FIXED_TYPE | UPF_NO_TXEN_TEST | UPF_IOREMAP,
++		.flags          = UPF_BOOT_AUTOCONF | UPF_FIXED_TYPE | UPF_IOREMAP,
+ 		.regshift       = 2,
+ 		.uartclk        = 24000000,
+ 		.type           = PORT_16550A,
+@@ -397,7 +397,7 @@ static struct plat_serial8250_port lagun
+ 		.mapbase        = (CNS3XXX_UART1_BASE),
+ 		.irq            = IRQ_CNS3XXX_UART1,
+ 		.iotype         = UPIO_MEM,
+-		.flags          = UPF_BOOT_AUTOCONF | UPF_FIXED_TYPE | UPF_NO_TXEN_TEST | UPF_IOREMAP,
++		.flags          = UPF_BOOT_AUTOCONF | UPF_FIXED_TYPE | UPF_IOREMAP,
+ 		.regshift       = 2,
+ 		.uartclk        = 24000000,
+ 		.type           = PORT_16550A,
+@@ -405,7 +405,7 @@ static struct plat_serial8250_port lagun
+ 		.mapbase        = (CNS3XXX_UART2_BASE),
+ 		.irq            = IRQ_CNS3XXX_UART2,
+ 		.iotype         = UPIO_MEM,
+-		.flags          = UPF_BOOT_AUTOCONF | UPF_FIXED_TYPE | UPF_NO_TXEN_TEST | UPF_IOREMAP,
++		.flags          = UPF_BOOT_AUTOCONF | UPF_FIXED_TYPE | UPF_IOREMAP,
+ 		.regshift       = 2,
+ 		.uartclk        = 24000000,
+ 		.type           = PORT_16550A,



More information about the lede-commits mailing list