linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 6.12 1/2] arm64: defconfig: enable DRM_DISPLAY_CONNECTOR as a module
@ 2025-07-16 10:28 Macpaul Lin
  2025-07-16 10:28 ` [PATCH 6.12 2/2] arm64: defconfig: enable Maxim TCPCI driver Macpaul Lin
  0 siblings, 1 reply; 5+ messages in thread
From: Macpaul Lin @ 2025-07-16 10:28 UTC (permalink / raw)
  To: openembedded-core, patches, stable, Catalin Marinas, Will Deacon,
	Matthias Brugger, AngeloGioacchino Del Regno, Sasha Levin,
	Nícolas F . R . A . Prado, linux-arm-kernel, linux-kernel,
	linux-mediatek
  Cc: Bear Wang, Pablo Sun, Macpaul Lin, Macpaul Lin,
	MediaTek Chromebook Upstream, Dmitry Baryshkov, Neil Armstrong,
	Bjorn Andersson

From: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>

[ Upstream commit 691b5b53dbcc30bb3572cbb255374990723af0d2 ]

The display connector family of bridges is used on a plenty of ARM64
platforms (including, but not being limited to several Qualcomm Robotics
and Dragonboard platforms). It doesn't make sense for the DRM drivers to
select the driver, so select it via the defconfig.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20250214-arm64-display-connector-v1-1-306bca76316e@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
[ Backport to 6.12.y ]
Signed-off-by: Macpaul Lin <macpaul.lin@mediatek.com>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 7e475f38f3e1..219ef05ee5a7 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -911,6 +911,7 @@ CONFIG_DRM_PANEL_SAMSUNG_ATNA33XC20=m
 CONFIG_DRM_PANEL_SITRONIX_ST7703=m
 CONFIG_DRM_PANEL_TRULY_NT35597_WQXGA=m
 CONFIG_DRM_PANEL_VISIONOX_VTDR6130=m
+CONFIG_DRM_DISPLAY_CONNECTOR=m
 CONFIG_DRM_FSL_LDB=m
 CONFIG_DRM_LONTIUM_LT8912B=m
 CONFIG_DRM_LONTIUM_LT9611=m
-- 
2.45.2



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

* [PATCH 6.12 2/2] arm64: defconfig: enable Maxim TCPCI driver
  2025-07-16 10:28 [PATCH 6.12 1/2] arm64: defconfig: enable DRM_DISPLAY_CONNECTOR as a module Macpaul Lin
@ 2025-07-16 10:28 ` Macpaul Lin
  2025-07-16 10:30   ` Krzysztof Kozlowski
  0 siblings, 1 reply; 5+ messages in thread
From: Macpaul Lin @ 2025-07-16 10:28 UTC (permalink / raw)
  To: openembedded-core, patches, stable, Catalin Marinas, Will Deacon,
	Matthias Brugger, AngeloGioacchino Del Regno, Sasha Levin,
	Nícolas F . R . A . Prado, linux-arm-kernel, linux-kernel,
	linux-mediatek
  Cc: Bear Wang, Pablo Sun, Macpaul Lin, Macpaul Lin,
	MediaTek Chromebook Upstream, André Draszik, Peter Griffin,
	Krzysztof Kozlowski, Conor Dooley, Arnd Bergmann

From: André Draszik <andre.draszik@linaro.org>

[ Upstream commit d2ca319822e071423ab883bc8493053320b8e52c ]

Enable the Maxim max33359 as this is used by the gs101-oriole (Google
Pixel 6) board.

Reviewed-by: Peter Griffin <peter.griffin@linaro.org>
Signed-off-by: André Draszik <andre.draszik@linaro.org>
Link: https://lore.kernel.org/r/20241203-gs101-phy-lanes-orientation-dts-v2-1-1412783a6b01@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20241231131742.134329-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Macpaul Lin <macpaul.lin@mediatek.com>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index d2fdef159210..960fe7183539 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1123,6 +1123,7 @@ CONFIG_USB_MASS_STORAGE=m
 CONFIG_TYPEC=m
 CONFIG_TYPEC_TCPM=m
 CONFIG_TYPEC_TCPCI=m
+CONFIG_TYPEC_TCPCI_MAXIM=m
 CONFIG_TYPEC_FUSB302=m
 CONFIG_TYPEC_QCOM_PMIC=m
 CONFIG_TYPEC_UCSI=m
-- 
2.45.2



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

* Re: [PATCH 6.12 2/2] arm64: defconfig: enable Maxim TCPCI driver
  2025-07-16 10:28 ` [PATCH 6.12 2/2] arm64: defconfig: enable Maxim TCPCI driver Macpaul Lin
