Refreshed all patches Dropped upstreamed patches: 522-PCI-aardvark-fix-logic-in-PCI-configuration-read-write-functions.patch 523-PCI-aardvark-set-PIO_ADDR_LS-correctly-in-advk_pcie_rd_conf.patch 525-PCI-aardvark-use-isr1-instead-of-isr0-interrupt-in-legacy-irq-mode.patch 527-PCI-aardvark-fix-PCIe-max-read-request-size-setting.patch updated patches: 524-PCI-aardvark-set-host-and-device-to-the-same-MAX-payload-size.patch 030-USB-serial-option-fix-dwm-158-3g-modem-interface.patch Added new ARM64 symbol: CONFIG_ARM64_ERRATUM_1024718 Compile-tested on: cns3xxx, imx6, mvebu (arm64), x86_64 Runtime-tested on: cns3xxx, imx6, x86_64 Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
		
			
				
	
	
		
			22 lines
		
	
	
		
			700 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			700 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
From 58812f6d0f1e11b03ed266038ed3b7274ab6f121 Mon Sep 17 00:00:00 2001
 | 
						|
From: John Crispin <john@phrozen.org>
 | 
						|
Date: Tue, 6 Mar 2018 09:26:32 +0100
 | 
						|
Subject: [PATCH 01/27] tty: serial: drop QCA pecific SoC symbols
 | 
						|
 | 
						|
Signed-off-by: John Crispin <john@phrozen.org>
 | 
						|
---
 | 
						|
 drivers/tty/serial/Kconfig | 2 +-
 | 
						|
 1 file changed, 1 insertion(+), 1 deletion(-)
 | 
						|
 | 
						|
--- a/drivers/tty/serial/Kconfig
 | 
						|
+++ b/drivers/tty/serial/Kconfig
 | 
						|
@@ -1463,7 +1463,7 @@ config SERIAL_XILINX_PS_UART_CONSOLE
 | 
						|
 
 | 
						|
 config SERIAL_AR933X
 | 
						|
 	tristate "AR933X serial port support"
 | 
						|
-	depends on HAVE_CLK && SOC_AR933X
 | 
						|
+	depends on HAVE_CLK && ATH79
 | 
						|
 	select SERIAL_CORE
 | 
						|
 	help
 | 
						|
 	  If you have an Atheros AR933X SOC based board and want to use the
 |