From: Fedora Kernel Team kernel-team@fedoraproject.org
Hi,
As part of the ongoing rebase effort, the following configuration options need to be reviewed.
As a reminder, the ARK configuration flow involves moving unreviewed configuration options from the pending directory to the ark directory. In the diff below, options are removed from the pending directory and added to the ark hierarchy. The final options that need to be ACKed are the files that are being added to the ark hierarchy.
If the value for a file that is added should be changed, please reply with a better option.
CONFIG_DRM_ANALOGIX_ANX7625:
ANX7625 is an ultra-low power 4K mobile HD transmitter designed for portable devices. It converts MIPI/DPI to DisplayPort1.3 4K.
Symbol: DRM_ANALOGIX_ANX7625 [=n] Type : tristate Defined at drivers/gpu/drm/bridge/analogix/Kconfig:29 Prompt: Analogix Anx7625 MIPI to DP interface support Depends on: HAS_IOMEM [=y] && DRM_BRIDGE [=y] && DRM [=m] && OF [=y] Location: -> Device Drivers -> Graphics support -> Display Interface Bridges
---
CONFIG_DRM_LONTIUM_LT9611UXC:
Driver for Lontium LT9611UXC DSI to HDMI bridge chip driver that converts dual DSI and I2S to HDMI signals Please say Y if you have such hardware.
Symbol: DRM_LONTIUM_LT9611UXC [=n] Type : tristate Defined at drivers/gpu/drm/bridge/Kconfig:64 Prompt: Lontium LT9611UXC DSI/HDMI bridge Depends on: HAS_IOMEM [=y] && DRM [=m] && DRM_BRIDGE [=y] && OF [=y] Location: -> Device Drivers -> Graphics support -> Display Interface Bridges Selects: SND_SOC_HDMI_CODEC [=n] && DRM_PANEL_BRIDGE [=y] && DRM_KMS_HELPER [=m] && REGMAP_I2C [=m]
---
CONFIG_DRM_PANEL_ABT_Y030XX067A:
Say Y here to enable support for the Asia Better Technology Ltd. Y030XX067A 320x480 3.0" panel as found in the YLM RG-280M, RG-300 and RG-99 handheld gaming consoles.
Symbol: DRM_PANEL_ABT_Y030XX067A [=n] Type : tristate Defined at drivers/gpu/drm/panel/Kconfig:11 Prompt: ABT Y030XX067A 320x480 LCD panel Depends on: HAS_IOMEM [=y] && DRM [=m] && DRM_PANEL [=y] && OF [=y] && SPI [=y] Location: -> Device Drivers -> Graphics support -> Display Panels Selects: REGMAP_SPI [=m]
---
Cc: David Airlie airlied@redhat.com Cc: Adam Jackson ajax@redhat.com Cc: Lyude Paul lyude@redhat.com Signed-off-by: Fedora Kernel Team kernel-team@fedoraproject.org --- .../generic/CONFIG_DRM_ANALOGIX_ANX7625 | 1 + .../generic/CONFIG_DRM_LONTIUM_LT9611UXC | 1 + .../generic/CONFIG_DRM_PANEL_ABT_Y030XX067A | 1 + .../generic/CONFIG_DRM_ANALOGIX_ANX7625 | 19 ----------------- .../generic/CONFIG_DRM_LONTIUM_LT9611UXC | 21 ------------------- .../generic/CONFIG_DRM_PANEL_ABT_Y030XX067A | 20 ------------------ 6 files changed, 3 insertions(+), 60 deletions(-) create mode 100644 redhat/configs/common/generic/CONFIG_DRM_ANALOGIX_ANX7625 create mode 100644 redhat/configs/common/generic/CONFIG_DRM_LONTIUM_LT9611UXC create mode 100644 redhat/configs/common/generic/CONFIG_DRM_PANEL_ABT_Y030XX067A delete mode 100644 redhat/configs/pending-common/generic/CONFIG_DRM_ANALOGIX_ANX7625 delete mode 100644 redhat/configs/pending-common/generic/CONFIG_DRM_LONTIUM_LT9611UXC delete mode 100644 redhat/configs/pending-common/generic/CONFIG_DRM_PANEL_ABT_Y030XX067A
diff --git a/redhat/configs/common/generic/CONFIG_DRM_ANALOGIX_ANX7625 b/redhat/configs/common/generic/CONFIG_DRM_ANALOGIX_ANX7625 new file mode 100644 index 000000000000..8399c28a8c18 --- /dev/null +++ b/redhat/configs/common/generic/CONFIG_DRM_ANALOGIX_ANX7625 @@ -0,0 +1 @@ +# CONFIG_DRM_ANALOGIX_ANX7625 is not set diff --git a/redhat/configs/common/generic/CONFIG_DRM_LONTIUM_LT9611UXC b/redhat/configs/common/generic/CONFIG_DRM_LONTIUM_LT9611UXC new file mode 100644 index 000000000000..d9827b457ccc --- /dev/null +++ b/redhat/configs/common/generic/CONFIG_DRM_LONTIUM_LT9611UXC @@ -0,0 +1 @@ +# CONFIG_DRM_LONTIUM_LT9611UXC is not set diff --git a/redhat/configs/common/generic/CONFIG_DRM_PANEL_ABT_Y030XX067A b/redhat/configs/common/generic/CONFIG_DRM_PANEL_ABT_Y030XX067A new file mode 100644 index 000000000000..9aea79539571 --- /dev/null +++ b/redhat/configs/common/generic/CONFIG_DRM_PANEL_ABT_Y030XX067A @@ -0,0 +1 @@ +# CONFIG_DRM_PANEL_ABT_Y030XX067A is not set diff --git a/redhat/configs/pending-common/generic/CONFIG_DRM_ANALOGIX_ANX7625 b/redhat/configs/pending-common/generic/CONFIG_DRM_ANALOGIX_ANX7625 deleted file mode 100644 index 23ed17e64cb7..000000000000 --- a/redhat/configs/pending-common/generic/CONFIG_DRM_ANALOGIX_ANX7625 +++ /dev/null @@ -1,19 +0,0 @@ -# CONFIG_DRM_ANALOGIX_ANX7625: -# -# ANX7625 is an ultra-low power 4K mobile HD transmitter -# designed for portable devices. It converts MIPI/DPI to -# DisplayPort1.3 4K. -# -# Symbol: DRM_ANALOGIX_ANX7625 [=n] -# Type : tristate -# Defined at drivers/gpu/drm/bridge/analogix/Kconfig:29 -# Prompt: Analogix Anx7625 MIPI to DP interface support -# Depends on: HAS_IOMEM [=y] && DRM_BRIDGE [=y] && DRM [=m] && OF [=y] -# Location: -# -> Device Drivers -# -> Graphics support -# -> Display Interface Bridges -# -# -# -# CONFIG_DRM_ANALOGIX_ANX7625 is not set diff --git a/redhat/configs/pending-common/generic/CONFIG_DRM_LONTIUM_LT9611UXC b/redhat/configs/pending-common/generic/CONFIG_DRM_LONTIUM_LT9611UXC deleted file mode 100644 index 1894f1299c0b..000000000000 --- a/redhat/configs/pending-common/generic/CONFIG_DRM_LONTIUM_LT9611UXC +++ /dev/null @@ -1,21 +0,0 @@ -# CONFIG_DRM_LONTIUM_LT9611UXC: -# -# Driver for Lontium LT9611UXC DSI to HDMI bridge -# chip driver that converts dual DSI and I2S to -# HDMI signals -# Please say Y if you have such hardware. -# -# Symbol: DRM_LONTIUM_LT9611UXC [=n] -# Type : tristate -# Defined at drivers/gpu/drm/bridge/Kconfig:64 -# Prompt: Lontium LT9611UXC DSI/HDMI bridge -# Depends on: HAS_IOMEM [=y] && DRM [=m] && DRM_BRIDGE [=y] && OF [=y] -# Location: -# -> Device Drivers -# -> Graphics support -# -> Display Interface Bridges -# Selects: SND_SOC_HDMI_CODEC [=n] && DRM_PANEL_BRIDGE [=y] && DRM_KMS_HELPER [=m] && REGMAP_I2C [=m] -# -# -# -# CONFIG_DRM_LONTIUM_LT9611UXC is not set diff --git a/redhat/configs/pending-common/generic/CONFIG_DRM_PANEL_ABT_Y030XX067A b/redhat/configs/pending-common/generic/CONFIG_DRM_PANEL_ABT_Y030XX067A deleted file mode 100644 index 43be934cc032..000000000000 --- a/redhat/configs/pending-common/generic/CONFIG_DRM_PANEL_ABT_Y030XX067A +++ /dev/null @@ -1,20 +0,0 @@ -# CONFIG_DRM_PANEL_ABT_Y030XX067A: -# -# Say Y here to enable support for the Asia Better Technology Ltd. -# Y030XX067A 320x480 3.0" panel as found in the YLM RG-280M, RG-300 -# and RG-99 handheld gaming consoles. -# -# Symbol: DRM_PANEL_ABT_Y030XX067A [=n] -# Type : tristate -# Defined at drivers/gpu/drm/panel/Kconfig:11 -# Prompt: ABT Y030XX067A 320x480 LCD panel -# Depends on: HAS_IOMEM [=y] && DRM [=m] && DRM_PANEL [=y] && OF [=y] && SPI [=y] -# Location: -# -> Device Drivers -# -> Graphics support -# -> Display Panels -# Selects: REGMAP_SPI [=m] -# -# -# -# CONFIG_DRM_PANEL_ABT_Y030XX067A is not set
I'm assuming I just respond to this?
Anyway-I guess N is fine for these, we can just change it to Y later if we end up trying to support fedora on any systems that use these
On Tue, 2020-12-15 at 13:04 +0000, GitLab Bridge on behalf of redhat-patchlab wrote:
From: Fedora Kernel Team kernel-team@fedoraproject.org
Hi,
As part of the ongoing rebase effort, the following configuration options need to be reviewed.
As a reminder, the ARK configuration flow involves moving unreviewed configuration options from the pending directory to the ark directory. In the diff below, options are removed from the pending directory and added to the ark hierarchy. The final options that need to be ACKed are the files that are being added to the ark hierarchy.
If the value for a file that is added should be changed, please reply with a better option.
CONFIG_DRM_ANALOGIX_ANX7625:
ANX7625 is an ultra-low power 4K mobile HD transmitter designed for portable devices. It converts MIPI/DPI to DisplayPort1.3 4K.
Symbol: DRM_ANALOGIX_ANX7625 [=n] Type : tristate Defined at drivers/gpu/drm/bridge/analogix/Kconfig:29 Prompt: Analogix Anx7625 MIPI to DP interface support Depends on: HAS_IOMEM [=y] && DRM_BRIDGE [=y] && DRM [=m] && OF [=y] Location: -> Device Drivers -> Graphics support -> Display Interface Bridges
CONFIG_DRM_LONTIUM_LT9611UXC:
Driver for Lontium LT9611UXC DSI to HDMI bridge chip driver that converts dual DSI and I2S to HDMI signals Please say Y if you have such hardware.
Symbol: DRM_LONTIUM_LT9611UXC [=n] Type : tristate Defined at drivers/gpu/drm/bridge/Kconfig:64 Prompt: Lontium LT9611UXC DSI/HDMI bridge Depends on: HAS_IOMEM [=y] && DRM [=m] && DRM_BRIDGE [=y] && OF [=y] Location: -> Device Drivers -> Graphics support -> Display Interface Bridges Selects: SND_SOC_HDMI_CODEC [=n] && DRM_PANEL_BRIDGE [=y] && DRM_KMS_HELPER [=m] && REGMAP_I2C [=m]
CONFIG_DRM_PANEL_ABT_Y030XX067A:
Say Y here to enable support for the Asia Better Technology Ltd. Y030XX067A 320x480 3.0" panel as found in the YLM RG-280M, RG-300 and RG-99 handheld gaming consoles.
Symbol: DRM_PANEL_ABT_Y030XX067A [=n] Type : tristate Defined at drivers/gpu/drm/panel/Kconfig:11 Prompt: ABT Y030XX067A 320x480 LCD panel Depends on: HAS_IOMEM [=y] && DRM [=m] && DRM_PANEL [=y] && OF [=y] && SPI [=y] Location: -> Device Drivers -> Graphics support -> Display Panels Selects: REGMAP_SPI [=m]
Cc: David Airlie airlied@redhat.com Cc: Adam Jackson ajax@redhat.com Cc: Lyude Paul lyude@redhat.com Signed-off-by: Fedora Kernel Team kernel-team@fedoraproject.org
.../generic/CONFIG_DRM_ANALOGIX_ANX7625 | 1 + .../generic/CONFIG_DRM_LONTIUM_LT9611UXC | 1 + .../generic/CONFIG_DRM_PANEL_ABT_Y030XX067A | 1 + .../generic/CONFIG_DRM_ANALOGIX_ANX7625 | 19 ----------------- .../generic/CONFIG_DRM_LONTIUM_LT9611UXC | 21 ------------------- .../generic/CONFIG_DRM_PANEL_ABT_Y030XX067A | 20 ------------------ 6 files changed, 3 insertions(+), 60 deletions(-) create mode 100644 redhat/configs/common/generic/CONFIG_DRM_ANALOGIX_ANX7625 create mode 100644 redhat/configs/common/generic/CONFIG_DRM_LONTIUM_LT9611UXC create mode 100644 redhat/configs/common/generic/CONFIG_DRM_PANEL_ABT_Y030XX067A delete mode 100644 redhat/configs/pending- common/generic/CONFIG_DRM_ANALOGIX_ANX7625 delete mode 100644 redhat/configs/pending- common/generic/CONFIG_DRM_LONTIUM_LT9611UXC delete mode 100644 redhat/configs/pending- common/generic/CONFIG_DRM_PANEL_ABT_Y030XX067A
diff --git a/redhat/configs/common/generic/CONFIG_DRM_ANALOGIX_ANX7625 b/redhat/configs/common/generic/CONFIG_DRM_ANALOGIX_ANX7625 new file mode 100644 index 000000000000..8399c28a8c18 --- /dev/null +++ b/redhat/configs/common/generic/CONFIG_DRM_ANALOGIX_ANX7625 @@ -0,0 +1 @@ +# CONFIG_DRM_ANALOGIX_ANX7625 is not set diff --git a/redhat/configs/common/generic/CONFIG_DRM_LONTIUM_LT9611UXC b/redhat/configs/common/generic/CONFIG_DRM_LONTIUM_LT9611UXC new file mode 100644 index 000000000000..d9827b457ccc --- /dev/null +++ b/redhat/configs/common/generic/CONFIG_DRM_LONTIUM_LT9611UXC @@ -0,0 +1 @@ +# CONFIG_DRM_LONTIUM_LT9611UXC is not set diff --git a/redhat/configs/common/generic/CONFIG_DRM_PANEL_ABT_Y030XX067A b/redhat/configs/common/generic/CONFIG_DRM_PANEL_ABT_Y030XX067A new file mode 100644 index 000000000000..9aea79539571 --- /dev/null +++ b/redhat/configs/common/generic/CONFIG_DRM_PANEL_ABT_Y030XX067A @@ -0,0 +1 @@ +# CONFIG_DRM_PANEL_ABT_Y030XX067A is not set diff --git a/redhat/configs/pending-common/generic/CONFIG_DRM_ANALOGIX_ANX7625 b/redhat/configs/pending-common/generic/CONFIG_DRM_ANALOGIX_ANX7625 deleted file mode 100644 index 23ed17e64cb7..000000000000 --- a/redhat/configs/pending-common/generic/CONFIG_DRM_ANALOGIX_ANX7625 +++ /dev/null @@ -1,19 +0,0 @@ -# CONFIG_DRM_ANALOGIX_ANX7625: -# -# ANX7625 is an ultra-low power 4K mobile HD transmitter -# designed for portable devices. It converts MIPI/DPI to -# DisplayPort1.3 4K. -# -# Symbol: DRM_ANALOGIX_ANX7625 [=n] -# Type : tristate -# Defined at drivers/gpu/drm/bridge/analogix/Kconfig:29 -# Prompt: Analogix Anx7625 MIPI to DP interface support -# Depends on: HAS_IOMEM [=y] && DRM_BRIDGE [=y] && DRM [=m] && OF [=y] -# Location: -# -> Device Drivers -# -> Graphics support -# -> Display Interface Bridges -# -# -# -# CONFIG_DRM_ANALOGIX_ANX7625 is not set diff --git a/redhat/configs/pending- common/generic/CONFIG_DRM_LONTIUM_LT9611UXC b/redhat/configs/pending- common/generic/CONFIG_DRM_LONTIUM_LT9611UXC deleted file mode 100644 index 1894f1299c0b..000000000000 --- a/redhat/configs/pending-common/generic/CONFIG_DRM_LONTIUM_LT9611UXC +++ /dev/null @@ -1,21 +0,0 @@ -# CONFIG_DRM_LONTIUM_LT9611UXC: -# -# Driver for Lontium LT9611UXC DSI to HDMI bridge -# chip driver that converts dual DSI and I2S to -# HDMI signals -# Please say Y if you have such hardware. -# -# Symbol: DRM_LONTIUM_LT9611UXC [=n] -# Type : tristate -# Defined at drivers/gpu/drm/bridge/Kconfig:64 -# Prompt: Lontium LT9611UXC DSI/HDMI bridge -# Depends on: HAS_IOMEM [=y] && DRM [=m] && DRM_BRIDGE [=y] && OF [=y] -# Location: -# -> Device Drivers -# -> Graphics support -# -> Display Interface Bridges -# Selects: SND_SOC_HDMI_CODEC [=n] && DRM_PANEL_BRIDGE [=y] && DRM_KMS_HELPER [=m] && REGMAP_I2C [=m] -# -# -# -# CONFIG_DRM_LONTIUM_LT9611UXC is not set diff --git a/redhat/configs/pending- common/generic/CONFIG_DRM_PANEL_ABT_Y030XX067A b/redhat/configs/pending- common/generic/CONFIG_DRM_PANEL_ABT_Y030XX067A deleted file mode 100644 index 43be934cc032..000000000000 --- a/redhat/configs/pending-common/generic/CONFIG_DRM_PANEL_ABT_Y030XX067A +++ /dev/null @@ -1,20 +0,0 @@ -# CONFIG_DRM_PANEL_ABT_Y030XX067A: -# -# Say Y here to enable support for the Asia Better Technology Ltd. -# Y030XX067A 320x480 3.0" panel as found in the YLM RG-280M, RG-300 -# and RG-99 handheld gaming consoles. -# -# Symbol: DRM_PANEL_ABT_Y030XX067A [=n] -# Type : tristate -# Defined at drivers/gpu/drm/panel/Kconfig:11 -# Prompt: ABT Y030XX067A 320x480 LCD panel -# Depends on: HAS_IOMEM [=y] && DRM [=m] && DRM_PANEL [=y] && OF [=y] && SPI [=y] -# Location: -# -> Device Drivers -# -> Graphics support -# -> Display Panels -# Selects: REGMAP_SPI [=m] -# -# -# -# CONFIG_DRM_PANEL_ABT_Y030XX067A is not set
From: CKI Bot on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/795#note_49172070...
Hi! This is the friendly CKI test bot.
It appears that you are not a member of redhat/red-hat-ci- tools/kernel/cki-runs/trusted-pipelines. This means that the CI pipeline on your MR will fail. As getting testing is important, I'll be responsible for testing your changes. After every MR change, I'll start a small testing pipeline and link it here so you can follow the results. I'll also create and link a pipeline for hardware testing that the reviewers can start to get extra test coverage.
From: CKI Bot on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/795#note_49172095...
Testing pipeline status: Basic testing pipeline:
https://gitlab.com/redhat/red-hat-ci-tools/kernel/cki- runs/external-pipelines/-/pipelines/245485932 - created :hourglass_flowing_sand:
From: Patrick Talbert on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/795#note_49172373...
This was merged manually: https://gitlab.com/cki-project/kernel- ark/-/commit/6c244db16856f5e677e70ea975022de3f0ed5c8f
kernel@lists.fedoraproject.org