@ 2025-07-16 10:30   ` Krzysztof Kozlowski
  2025-07-16 11:09     ` Greg KH
  0 siblings, 1 reply; 5+ messages in thread
From: Krzysztof Kozlowski @ 2025-07-16 10:30 UTC (permalink / raw)
  To: Macpaul Lin, openembedded-core, patches, stable, Catalin Marinas,
	Will Deacon, Matthias Brugger, AngeloGioacchino Del Regno,
	Sasha Levin, Nícolas F . R . A . Prado, linux-arm-kernel,
	linux-kernel, linux-mediatek
  Cc: Bear Wang, Pablo Sun, Macpaul Lin, MediaTek Chromebook Upstream,
	André Draszik, Peter Griffin, Conor Dooley, Arnd Bergmann

On 16/07/2025 12:28, Macpaul Lin wrote:
> From: André Draszik <andre.draszik@linaro.org>
> 
> [ Upstream commit d2ca319822e071423ab883bc8493053320b8e52c ]
> 
> Enable the Maxim max33359 as this is used by the gs101-oriole (Google
> Pixel 6) board.
> 
> Reviewed-by: Peter Griffin <peter.griffin@linaro.org>
> Signed-off-by: André Draszik <andre.draszik@linaro.org>
> Link: https://lore.kernel.org/r/20241203-gs101-phy-lanes-orientation-dts-v2-1-1412783a6b01@linaro.org
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Acked-by: Conor Dooley <conor.dooley@microchip.com>
> Link: https://lore.kernel.org/r/20241231131742.134329-1-krzysztof.kozlowski@linaro.org
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> Signed-off-by: Macpaul Lin <macpaul.lin@mediatek.com>

No, that's not a fix.

Best regards,
Krzysztof


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

* Re: [PATCH 6.12 2/2] arm64: defconfig: enable Maxim TCPCI driver
  2025-07-16 10:30   ` Krzysztof Kozlowski
@ 2025-07-16 11:09     ` Greg KH
  2025-07-16 13:26       ` Macpaul Lin (林智斌)
  0 siblings, 1 reply; 5+ messages in thread
From: Greg KH @ 2025-07-16 11:09 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Macpaul Lin, openembedded-core, patches, stable, Catalin Marinas,
	Will Deacon, Matthias Brugger, AngeloGioacchino Del Regno,
	Sasha Levin, Nícolas F . R . A . Prado, linux-arm-kernel,
	linux-kernel, linux-mediatek, Bear Wang, Pablo Sun, Macpaul Lin,
	MediaTek Chromebook Upstream, André Draszik, Peter Griffin,
	Conor Dooley, Arnd Bergmann

On Wed, Jul 16, 2025 at 12:30:20PM +0200, Krzysztof Kozlowski wrote:
> On 16/07/2025 12:28, Macpaul Lin wrote:
> > From: André Draszik <andre.draszik@linaro.org>
> > 
> > [ Upstream commit d2ca319822e071423ab883bc8493053320b8e52c ]
> > 
> > Enable the Maxim max33359 as this is used by the gs101-oriole (Google
> > Pixel 6) board.
> > 
> > Reviewed-by: Peter Griffin <peter.griffin@linaro.org>
> > Signed-off-by: André Draszik <andre.draszik@linaro.org>
> > Link: https://lore.kernel.org/r/20241203-gs101-phy-lanes-orientation-dts-v2-1-1412783a6b01@linaro.org
> > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> > Acked-by: Conor Dooley <conor.dooley@microchip.com>
> > Link: https://lore.kernel.org/r/20241231131742.134329-1-krzysztof.kozlowski@linaro.org
> > Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> > Signed-off-by: Macpaul Lin <macpaul.lin@mediatek.com>
> 
> No, that's not a fix.

Yeah, defconfig changes don't really make sense for stable updates as
everyone already has a .config file for their systems by now for those
kernel versions, and changing the defconfig will not change anything for
anyone.

Sorry,

greg k-h


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

* Re: [PATCH 6.12 2/2] arm64: defconfig: enable Maxim TCPCI driver
  2025-07-16 11:09     ` Greg KH
