Browse Source

kernel: bump 5.10 to 5.10.74

Patches automatically refreshed.

Signed-off-by: Rui Salvaterra <[email protected]>
Rui Salvaterra 4 years ago
parent
commit
72e53eb133
18 changed files with 19 additions and 19 deletions
  1. 2 2
      include/kernel-version.mk
  2. 1 1
      target/linux/ath79/patches-5.10/0032-MIPS-ath79-sanitize-symbols.patch
  3. 1 1
      target/linux/bcm27xx/patches-5.10/950-0110-MAINTAINERS-Add-entry-for-BCM2835-Unicam-driver.patch
  4. 1 1
      target/linux/bcm27xx/patches-5.10/950-0199-media-dt-bindings-media-Add-binding-for-the-Raspberr.patch
  5. 1 1
      target/linux/bcm27xx/patches-5.10/950-0209-media-bcm2835-unicam-Driver-for-CCP2-CSI2-camera-int.patch
  6. 1 1
      target/linux/bcm27xx/patches-5.10/950-0264-media-bcm2835-unicam-Driver-for-CCP2-CSI2-camera-int.patch
  7. 1 1
      target/linux/bcm27xx/patches-5.10/950-0323-media-i2c-Add-driver-for-Sony-IMX477-sensor.patch
  8. 1 1
      target/linux/bcm27xx/patches-5.10/950-0345-staging-vc04_services-ISP-Add-a-more-complex-ISP-pro.patch
  9. 1 1
      target/linux/bcm27xx/patches-5.10/950-0657-Documentation-devicetree-Add-documentation-for-imx37.patch
  10. 1 1
      target/linux/bcm27xx/patches-5.10/950-0709-drm-Add-GUD-USB-Display-driver.patch
  11. 1 1
      target/linux/bcm63xx/patches-5.10/322-MIPS-BCM63XX-switch-to-IRQ_DOMAIN.patch
  12. 1 1
      target/linux/bmips/patches-5.10/001-v5.11-mips-bmips-select-ARCH_HAS_RESET_CONTROLLER.patch
  13. 1 1
      target/linux/bmips/patches-5.10/202-mips-bmips-disable-ARCH_HAS_SYNC_DMA_FOR_CPU_ALL.patch
  14. 1 1
      target/linux/bmips/patches-5.10/600-mips-bmips-add-pci-support.patch
  15. 1 1
      target/linux/generic/hack-5.10/661-use_fq_codel_by_default.patch
  16. 1 1
      target/linux/lantiq/patches-5.10/0152-lantiq-VPE.patch
  17. 1 1
      target/linux/mediatek/patches-5.10/910-dts-mt7622-bpi-r64-wifi-eeprom.patch
  18. 1 1
      target/linux/realtek/patches-5.10/300-mips-add-rtl838x-platform.patch

+ 2 - 2
include/kernel-version.mk

@@ -7,10 +7,10 @@ ifdef CONFIG_TESTING_KERNEL
 endif
 
 LINUX_VERSION-5.4 = .155
-LINUX_VERSION-5.10 = .73
+LINUX_VERSION-5.10 = .74
 
 LINUX_KERNEL_HASH-5.4.155 = cc0c0f902748d251cb22d0e69e3b8d260c447eb0072ef853da15da6cce775038
-LINUX_KERNEL_HASH-5.10.73 = edb228032b23efa14077a68d968bc5b0d4026c1d1ef8bb958547a87ccb030e76
+LINUX_KERNEL_HASH-5.10.74 = 5755a6487018399812238205aba73a2693b0f9f3cd73d7cf1ce4d5436c3de1b0
 
 remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
 sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))

+ 1 - 1
target/linux/ath79/patches-5.10/0032-MIPS-ath79-sanitize-symbols.patch

@@ -15,7 +15,7 @@ Signed-off-by: John Crispin <[email protected]>
 
 --- a/arch/mips/Kconfig
 +++ b/arch/mips/Kconfig
-@@ -243,6 +243,8 @@ config ATH79
+@@ -245,6 +245,8 @@ config ATH79
  	select SYS_SUPPORTS_BIG_ENDIAN
  	select SYS_SUPPORTS_MIPS16
  	select SYS_SUPPORTS_ZBOOT_UART_PROM

+ 1 - 1
target/linux/bcm27xx/patches-5.10/950-0110-MAINTAINERS-Add-entry-for-BCM2835-Unicam-driver.patch

@@ -12,7 +12,7 @@ Signed-off-by: Dave Stevenson <[email protected]>
 
 --- a/MAINTAINERS
 +++ b/MAINTAINERS
-@@ -3417,6 +3417,13 @@ N:	bcm113*
+@@ -3418,6 +3418,13 @@ N:	bcm113*
  N:	bcm216*
  N:	kona
  

+ 1 - 1
target/linux/bcm27xx/patches-5.10/950-0199-media-dt-bindings-media-Add-binding-for-the-Raspberr.patch

@@ -90,7 +90,7 @@ Signed-off-by: Dave Stevenson <[email protected]>
 +...
 --- a/MAINTAINERS
 +++ b/MAINTAINERS
-@@ -3417,6 +3417,13 @@ N:	bcm113*
+@@ -3418,6 +3418,13 @@ N:	bcm113*
  N:	bcm216*
  N:	kona
  

+ 1 - 1
target/linux/bcm27xx/patches-5.10/950-0209-media-bcm2835-unicam-Driver-for-CCP2-CSI2-camera-int.patch

@@ -28,7 +28,7 @@ Signed-off-by: Naushir Patuck <[email protected]>
 
 --- a/MAINTAINERS
 +++ b/MAINTAINERS
-@@ -3425,7 +3425,7 @@ F:	Documentation/devicetree/bindings/med
+@@ -3426,7 +3426,7 @@ F:	Documentation/devicetree/bindings/med
  F:	drivers/staging/media/rpivid
  
  BROADCOM BCM2835 CAMERA DRIVER

+ 1 - 1
target/linux/bcm27xx/patches-5.10/950-0264-media-bcm2835-unicam-Driver-for-CCP2-CSI2-camera-int.patch

@@ -31,7 +31,7 @@ Reported-by: kbuild test robot <[email protected]>
 
 --- a/MAINTAINERS
 +++ b/MAINTAINERS
-@@ -3429,7 +3429,7 @@ M:	Raspberry Pi Kernel Maintenance <kern
+@@ -3430,7 +3430,7 @@ M:	Raspberry Pi Kernel Maintenance <kern
  L:	[email protected]
  S:	Maintained
  F:	drivers/media/platform/bcm2835/

+ 1 - 1
target/linux/bcm27xx/patches-5.10/950-0323-media-i2c-Add-driver-for-Sony-IMX477-sensor.patch

@@ -25,7 +25,7 @@ Signed-off-by: Naushir Patuck <[email protected]>
 
 --- a/MAINTAINERS
 +++ b/MAINTAINERS
-@@ -16346,6 +16346,14 @@ S:	Maintained
+@@ -16347,6 +16347,14 @@ S:	Maintained
  T:	git git://linuxtv.org/media_tree.git
  F:	drivers/media/i2c/imx355.c
  

+ 1 - 1
target/linux/bcm27xx/patches-5.10/950-0345-staging-vc04_services-ISP-Add-a-more-complex-ISP-pro.patch

@@ -35,7 +35,7 @@ Signed-off-by: Naushir Patuck <[email protected]>
 
 --- a/MAINTAINERS
 +++ b/MAINTAINERS
-@@ -3431,6 +3431,15 @@ S:	Maintained
+@@ -3432,6 +3432,15 @@ S:	Maintained
  F:	drivers/media/platform/bcm2835/
  F:	Documentation/devicetree/bindings/media/brcm,bcm2835-unicam.yaml
  

+ 1 - 1
target/linux/bcm27xx/patches-5.10/950-0657-Documentation-devicetree-Add-documentation-for-imx37.patch

@@ -132,7 +132,7 @@ Signed-off-by: David Plowman <[email protected]>
 +...
 --- a/MAINTAINERS
 +++ b/MAINTAINERS
-@@ -16360,6 +16360,7 @@ M:	Raspberry Pi Kernel Maintenance <kern
+@@ -16361,6 +16361,7 @@ M:	Raspberry Pi Kernel Maintenance <kern
  L:	[email protected]
  S:	Maintained
  T:	git git://linuxtv.org/media_tree.git

+ 1 - 1
target/linux/bcm27xx/patches-5.10/950-0709-drm-Add-GUD-USB-Display-driver.patch

@@ -161,7 +161,7 @@ Signed-off-by: Noralf Trønnes <[email protected]>
 
 --- a/MAINTAINERS
 +++ b/MAINTAINERS
