Refresh patches. Remove upstreamed patch: generic/pending/181-net-usb-add-lte-modem-wistron-neweb-d18q1.patch Update patches that no longer applies: generic/hack/901-debloat_sock_diag.patch Compile-tested on: x86/64. Runtime-tested on: x86/64. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
		
			
				
	
	
		
			33 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Diff
		
	
	
	
	
	
From d975bd8976c4d19fbfbaafe269dd466e281a2e3e Mon Sep 17 00:00:00 2001
 | 
						|
From: Chunfeng Yun <chunfeng.yun@mediatek.com>
 | 
						|
Date: Fri, 13 Oct 2017 16:26:39 +0800
 | 
						|
Subject: [PATCH 132/224] usb: host: modify description for MTK xHCI config
 | 
						|
 | 
						|
Due to all MediaTek SoCs with xHCI host controller use this
 | 
						|
driver, remove limitation for specific SoCs
 | 
						|
 | 
						|
Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
 | 
						|
Acked-by: Mathias Nyman <mathias.nyman@linux.intel.com>
 | 
						|
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 | 
						|
---
 | 
						|
 drivers/usb/host/Kconfig | 4 ++--
 | 
						|
 1 file changed, 2 insertions(+), 2 deletions(-)
 | 
						|
 | 
						|
--- a/drivers/usb/host/Kconfig
 | 
						|
+++ b/drivers/usb/host/Kconfig
 | 
						|
@@ -45,12 +45,12 @@ config USB_XHCI_PLATFORM
 | 
						|
 	  If unsure, say N.
 | 
						|
 
 | 
						|
 config USB_XHCI_MTK
 | 
						|
-	tristate "xHCI support for Mediatek MT65xx/MT7621"
 | 
						|
+	tristate "xHCI support for MediaTek SoCs"
 | 
						|
 	select MFD_SYSCON
 | 
						|
 	depends on (MIPS && SOC_MT7621) || ARCH_MEDIATEK || COMPILE_TEST
 | 
						|
 	---help---
 | 
						|
 	  Say 'Y' to enable the support for the xHCI host controller
 | 
						|
-	  found in Mediatek MT65xx SoCs.
 | 
						|
+	  found in MediaTek SoCs.
 | 
						|
 	  If unsure, say N.
 | 
						|
 
 | 
						|
 config USB_XHCI_MVEBU
 |