@ 2025-07-16 13:26       ` Macpaul Lin (林智斌)
  0 siblings, 0 replies; 5+ messages in thread
From: Macpaul Lin (林智斌) @ 2025-07-16 13:26 UTC (permalink / raw)
  To: gregkh@linuxfoundation.org, krzysztof.kozlowski@linaro.org
  Cc: Pablo Sun (孫毓翔), patches@lists.linux.dev,
	stable@vger.kernel.org, AngeloGioacchino Del Regno,
	linux-kernel@vger.kernel.org, catalin.marinas@arm.com,
	Project_Global_Chrome_Upstream_Group,
	linux-mediatek@lists.infradead.org, peter.griffin@linaro.org,
	conor.dooley@microchip.com, arnd@arndb.de, will@kernel.org,
	macpaul@gmail.com, openembedded-core@lists.openembedded.org,
	Nicolas Prado, Bear Wang (萩原惟德),
	sashal@kernel.org, linux-arm-kernel@lists.infradead.org,
	matthias.bgg@gmail.com, andre.draszik@linaro.org

On Wed, 2025-07-16 at 13:09 +0200, Greg KH wrote:
> On Wed, Jul 16, 2025 at 12:30:20PM +0200, Krzysztof Kozlowski wrote:
> > On 16/07/2025 12:28, Macpaul Lin wrote:
> > > From: André Draszik <andre.draszik@linaro.org>
> > > 
> > > [ Upstream commit d2ca319822e071423ab883bc8493053320b8e52c ]
> > > 
> > > Enable the Maxim max33359 as this is used by the gs101-oriole
> > > (Google
> > > Pixel 6) board.
> > > 
> > > Reviewed-by: Peter Griffin <peter.griffin@linaro.org>
> > > Signed-off-by: André Draszik <andre.draszik@linaro.org>
> > > Link:
> > > https://lore.kernel.org/r/20241203-gs101-phy-lanes-orientation-dts-v2-1-1412783a6b01@linaro.org
> > > Signed-off-by: Krzysztof Kozlowski
> > > <krzysztof.kozlowski@linaro.org>
> > > Acked-by: Conor Dooley <conor.dooley@microchip.com>
> > > Link:
> > > https://lore.kernel.org/r/20241231131742.134329-1-krzysztof.kozlowski@linaro.org
> > > Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> > > Signed-off-by: Macpaul Lin <macpaul.lin@mediatek.com>
> > 
> > No, that's not a fix.
> 
> Yeah, defconfig changes don't really make sense for stable updates as
> everyone already has a .config file for their systems by now for
> those
> kernel versions, and changing the defconfig will not change anything
> for
> anyone.
> 
> Sorry,
> 
> greg k-h

Ah, I was doing backport for some kernel options and some dependencies
patches based on code diff. I forget to check if each intermediate
patch had a 'fixes' tag. Sorry for bothering.

Thanks
Macpaul Lin


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

end of thread, other threads:[~2025-07-16 13:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-16 10:28 [PATCH 6.12 1/2] arm64: defconfig: enable DRM_DISPLAY_CONNECTOR as a module Macpaul Lin
2025-07-16 10:28 ` [PATCH 6.12 2/2] arm64: defconfig: enable Maxim TCPCI driver Macpaul Lin
2025-07-16 10:30   ` Krzysztof Kozlowski
2025-07-16 11:09     ` Greg KH
2025-07-16 13:26       ` Macpaul Lin (林智斌)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).