-@@ -5525,6 +5525,14 @@ S:	Maintained
+@@ -5526,6 +5526,14 @@ S:	Maintained
  F:	Documentation/devicetree/bindings/display/panel/feiyang,fy07024di26a30d.yaml
  F:	drivers/gpu/drm/panel/panel-feiyang-fy07024di26a30d.c
  

+ 1 - 1
target/linux/bcm63xx/patches-5.10/322-MIPS-BCM63XX-switch-to-IRQ_DOMAIN.patch

@@ -14,7 +14,7 @@ Signed-off-by: Jonas Gorski <[email protected]>
 
 --- a/arch/mips/Kconfig
 +++ b/arch/mips/Kconfig
-@@ -317,6 +317,9 @@ config BCM63XX
+@@ -319,6 +319,9 @@ config BCM63XX
  	select SYNC_R4K
  	select DMA_NONCOHERENT
  	select IRQ_MIPS_CPU

+ 1 - 1
target/linux/bmips/patches-5.10/001-v5.11-mips-bmips-select-ARCH_HAS_RESET_CONTROLLER.patch

@@ -17,7 +17,7 @@ Signed-off-by: Thomas Bogendoerfer <[email protected]>
 
 --- a/arch/mips/Kconfig
 +++ b/arch/mips/Kconfig
-@@ -250,6 +250,7 @@ config ATH79
+@@ -252,6 +252,7 @@ config ATH79
  
  config BMIPS_GENERIC
  	bool "Broadcom Generic BMIPS kernel"

+ 1 - 1
target/linux/bmips/patches-5.10/202-mips-bmips-disable-ARCH_HAS_SYNC_DMA_FOR_CPU_ALL.patch

@@ -52,7 +52,7 @@ Signed-off-by: Álvaro Fernández Rojas <[email protected]>
 
 --- a/arch/mips/Kconfig
 +++ b/arch/mips/Kconfig
-@@ -251,7 +251,6 @@ config ATH79
+@@ -253,7 +253,6 @@ config ATH79
  config BMIPS_GENERIC
  	bool "Broadcom Generic BMIPS kernel"
  	select ARCH_HAS_RESET_CONTROLLER

+ 1 - 1
target/linux/bmips/patches-5.10/600-mips-bmips-add-pci-support.patch

@@ -1,6 +1,6 @@
 --- a/arch/mips/Kconfig
 +++ b/arch/mips/Kconfig
-@@ -263,6 +263,7 @@ config BMIPS_GENERIC
+@@ -265,6 +265,7 @@ config BMIPS_GENERIC
  	select BCM7038_L1_IRQ
  	select BCM7120_L2_IRQ
  	select BRCMSTB_L2_IRQ

+ 1 - 1
target/linux/generic/hack-5.10/661-use_fq_codel_by_default.patch

@@ -44,7 +44,7 @@ Signed-off-by: Felix Fietkau <[email protected]>
  	  device, it has to decide which ones to send first, which ones to
 --- a/net/sched/sch_api.c
 +++ b/net/sched/sch_api.c
-@@ -2282,7 +2282,7 @@ static int __init pktsched_init(void)
+@@ -2288,7 +2288,7 @@ static int __init pktsched_init(void)
  		return err;
  	}
  

+ 1 - 1
target/linux/lantiq/patches-5.10/0152-lantiq-VPE.patch

@@ -1,6 +1,6 @@
 --- a/arch/mips/Kconfig
 +++ b/arch/mips/Kconfig
-@@ -2428,6 +2428,12 @@ config MIPS_VPE_LOADER
+@@ -2430,6 +2430,12 @@ config MIPS_VPE_LOADER
  	  Includes a loader for loading an elf relocatable object
  	  onto another VPE and running it.
  

+ 1 - 1
target/linux/mediatek/patches-5.10/910-dts-mt7622-bpi-r64-wifi-eeprom.patch

@@ -1,6 +1,6 @@
 --- a/arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts
 +++ b/arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts
-@@ -636,5 +636,28 @@
+@@ -628,5 +628,28 @@
  };
  
  &wmac {

+ 1 - 1
target/linux/realtek/patches-5.10/300-mips-add-rtl838x-platform.patch

@@ -10,7 +10,7 @@
  platform-$(CONFIG_SGI_IP28)		+= sgi-ip22/
 --- a/arch/mips/Kconfig
 +++ b/arch/mips/Kconfig
-@@ -627,6 +627,26 @@ config RALINK
+@@ -629,6 +629,26 @@ config RALINK
  	select ARCH_HAS_RESET_CONTROLLER
  	select RESET_CONTROLLER