[Armadeus-commitlog] armadeus branch, master, updated. armadeus-7.0-356-g3e5ccd4ff
Brought to you by:
sszy
|
From: sszy <ss...@us...> - 2023-01-12 18:21:32
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 3e5ccd4ffc6c8b26710858a65a867d8f031b874b (commit)
via 8dd71146f0bf6c82593b2efe81a81efc426b18e3 (commit)
via c3e12ffb5c80f7483b92d915e7c22cea1db78ca2 (commit)
from 7facb5263a494c4975abb8d6ec9eb4725a53e9a2 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 3e5ccd4ffc6c8b26710858a65a867d8f031b874b
Author: Sébastien Szymanski <seb...@ar...>
Date: Thu Jan 12 19:14:02 2023 +0100
[LINUX] 5.10: Set connector type for Armadeus ST0700 Adapt panel
commit 8dd71146f0bf6c82593b2efe81a81efc426b18e3
Author: Sébastien Szymanski <seb...@ar...>
Date: Thu Jan 12 19:11:50 2023 +0100
[LINUX] opos6ul: 5.10: disable CONFIG_PROVE_LOCKING and CONFIG_RCU_TRACE
commit c3e12ffb5c80f7483b92d915e7c22cea1db78ca2
Author: Sébastien Szymanski <seb...@ar...>
Date: Thu Jan 12 18:19:27 2023 +0100
[BUILDROOT] opos6ul{,nano,sp}: bump kernel to 5.10.162
-----------------------------------------------------------------------
Summary of changes:
buildroot/configs/opos6ul_defconfig | 2 +-
buildroot/configs/opos6ulnano_defconfig | 6 ++--
buildroot/configs/opos6ulsp_defconfig | 6 ++--
.../armadeus/opos6ul/opos6ul-linux-5.10.config | 4 +--
.../opos6ulnano/opos6ulnano-linux-5.10.config | 1 +
.../armadeus/opos6ulsp/opos6ulsp-linux-5.10.config | 1 +
...dts-opos6ulspdev-properly-mux-tampers-pin.patch | 0
...et-connector-type-for-Armadeus-ST0700-Ada.patch | 33 ++++++++++++++++++++
...0819-ARM-dts-opos6ulsp-set-pwm-cells-to-2.patch | 36 ++++++++++++++++++++++
9 files changed, 80 insertions(+), 9 deletions(-)
create mode 120000 buildroot/target/device/armadeus/opos6ulnano/opos6ulnano-linux-5.10.config
create mode 120000 buildroot/target/device/armadeus/opos6ulsp/opos6ulsp-linux-5.10.config
copy patches/linux/{4.19 => 5.10}/0807-armadeus-dts-opos6ulspdev-properly-mux-tampers-pin.patch (100%)
create mode 100644 patches/linux/5.10/0818-drm-panel-Set-connector-type-for-Armadeus-ST0700-Ada.patch
create mode 100644 patches/linux/5.10/0819-ARM-dts-opos6ulsp-set-pwm-cells-to-2.patch
diff --git a/buildroot/configs/opos6ul_defconfig b/buildroot/configs/opos6ul_defconfig
index 7ef6f9547..ab9323064 100644
--- a/buildroot/configs/opos6ul_defconfig
+++ b/buildroot/configs/opos6ul_defconfig
@@ -23,7 +23,7 @@ BR2_CPU_NAME="imx6ul"
BR2_TARGET_ARMADEUS_SDRAM_SIZE="256"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.10.45"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.10.162"
BR2_LINUX_KERNEL_PATCH="$(TOPDIR)/../patches/linux/5.10"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(BR2_BOARD_PATH)/$(BR2_BOARD_NAME)-linux-5.10.config"
diff --git a/buildroot/configs/opos6ulnano_defconfig b/buildroot/configs/opos6ulnano_defconfig
index 815bc35e5..1dd2d3727 100644
--- a/buildroot/configs/opos6ulnano_defconfig
+++ b/buildroot/configs/opos6ulnano_defconfig
@@ -23,10 +23,10 @@ BR2_CPU_NAME="imx6ul"
BR2_TARGET_ARMADEUS_SDRAM_SIZE="256"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.19.227"
-BR2_LINUX_KERNEL_PATCH="$(TOPDIR)/../patches/linux/4.19"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.10.162"
+BR2_LINUX_KERNEL_PATCH="$(TOPDIR)/../patches/linux/5.10"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
-BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(BR2_BOARD_PATH)/$(BR2_BOARD_NAME)-linux-4.19.config"
+BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(BR2_BOARD_PATH)/$(BR2_BOARD_NAME)-linux-5.10.config"
BR2_LINUX_KERNEL_DTS_SUPPORT=y
BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6ul-opos6ulnanodev imx6ull-opos6ulnanodev"
BR2_LINUX_KERNEL_INSTALL_TARGET=y
diff --git a/buildroot/configs/opos6ulsp_defconfig b/buildroot/configs/opos6ulsp_defconfig
index 9d704813f..3b25fe2ea 100644
--- a/buildroot/configs/opos6ulsp_defconfig
+++ b/buildroot/configs/opos6ulsp_defconfig
@@ -24,10 +24,10 @@ BR2_CPU_NAME="imx6ul"
BR2_TARGET_ARMADEUS_SDRAM_SIZE="256"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.19.227"
-BR2_LINUX_KERNEL_PATCH="$(TOPDIR)/../patches/linux/4.19"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.10.162"
+BR2_LINUX_KERNEL_PATCH="$(TOPDIR)/../patches/linux/5.10"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
-BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(BR2_BOARD_PATH)/$(BR2_BOARD_NAME)-linux-4.19.config"
+BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(BR2_BOARD_PATH)/$(BR2_BOARD_NAME)-linux-5.10.config"
BR2_LINUX_KERNEL_DTS_SUPPORT=y
BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6ul-opos6ulspdev imx6ull-opos6ulspdev"
BR2_LINUX_KERNEL_INSTALL_TARGET=y
diff --git a/buildroot/target/device/armadeus/opos6ul/opos6ul-linux-5.10.config b/buildroot/target/device/armadeus/opos6ul/opos6ul-linux-5.10.config
index 17d30e979..f7b6610f4 100644
--- a/buildroot/target/device/armadeus/opos6ul/opos6ul-linux-5.10.config
+++ b/buildroot/target/device/armadeus/opos6ul/opos6ul-linux-5.10.config
@@ -9,6 +9,7 @@ CONFIG_CGROUPS=y
CONFIG_RELAY=y
CONFIG_BLK_DEV_INITRD=y
CONFIG_EXPERT=y
+CONFIG_KALLSYMS_ALL=y
CONFIG_PERF_EVENTS=y
# CONFIG_SLUB_DEBUG is not set
# CONFIG_COMPAT_BRK is not set
@@ -613,6 +614,5 @@ CONFIG_PRINTK_TIME=y
CONFIG_MAGIC_SYSRQ=y
CONFIG_DEBUG_FS=y
# CONFIG_SCHED_DEBUG is not set
-CONFIG_PROVE_LOCKING=y
-CONFIG_RCU_TRACE=y
+CONFIG_STACKTRACE=y
# CONFIG_FTRACE is not set
diff --git a/buildroot/target/device/armadeus/opos6ulnano/opos6ulnano-linux-5.10.config b/buildroot/target/device/armadeus/opos6ulnano/opos6ulnano-linux-5.10.config
new file mode 120000
index 000000000..98fc71fe5
--- /dev/null
+++ b/buildroot/target/device/armadeus/opos6ulnano/opos6ulnano-linux-5.10.config
@@ -0,0 +1 @@
+../opos6ul/opos6ul-linux-5.10.config
\ No newline at end of file
diff --git a/buildroot/target/device/armadeus/opos6ulsp/opos6ulsp-linux-5.10.config b/buildroot/target/device/armadeus/opos6ulsp/opos6ulsp-linux-5.10.config
new file mode 120000
index 000000000..98fc71fe5
--- /dev/null
+++ b/buildroot/target/device/armadeus/opos6ulsp/opos6ulsp-linux-5.10.config
@@ -0,0 +1 @@
+../opos6ul/opos6ul-linux-5.10.config
\ No newline at end of file
diff --git a/patches/linux/4.19/0807-armadeus-dts-opos6ulspdev-properly-mux-tampers-pin.patch b/patches/linux/5.10/0807-armadeus-dts-opos6ulspdev-properly-mux-tampers-pin.patch
similarity index 100%
copy from patches/linux/4.19/0807-armadeus-dts-opos6ulspdev-properly-mux-tampers-pin.patch
copy to patches/linux/5.10/0807-armadeus-dts-opos6ulspdev-properly-mux-tampers-pin.patch
diff --git a/patches/linux/5.10/0818-drm-panel-Set-connector-type-for-Armadeus-ST0700-Ada.patch b/patches/linux/5.10/0818-drm-panel-Set-connector-type-for-Armadeus-ST0700-Ada.patch
new file mode 100644
index 000000000..14d126c6a
--- /dev/null
+++ b/patches/linux/5.10/0818-drm-panel-Set-connector-type-for-Armadeus-ST0700-Ada.patch
@@ -0,0 +1,33 @@
+From 4f6aea2b9e5036924d2d52a352ccd8acf246aa63 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?S=C3=A9bastien=20Szymanski?=
+ <seb...@ar...>
+Date: Thu, 12 Jan 2023 15:31:11 +0100
+Subject: [PATCH 1/1] drm: panel: Set connector type for Armadeus ST0700 Adapt
+ panel
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+The Armadeus ST0700 Adapt is a DPI panel, set the connector type
+accordingly.
+
+Signed-off-by: Sébastien Szymanski <seb...@ar...>
+---
+ drivers/gpu/drm/panel/panel-simple.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/drivers/gpu/drm/panel/panel-simple.c b/drivers/gpu/drm/panel/panel-simple.c
+index 8a3b685c2fcc..22c579d79d01 100644
+--- a/drivers/gpu/drm/panel/panel-simple.c
++++ b/drivers/gpu/drm/panel/panel-simple.c
+@@ -843,6 +843,7 @@ static const struct panel_desc armadeus_st0700_adapt = {
+ },
+ .bus_format = MEDIA_BUS_FMT_RGB666_1X18,
+ .bus_flags = DRM_BUS_FLAG_DE_HIGH | DRM_BUS_FLAG_PIXDATA_SAMPLE_NEGEDGE,
++ .connector_type = DRM_MODE_CONNECTOR_DPI,
+ };
+
+ static const struct drm_display_mode auo_b101aw03_mode = {
+--
+2.38.2
+
diff --git a/patches/linux/5.10/0819-ARM-dts-opos6ulsp-set-pwm-cells-to-2.patch b/patches/linux/5.10/0819-ARM-dts-opos6ulsp-set-pwm-cells-to-2.patch
new file mode 100644
index 000000000..5a0ae7634
--- /dev/null
+++ b/patches/linux/5.10/0819-ARM-dts-opos6ulsp-set-pwm-cells-to-2.patch
@@ -0,0 +1,36 @@
+From 30a768c4e2e5012b5cd7ca7b58d7346806174ce1 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?S=C3=A9bastien=20Szymanski?=
+ <seb...@ar...>
+Date: Thu, 12 Jan 2023 17:45:51 +0100
+Subject: [PATCH 819/819] ARM: dts: opos6ulsp: set #pwm-cells to 2
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Sébastien Szymanski <seb...@ar...>
+---
+ arch/arm/boot/dts/imx6ul-imx6ull-opos6ulspdev.dtsi | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/arch/arm/boot/dts/imx6ul-imx6ull-opos6ulspdev.dtsi b/arch/arm/boot/dts/imx6ul-imx6ull-opos6ulspdev.dtsi
+index 720708f66484..892954cf9798 100644
+--- a/arch/arm/boot/dts/imx6ul-imx6ull-opos6ulspdev.dtsi
++++ b/arch/arm/boot/dts/imx6ul-imx6ull-opos6ulspdev.dtsi
+@@ -146,12 +146,14 @@ LQ043 {
+ };
+
+ &pwm6 {
++ #pwm-cells = <2>;
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_pwm6>;
+ status = "okay";
+ };
+
+ &pwm7 {
++ #pwm-cells = <2>;
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_pwm7>;
+ status = "okay";
+--
+2.38.2
+
hooks/post-receive
--
armadeus
|