All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/5] {linux, linux-headers}: bump 4.{4, 9, 14, 19}.x / 5.{4, 6, 7}.x series
@ 2020-06-07 15:06 Joris Offouga
  2020-06-07 15:06 ` [Buildroot] [PATCH 2/5] configs/imx7dpico: Bump Kernel version Joris Offouga
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Joris Offouga @ 2020-06-07 15:06 UTC (permalink / raw
  To: buildroot

Signed-off-by: Joris Offouga <offougajoris@gmail.com>
---
 linux/Config.in                      |  2 +-
 linux/linux.hash                     | 14 +++++++-------
 package/linux-headers/Config.in.host | 14 +++++++-------
 3 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/linux/Config.in b/linux/Config.in
index 2af3a00352..26ff0e9ea7 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -128,7 +128,7 @@ endif
 
 config BR2_LINUX_KERNEL_VERSION
 	string
-	default "5.7" if BR2_LINUX_KERNEL_LATEST_VERSION
+	default "5.7.1" if BR2_LINUX_KERNEL_LATEST_VERSION
 	default "4.19.118-cip25" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION
 	default "4.19.115-cip24-rt9" if BR2_LINUX_KERNEL_LATEST_CIP_RT_VERSION
 	default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \
diff --git a/linux/linux.hash b/linux/linux.hash
index 6462de8465..6cd249a281 100644
--- a/linux/linux.hash
+++ b/linux/linux.hash
@@ -1,13 +1,13 @@
 # From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
-sha256  de8163bb62f822d84f7a3983574ec460060bf013a78ff79cd7c979ff1ec1d7e0  linux-5.7.tar.xz
-sha256  65ab799393d490463c610270634874dfcb66440a312837d04b51bbb69323034e  linux-5.6.15.tar.xz
+sha256  40d318add8cefe3fdb26f19dac7386f5e7b63854ae021e593466902856ce9ded  linux-5.7.1.tar.xz
+sha256  25504b4de7baf912071d1ed40b13af0689305442b9dea9218fd096d8bd997cf7  linux-5.6.16.tar.xz
 sha256  1448334371fb52f511255726832464d33877a210a7350260fb18eb225ae211eb  linux-5.5.19.tar.xz
-sha256  2667b90a42d42557aca9e3d37bba1b4e71809b9523958e6870ada311c4790744  linux-5.4.43.tar.xz
+sha256  103f039f34a9009c42ea643b4f473bda6bb9607d5ad7f63b56b3e2351615fe2e  linux-5.4.45.tar.xz
 # From https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
-sha256  49474956a6149c16cbcba862d1f4db54835a32d336063c75094f669f1c34c65e  linux-4.4.225.tar.xz
-sha256  e547748c548b0f55f665bc78cfec322e7b96f41527b5e4b5d79430fdaa57c3e8  linux-4.9.225.tar.xz
-sha256  671d1f1d5ad0ae74fb21ee70a5544400e7d6270098d3f8b134484ded2c3e5b90  linux-4.14.182.tar.xz
-sha256  9843f40efb37491770688810d153d0779daed8eb097773a0de5abf2cb0d1bd7e  linux-4.19.125.tar.xz
+sha256  418299385195f09b27e371a35f305f3aff148e7557a341b53460091303aa9bb7  linux-4.4.226.tar.xz
+sha256  460a8c168fe5c60ce5b30015a4e4bf348d93a89f8b949de1f90779567ef345ca  linux-4.9.226.tar.xz
+sha256  4265afef56819b04656107a5abecde205c5bc5fb04b2e81447955e7e45db8085  linux-4.14.183.tar.xz
+sha256  82af886bc588b5c8d7474beb2bac13810ee3ed07da356a2553c81ae8e52e586f  linux-4.19.127.tar.xz
 # Locally computed
 sha256  ea53913813cb5a9069608532b327de7a7ed0fdc8fed8c6f10cd55d1ac6a58ffb  linux-cip-4.19.118-cip25.tar.gz
 sha256  7f0a0db0e1cfb14053523f4432f1ad1468b5bd42305b44905c4b103466c8d655  linux-cip-4.19.115-cip24-rt9.tar.gz
diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 2982f6374e..14cce317e3 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -342,14 +342,14 @@ endchoice
 
 config BR2_DEFAULT_KERNEL_HEADERS
 	string
-	default "4.4.225"	if BR2_KERNEL_HEADERS_4_4
-	default "4.9.225"	if BR2_KERNEL_HEADERS_4_9
-	default "4.14.182"	if BR2_KERNEL_HEADERS_4_14
-	default "4.19.125"	if BR2_KERNEL_HEADERS_4_19
-	default "5.4.43"	if BR2_KERNEL_HEADERS_5_4
+	default "4.4.226"	if BR2_KERNEL_HEADERS_4_4
+	default "4.9.226"	if BR2_KERNEL_HEADERS_4_9
+	default "4.14.183"	if BR2_KERNEL_HEADERS_4_14
+	default "4.19.127"	if BR2_KERNEL_HEADERS_4_19
+	default "5.4.45"	if BR2_KERNEL_HEADERS_5_4
 	default "5.5.19"	if BR2_KERNEL_HEADERS_5_5
-	default "5.6.15"	if BR2_KERNEL_HEADERS_5_6
-	default "5.7"		if BR2_KERNEL_HEADERS_5_7
+	default "5.6.16"	if BR2_KERNEL_HEADERS_5_6
+	default "5.7.1"		if BR2_KERNEL_HEADERS_5_7
 	default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
 	default "custom"	if BR2_KERNEL_HEADERS_CUSTOM_TARBALL
 	default BR2_KERNEL_HEADERS_CUSTOM_REPO_VERSION \
-- 
2.25.1

^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [Buildroot] [PATCH 2/5] configs/imx7dpico: Bump Kernel version
  2020-06-07 15:06 [Buildroot] [PATCH 1/5] {linux, linux-headers}: bump 4.{4, 9, 14, 19}.x / 5.{4, 6, 7}.x series Joris Offouga
@ 2020-06-07 15:06 ` Joris Offouga
  2020-06-07 19:58   ` Peter Korsgaard
  2020-06-07 15:06 ` [Buildroot] [PATCH 3/5] configs/warp7: " Joris Offouga
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 10+ messages in thread
From: Joris Offouga @ 2020-06-07 15:06 UTC (permalink / raw
  To: buildroot

Bump kernel to version 5.7.1

Signed-off-by: Joris Offouga <offougajoris@gmail.com>
---
 configs/imx7dpico_defconfig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configs/imx7dpico_defconfig b/configs/imx7dpico_defconfig
index b4a539b8e1..a3c2af1641 100644
--- a/configs/imx7dpico_defconfig
+++ b/configs/imx7dpico_defconfig
@@ -3,8 +3,8 @@ BR2_arm=y
 BR2_cortex_a7=y
 BR2_ARM_FPU_NEON_VFPV4=y
 
-# Linux headers same as kernel, a 5.6 series
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_6=y
+# Linux headers same as kernel, a 5.7 series
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_7=y
 
 # system
 BR2_TARGET_GENERIC_GETTY_PORT="ttymxc4"
@@ -12,7 +12,7 @@ BR2_TARGET_GENERIC_GETTY_PORT="ttymxc4"
 # kernel
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.6.3"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.7.1"
 BR2_LINUX_KERNEL_DEFCONFIG="imx_v6_v7"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx7d-pico-pi"
-- 
2.25.1

^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [Buildroot] [PATCH 3/5] configs/warp7: Bump Kernel version
  2020-06-07 15:06 [Buildroot] [PATCH 1/5] {linux, linux-headers}: bump 4.{4, 9, 14, 19}.x / 5.{4, 6, 7}.x series Joris Offouga
  2020-06-07 15:06 ` [Buildroot] [PATCH 2/5] configs/imx7dpico: Bump Kernel version Joris Offouga
@ 2020-06-07 15:06 ` Joris Offouga
  2020-06-07 19:58   ` Peter Korsgaard
  2020-06-07 15:06 ` [Buildroot] [PATCH 4/5] configs/stm32mp157a_dk1: Bump Kernel and U-Boot Joris Offouga
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 10+ messages in thread
From: Joris Offouga @ 2020-06-07 15:06 UTC (permalink / raw
  To: buildroot

Bump kernel to version 5.7.1

Signed-off-by: Joris Offouga <offougajoris@gmail.com>
---
 configs/warp7_defconfig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configs/warp7_defconfig b/configs/warp7_defconfig
index 0f5c7a3d88..41511c1b55 100644
--- a/configs/warp7_defconfig
+++ b/configs/warp7_defconfig
@@ -3,8 +3,8 @@ BR2_arm=y
 BR2_cortex_a7=y
 BR2_ARM_FPU_NEON_VFPV4=y
 
-# Linux headers same as kernel, a 5.6 series
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_6=y
+# Linux headers same as kernel, a 5.7 series
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_7=y
 
 # system
 BR2_TARGET_GENERIC_GETTY_PORT="ttymxc0"
@@ -15,7 +15,7 @@ BR2_ROOTFS_OVERLAY="board/warp7/rootfs_overlay"
 # Kernel
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.6.3"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.7.1"
 BR2_LINUX_KERNEL_DEFCONFIG="imx_v6_v7"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx7s-warp"
-- 
2.25.1

^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [Buildroot] [PATCH 4/5] configs/stm32mp157a_dk1: Bump Kernel and U-Boot
  2020-06-07 15:06 [Buildroot] [PATCH 1/5] {linux, linux-headers}: bump 4.{4, 9, 14, 19}.x / 5.{4, 6, 7}.x series Joris Offouga
  2020-06-07 15:06 ` [Buildroot] [PATCH 2/5] configs/imx7dpico: Bump Kernel version Joris Offouga
  2020-06-07 15:06 ` [Buildroot] [PATCH 3/5] configs/warp7: " Joris Offouga
@ 2020-06-07 15:06 ` Joris Offouga
  2020-06-07 19:59   ` Peter Korsgaard
  2020-06-07 15:06 ` [Buildroot] [PATCH 5/5] configs/stm32mp157c_dk2: " Joris Offouga
  2020-06-07 19:58 ` [Buildroot] [PATCH 1/5] {linux, linux-headers}: bump 4.{4, 9, 14, 19}.x / 5.{4, 6, 7}.x series Peter Korsgaard
  4 siblings, 1 reply; 10+ messages in thread
From: Joris Offouga @ 2020-06-07 15:06 UTC (permalink / raw
  To: buildroot

Bump kernel to version 5.7.1 and U-Boot to 2020.04

Signed-off-by: Joris Offouga <offougajoris@gmail.com>
---
 configs/stm32mp157a_dk1_defconfig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configs/stm32mp157a_dk1_defconfig b/configs/stm32mp157a_dk1_defconfig
index 81404d2f01..ad1040890f 100644
--- a/configs/stm32mp157a_dk1_defconfig
+++ b/configs/stm32mp157a_dk1_defconfig
@@ -1,12 +1,12 @@
 BR2_arm=y
 BR2_cortex_a7=y
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_4=y
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_7=y
 BR2_ROOTFS_OVERLAY="board/stmicroelectronics/stm32mp157a-dk1/overlay/"
 BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
 BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/stmicroelectronics/common/stm32mp157/genimage.cfg"
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.4.26"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.7.1"
 BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
 BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/stmicroelectronics/stm32mp157a-dk1/linux.config"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
@@ -20,7 +20,7 @@ BR2_TARGET_ROOTFS_EXT2_MKFS_OPTIONS="-O ^metadata_csum"
 BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
 BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2020.01"
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2020.04"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="stm32mp15_basic"
 BR2_TARGET_UBOOT_CONFIG_FRAGMENT_FILES="board/stmicroelectronics/stm32mp157a-dk1/uboot-fragment.config"
 # BR2_TARGET_UBOOT_FORMAT_BIN is not set
-- 
2.25.1

^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [Buildroot] [PATCH 5/5] configs/stm32mp157c_dk2: Bump Kernel and U-Boot
  2020-06-07 15:06 [Buildroot] [PATCH 1/5] {linux, linux-headers}: bump 4.{4, 9, 14, 19}.x / 5.{4, 6, 7}.x series Joris Offouga
                   ` (2 preceding siblings ...)
  2020-06-07 15:06 ` [Buildroot] [PATCH 4/5] configs/stm32mp157a_dk1: Bump Kernel and U-Boot Joris Offouga
@ 2020-06-07 15:06 ` Joris Offouga
  2020-06-07 19:59   ` Peter Korsgaard
  2020-06-07 19:58 ` [Buildroot] [PATCH 1/5] {linux, linux-headers}: bump 4.{4, 9, 14, 19}.x / 5.{4, 6, 7}.x series Peter Korsgaard
  4 siblings, 1 reply; 10+ messages in thread
From: Joris Offouga @ 2020-06-07 15:06 UTC (permalink / raw
  To: buildroot

Bump kernel to version 5.7.1 and U-Boot to 2020.04

Signed-off-by: Joris Offouga <offougajoris@gmail.com>
---
 configs/stm32mp157c_dk2_defconfig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configs/stm32mp157c_dk2_defconfig b/configs/stm32mp157c_dk2_defconfig
index d38fa5bab4..ca72049cb2 100644
--- a/configs/stm32mp157c_dk2_defconfig
+++ b/configs/stm32mp157c_dk2_defconfig
@@ -1,12 +1,12 @@
 BR2_arm=y
 BR2_cortex_a7=y
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_4=y
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_7=y
 BR2_ROOTFS_OVERLAY="board/stmicroelectronics/stm32mp157c-dk2/overlay/"
 BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
 BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/stmicroelectronics/common/stm32mp157/genimage.cfg"
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.4.26"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.7.1"
 BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
 BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/stmicroelectronics/stm32mp157c-dk2/linux.config"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
@@ -20,7 +20,7 @@ BR2_TARGET_ROOTFS_EXT2_MKFS_OPTIONS="-O ^metadata_csum"
 BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
 BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2020.01"
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2020.04"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="stm32mp15_basic"
 BR2_TARGET_UBOOT_CONFIG_FRAGMENT_FILES="board/stmicroelectronics/stm32mp157c-dk2/uboot-fragment.config"
 # BR2_TARGET_UBOOT_FORMAT_BIN is not set
-- 
2.25.1

^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [Buildroot] [PATCH 1/5] {linux, linux-headers}: bump 4.{4, 9, 14, 19}.x / 5.{4, 6, 7}.x series
  2020-06-07 15:06 [Buildroot] [PATCH 1/5] {linux, linux-headers}: bump 4.{4, 9, 14, 19}.x / 5.{4, 6, 7}.x series Joris Offouga
                   ` (3 preceding siblings ...)
  2020-06-07 15:06 ` [Buildroot] [PATCH 5/5] configs/stm32mp157c_dk2: " Joris Offouga
@ 2020-06-07 19:58 ` Peter Korsgaard
  4 siblings, 0 replies; 10+ messages in thread
From: Peter Korsgaard @ 2020-06-07 19:58 UTC (permalink / raw
  To: buildroot

>>>>> "Joris" == Joris Offouga <offougajoris@gmail.com> writes:

 > Signed-off-by: Joris Offouga <offougajoris@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Buildroot] [PATCH 2/5] configs/imx7dpico: Bump Kernel version
  2020-06-07 15:06 ` [Buildroot] [PATCH 2/5] configs/imx7dpico: Bump Kernel version Joris Offouga
@ 2020-06-07 19:58   ` Peter Korsgaard
  0 siblings, 0 replies; 10+ messages in thread
From: Peter Korsgaard @ 2020-06-07 19:58 UTC (permalink / raw
  To: buildroot

>>>>> "Joris" == Joris Offouga <offougajoris@gmail.com> writes:

 > Bump kernel to version 5.7.1
 > Signed-off-by: Joris Offouga <offougajoris@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Buildroot] [PATCH 3/5] configs/warp7: Bump Kernel version
  2020-06-07 15:06 ` [Buildroot] [PATCH 3/5] configs/warp7: " Joris Offouga
@ 2020-06-07 19:58   ` Peter Korsgaard
  0 siblings, 0 replies; 10+ messages in thread
From: Peter Korsgaard @ 2020-06-07 19:58 UTC (permalink / raw
  To: buildroot

>>>>> "Joris" == Joris Offouga <offougajoris@gmail.com> writes:

 > Bump kernel to version 5.7.1
 > Signed-off-by: Joris Offouga <offougajoris@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Buildroot] [PATCH 4/5] configs/stm32mp157a_dk1: Bump Kernel and U-Boot
  2020-06-07 15:06 ` [Buildroot] [PATCH 4/5] configs/stm32mp157a_dk1: Bump Kernel and U-Boot Joris Offouga
@ 2020-06-07 19:59   ` Peter Korsgaard
  0 siblings, 0 replies; 10+ messages in thread
From: Peter Korsgaard @ 2020-06-07 19:59 UTC (permalink / raw
  To: buildroot

>>>>> "Joris" == Joris Offouga <offougajoris@gmail.com> writes:

 > Bump kernel to version 5.7.1 and U-Boot to 2020.04
 > Signed-off-by: Joris Offouga <offougajoris@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Buildroot] [PATCH 5/5] configs/stm32mp157c_dk2: Bump Kernel and U-Boot
  2020-06-07 15:06 ` [Buildroot] [PATCH 5/5] configs/stm32mp157c_dk2: " Joris Offouga
@ 2020-06-07 19:59   ` Peter Korsgaard
  0 siblings, 0 replies; 10+ messages in thread
From: Peter Korsgaard @ 2020-06-07 19:59 UTC (permalink / raw
  To: buildroot

>>>>> "Joris" == Joris Offouga <offougajoris@gmail.com> writes:

 > Bump kernel to version 5.7.1 and U-Boot to 2020.04
 > Signed-off-by: Joris Offouga <offougajoris@gmail.com>

Committed to 2020.02.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2020-06-07 19:59 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-07 15:06 [Buildroot] [PATCH 1/5] {linux, linux-headers}: bump 4.{4, 9, 14, 19}.x / 5.{4, 6, 7}.x series Joris Offouga
2020-06-07 15:06 ` [Buildroot] [PATCH 2/5] configs/imx7dpico: Bump Kernel version Joris Offouga
2020-06-07 19:58   ` Peter Korsgaard
2020-06-07 15:06 ` [Buildroot] [PATCH 3/5] configs/warp7: " Joris Offouga
2020-06-07 19:58   ` Peter Korsgaard
2020-06-07 15:06 ` [Buildroot] [PATCH 4/5] configs/stm32mp157a_dk1: Bump Kernel and U-Boot Joris Offouga
2020-06-07 19:59   ` Peter Korsgaard
2020-06-07 15:06 ` [Buildroot] [PATCH 5/5] configs/stm32mp157c_dk2: " Joris Offouga
2020-06-07 19:59   ` Peter Korsgaard
2020-06-07 19:58 ` [Buildroot] [PATCH 1/5] {linux, linux-headers}: bump 4.{4, 9, 14, 19}.x / 5.{4, 6, 7}.x series Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.