Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] ARM: davinci_all_defconfig: enable the current ST7586 symbol
@ 2026-08-14  7:56 Pengpeng Hou
  2026-08-14 12:37 ` David Lechner
  0 siblings, 1 reply; 2+ messages in thread
From: Pengpeng Hou @ 2026-08-14  7:56 UTC (permalink / raw)
  To: Bartosz Golaszewski, Russell King
  Cc: David Lechner, dri-devel, linux-arm-kernel, linux-kernel,
	Pengpeng Hou

The ST7586 DRM provider is now built by CONFIG_DRM_ST7586.
davinci_all_defconfig still enables the removed DRM_TINYDRM and
TINYDRM_ST7586 carrier symbols.

Replace those stale entries with the current provider symbol.

Assisted-by: Codex:gpt-5
Signed-off-by: Pengpeng Hou <pengpeng@iscas.ac.cn>
---
Changes since v1: https://lore.kernel.org/all/20260624082029.18675-1-pengpeng@iscas.ac.cn/
- no source-code changes
- rebase davinci_all_defconfig
- route the revision to DaVinci and ST7586 maintainers
- add the coding-assistant disclosure

The Kconfig/provider mapping was reviewed statically; no DaVinci kernel
build was performed.

 arch/arm/configs/davinci_all_defconfig | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/arch/arm/configs/davinci_all_defconfig b/arch/arm/configs/davinci_all_defconfig
index 72703ef0c51c..ac0029701283 100644
--- a/arch/arm/configs/davinci_all_defconfig
+++ b/arch/arm/configs/davinci_all_defconfig
@@ -144,8 +144,7 @@ CONFIG_VIDEO_ADV7343=m
 CONFIG_DRM=m
 CONFIG_DRM_TILCDC=m
 CONFIG_DRM_SIMPLE_BRIDGE=m
-CONFIG_DRM_TINYDRM=m
-CONFIG_TINYDRM_ST7586=m
+CONFIG_DRM_ST7586=m
 CONFIG_FB=y
 CONFIG_FB_DA8XX=y
 CONFIG_BACKLIGHT_PWM=m
-- 
2.50.1 (Apple Git-155)



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

* Re: [PATCH v2] ARM: davinci_all_defconfig: enable the current ST7586 symbol
  2026-08-14  7:56 [PATCH v2] ARM: davinci_all_defconfig: enable the current ST7586 symbol Pengpeng Hou
@ 2026-08-14 12:37 ` David Lechner
  0 siblings, 0 replies; 2+ messages in thread
From: David Lechner @ 2026-08-14 12:37 UTC (permalink / raw)
  To: Pengpeng Hou, Bartosz Golaszewski, Russell King
  Cc: dri-devel, linux-arm-kernel, linux-kernel

On 8/14/26 2:56 AM, Pengpeng Hou wrote:
> The ST7586 DRM provider is now built by CONFIG_DRM_ST7586.
> davinci_all_defconfig still enables the removed DRM_TINYDRM and
> TINYDRM_ST7586 carrier symbols.
> 
> Replace those stale entries with the current provider symbol.
> 
> Assisted-by: Codex:gpt-5

Probably deserves a fixes tag too. Can just reply with that rather
than sending a v2.

> Signed-off-by: Pengpeng Hou <pengpeng@iscas.ac.cn>
> ---
> Changes since v1: https://lore.kernel.org/all/20260624082029.18675-1-pengpeng@iscas.ac.cn/
> - no source-code changes
> - rebase davinci_all_defconfig
> - route the revision to DaVinci and ST7586 maintainers
> - add the coding-assistant disclosure
> 
> The Kconfig/provider mapping was reviewed statically; no DaVinci kernel
> build was performed.
> 
>  arch/arm/configs/davinci_all_defconfig | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/arch/arm/configs/davinci_all_defconfig b/arch/arm/configs/davinci_all_defconfig
> index 72703ef0c51c..ac0029701283 100644
> --- a/arch/arm/configs/davinci_all_defconfig
> +++ b/arch/arm/configs/davinci_all_defconfig
> @@ -144,8 +144,7 @@ CONFIG_VIDEO_ADV7343=m
>  CONFIG_DRM=m
>  CONFIG_DRM_TILCDC=m
>  CONFIG_DRM_SIMPLE_BRIDGE=m
> -CONFIG_DRM_TINYDRM=m
> -CONFIG_TINYDRM_ST7586=m
> +CONFIG_DRM_ST7586=m
>  CONFIG_FB=y
>  CONFIG_FB_DA8XX=y
>  CONFIG_BACKLIGHT_PWM=m

Reviewed-by: David Lechner <david@lechnology.com>


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

end of thread, other threads:[~2026-08-14 12:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-14  7:56 [PATCH v2] ARM: davinci_all_defconfig: enable the current ST7586 symbol Pengpeng Hou
2026-08-14 12:37 ` David Lechner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox