Manually rebased patches:
  bcm27xx:
    patches-5.4/950-0267-xhci-add-quirk-for-host-controllers-that-don-t-updat.patch
  bcm53xx:
    patches-5.4/180-usb-xhci-add-support-for-performing-fake-doorbell.patch
  layerscape:
    patches-5.4/802-can-0025-can-flexcan-add-LPSR-mode-support-for-i.MX7D.patch
    patches-5.4/808-i2c-0002-MLK-10893-i2c-imx-add-irqf_no_suspend.patch
    patches-5.4/820-usb-0016-MLK-16735-usb-host-add-XHCI_CDNS_HOST-flag.patch
Removed since could be reverse-applied by quilt:
  mediatek:
    patches-5.4/0700-arm-dts-mt7623-add-missing-pause-for-switchport.patch
All modifications made by update_kernel.sh
Build system: x86_64
Build-tested: ipq806x/R7800, ath79/generic, bcm27xx/bcm2711, x86_64
Run-tested: ipq806x/R7800, x86_64
No dmesg regressions, everything functional
Signed-off-by: John Audia <graysky@archlinux.us>
Tested-by: Curtis Deptuck <curtdept@me.com> [x86_64]
Rebase of 802-can-0025-can-flexcan-add-LPSR-mode-support-for-i.MX7D.patch
Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
		
	
			
		
			
				
	
	
		
			26 lines
		
	
	
		
			935 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			935 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| From 66770a004afe10df11d3902e16eaa0c2c39436bb Mon Sep 17 00:00:00 2001
 | |
| From: Pawel Dembicki <paweldembicki@gmail.com>
 | |
| Date: Fri, 24 May 2019 17:56:19 +0200
 | |
| Subject: [PATCH] powerpc: Enable kernel XZ compression option on PPC_85xx
 | |
| 
 | |
| Enable kernel XZ compression option on PPC_85xx. Tested with
 | |
| simpleImage on TP-Link TL-WDR4900 (Freescale P1014 processor).
 | |
| 
 | |
| Suggested-by: Christian Lamparter <chunkeey@gmail.com>
 | |
| Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
 | |
| ---
 | |
|  arch/powerpc/Kconfig | 2 +-
 | |
|  1 file changed, 1 insertion(+), 1 deletion(-)
 | |
| 
 | |
| --- a/arch/powerpc/Kconfig
 | |
| +++ b/arch/powerpc/Kconfig
 | |
| @@ -205,7 +205,7 @@ config PPC
 | |
|  	select HAVE_KERNEL_GZIP
 | |
|  	select HAVE_KERNEL_LZMA			if DEFAULT_UIMAGE
 | |
|  	select HAVE_KERNEL_LZO			if DEFAULT_UIMAGE
 | |
| -	select HAVE_KERNEL_XZ			if PPC_BOOK3S || 44x
 | |
| +	select HAVE_KERNEL_XZ			if PPC_BOOK3S || 44x || PPC_85xx
 | |
|  	select HAVE_KPROBES
 | |
|  	select HAVE_KPROBES_ON_FTRACE
 | |
|  	select HAVE_KRETPROBES
 |