kernel: bump 4.14 to 4.14.108
Refreshed all patches. Compile-tested on: cns3xxx, imx6 Runtime-tested on: cns3xxx, imx6 Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
This commit is contained in:
		| @@ -3,10 +3,10 @@ | |||||||
| LINUX_RELEASE?=1 | LINUX_RELEASE?=1 | ||||||
|  |  | ||||||
| LINUX_VERSION-4.9 = .165 | LINUX_VERSION-4.9 = .165 | ||||||
| LINUX_VERSION-4.14 = .107 | LINUX_VERSION-4.14 = .108 | ||||||
|  |  | ||||||
| LINUX_KERNEL_HASH-4.9.165 = 47a0916af54b37028417f365c8938477af00235f4f36c514e9375155772f043c | LINUX_KERNEL_HASH-4.9.165 = 47a0916af54b37028417f365c8938477af00235f4f36c514e9375155772f043c | ||||||
| LINUX_KERNEL_HASH-4.14.107 = e48d0f01468e399d03e443527fe7fa277d0bc46df4a66fad97df47ee1f9b4ef4 | LINUX_KERNEL_HASH-4.14.108 = b6e33c687f26cd13934f961f48985c17ab3fd0e09aae007a175e3bbf3a8ed454 | ||||||
|  |  | ||||||
| remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) | remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) | ||||||
| sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1))))))) | sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1))))))) | ||||||
|   | |||||||
| @@ -22,7 +22,7 @@ Signed-off-by: Adrian Panella <ianchi74@outlook.com> | |||||||
|  |  | ||||||
| --- a/arch/arm/Kconfig | --- a/arch/arm/Kconfig | ||||||
| +++ b/arch/arm/Kconfig | +++ b/arch/arm/Kconfig | ||||||
| @@ -1938,6 +1938,17 @@ config ARM_ATAG_DTB_COMPAT_CMDLINE_EXTEN | @@ -1939,6 +1939,17 @@ config ARM_ATAG_DTB_COMPAT_CMDLINE_EXTEN | ||||||
|  	  The command-line arguments provided by the boot loader will be |  	  The command-line arguments provided by the boot loader will be | ||||||
|  	  appended to the the device tree bootargs property. |  	  appended to the the device tree bootargs property. | ||||||
|   |   | ||||||
|   | |||||||
| @@ -19,7 +19,7 @@ Signed-off-by: Ezequiel Garcia <ezequiel.garcia <at> free-electrons.com> | |||||||
| --- | --- | ||||||
| --- a/drivers/net/ethernet/marvell/mv643xx_eth.c | --- a/drivers/net/ethernet/marvell/mv643xx_eth.c | ||||||
| +++ b/drivers/net/ethernet/marvell/mv643xx_eth.c | +++ b/drivers/net/ethernet/marvell/mv643xx_eth.c | ||||||
| @@ -3200,11 +3200,11 @@ static int mv643xx_eth_probe(struct plat | @@ -3205,11 +3205,11 @@ static int mv643xx_eth_probe(struct plat | ||||||
|  	dev->watchdog_timeo = 2 * HZ; |  	dev->watchdog_timeo = 2 * HZ; | ||||||
|  	dev->base_addr = 0; |  	dev->base_addr = 0; | ||||||
|   |   | ||||||
|   | |||||||
| @@ -28,7 +28,7 @@ Signed-off-by: Michael Gray <michael.gray@lantisproject.com> | |||||||
|  |  | ||||||
| --- a/arch/arm/Kconfig | --- a/arch/arm/Kconfig | ||||||
| +++ b/arch/arm/Kconfig | +++ b/arch/arm/Kconfig | ||||||
| @@ -1938,6 +1938,17 @@ config ARM_ATAG_DTB_COMPAT_CMDLINE_EXTEN | @@ -1939,6 +1939,17 @@ config ARM_ATAG_DTB_COMPAT_CMDLINE_EXTEN | ||||||
|  	  The command-line arguments provided by the boot loader will be |  	  The command-line arguments provided by the boot loader will be | ||||||
|  	  appended to the the device tree bootargs property. |  	  appended to the the device tree bootargs property. | ||||||
|   |   | ||||||
|   | |||||||
| @@ -22,7 +22,7 @@ Signed-off-by: Adrian Panella <ianchi74@outlook.com> | |||||||
|  |  | ||||||
| --- a/arch/arm/Kconfig | --- a/arch/arm/Kconfig | ||||||
| +++ b/arch/arm/Kconfig | +++ b/arch/arm/Kconfig | ||||||
| @@ -1938,6 +1938,17 @@ config ARM_ATAG_DTB_COMPAT_CMDLINE_EXTEN | @@ -1939,6 +1939,17 @@ config ARM_ATAG_DTB_COMPAT_CMDLINE_EXTEN | ||||||
|  	  The command-line arguments provided by the boot loader will be |  	  The command-line arguments provided by the boot loader will be | ||||||
|  	  appended to the the device tree bootargs property. |  	  appended to the the device tree bootargs property. | ||||||
|   |   | ||||||
|   | |||||||
| @@ -64,7 +64,7 @@ Signed-off-by: John Crispin <blogic@openwrt.org> | |||||||
|   |   | ||||||
|  #include <media/v4l2-common.h> |  #include <media/v4l2-common.h> | ||||||
|   |   | ||||||
| @@ -1093,9 +1098,149 @@ static void uvc_video_decode_data(struct | @@ -1101,9 +1106,149 @@ static void uvc_video_decode_data(struct | ||||||
|  	} |  	} | ||||||
|  } |  } | ||||||
|   |   | ||||||
| @@ -214,7 +214,7 @@ Signed-off-by: John Crispin <blogic@openwrt.org> | |||||||
|  	/* Mark the buffer as done if the EOF marker is set. */ |  	/* Mark the buffer as done if the EOF marker is set. */ | ||||||
|  	if (data[1] & UVC_STREAM_EOF && buf->bytesused != 0) { |  	if (data[1] & UVC_STREAM_EOF && buf->bytesused != 0) { | ||||||
|  		uvc_trace(UVC_TRACE_FRAME, "Frame complete (EOF found).\n"); |  		uvc_trace(UVC_TRACE_FRAME, "Frame complete (EOF found).\n"); | ||||||
| @@ -1510,6 +1655,8 @@ static int uvc_init_video_isoc(struct uv | @@ -1518,6 +1663,8 @@ static int uvc_init_video_isoc(struct uv | ||||||
|  	if (npackets == 0) |  	if (npackets == 0) | ||||||
|  		return -ENOMEM; |  		return -ENOMEM; | ||||||
|   |   | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Koen Vandeputte
					Koen Vandeputte