All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: defconfig: Enable EC drivers for Qualcomm-based laptops
@ 2025-11-19  8:24 Krzysztof Kozlowski
  2025-11-19  8:58 ` Dmitry Baryshkov
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2025-11-19  8:24 UTC (permalink / raw)
  To: Bjorn Andersson, Konrad Dybcio, linux-arm-msm, linux-kernel
  Cc: Krzysztof Kozlowski

Enable the drivers for Embedded Controllers present on laptops with
Qualcomm SoCs: Acer Aspire 1, Huawei Matebook E Go, Lenovo Yoga C630 and
Lenovo Thinkpad T14s.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 arch/arm64/configs/defconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 8d6a1bb1e03e..7030b27528c6 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1383,6 +1383,10 @@ CONFIG_CROS_EC_RPMSG=m
 CONFIG_CROS_EC_SPI=y
 CONFIG_CROS_KBD_LED_BACKLIGHT=m
 CONFIG_CROS_EC_CHARDEV=m
+CONFIG_EC_ACER_ASPIRE1=m
+CONFIG_EC_HUAWEI_GAOKUN=m
+CONFIG_EC_LENOVO_YOGA_C630=m
+CONFIG_EC_LENOVO_THINKPAD_T14S=m
 CONFIG_COMMON_CLK_RK808=y
 CONFIG_COMMON_CLK_SCMI=y
 CONFIG_COMMON_CLK_SCPI=y
-- 
2.48.1


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

* Re: [PATCH] arm64: defconfig: Enable EC drivers for Qualcomm-based laptops
  2025-11-19  8:24 [PATCH] arm64: defconfig: Enable EC drivers for Qualcomm-based laptops Krzysztof Kozlowski
@ 2025-11-19  8:58 ` Dmitry Baryshkov
  2025-11-19  9:00 ` Neil Armstrong
  2026-01-05 14:07 ` Bjorn Andersson
  2 siblings, 0 replies; 4+ messages in thread
From: Dmitry Baryshkov @ 2025-11-19  8:58 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Bjorn Andersson, Konrad Dybcio, linux-arm-msm, linux-kernel

On Wed, Nov 19, 2025 at 09:24:09AM +0100, Krzysztof Kozlowski wrote:
> Enable the drivers for Embedded Controllers present on laptops with
> Qualcomm SoCs: Acer Aspire 1, Huawei Matebook E Go, Lenovo Yoga C630 and
> Lenovo Thinkpad T14s.
> 
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> ---
>  arch/arm64/configs/defconfig | 4 ++++
>  1 file changed, 4 insertions(+)

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>


-- 
With best wishes
Dmitry

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

* Re: [PATCH] arm64: defconfig: Enable EC drivers for Qualcomm-based laptops
  2025-11-19  8:24 [PATCH] arm64: defconfig: Enable EC drivers for Qualcomm-based laptops Krzysztof Kozlowski
  2025-11-19  8:58 ` Dmitry Baryshkov
@ 2025-11-19  9:00 ` Neil Armstrong
  2026-01-05 14:07 ` Bjorn Andersson
  2 siblings, 0 replies; 4+ messages in thread
From: Neil Armstrong @ 2025-11-19  9:00 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Bjorn Andersson, Konrad Dybcio,
	linux-arm-msm, linux-kernel

On 11/19/25 09:24, Krzysztof Kozlowski wrote:
> Enable the drivers for Embedded Controllers present on laptops with
> Qualcomm SoCs: Acer Aspire 1, Huawei Matebook E Go, Lenovo Yoga C630 and
> Lenovo Thinkpad T14s.
> 
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> ---
>   arch/arm64/configs/defconfig | 4 ++++
>   1 file changed, 4 insertions(+)
> 
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index 8d6a1bb1e03e..7030b27528c6 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -1383,6 +1383,10 @@ CONFIG_CROS_EC_RPMSG=m
>   CONFIG_CROS_EC_SPI=y
>   CONFIG_CROS_KBD_LED_BACKLIGHT=m
>   CONFIG_CROS_EC_CHARDEV=m
> +CONFIG_EC_ACER_ASPIRE1=m
> +CONFIG_EC_HUAWEI_GAOKUN=m
> +CONFIG_EC_LENOVO_YOGA_C630=m
> +CONFIG_EC_LENOVO_THINKPAD_T14S=m
>   CONFIG_COMMON_CLK_RK808=y
>   CONFIG_COMMON_CLK_SCMI=y
>   CONFIG_COMMON_CLK_SCPI=y

Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>

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

* Re: [PATCH] arm64: defconfig: Enable EC drivers for Qualcomm-based laptops
  2025-11-19  8:24 [PATCH] arm64: defconfig: Enable EC drivers for Qualcomm-based laptops Krzysztof Kozlowski
  2025-11-19  8:58 ` Dmitry Baryshkov
  2025-11-19  9:00 ` Neil Armstrong
@ 2026-01-05 14:07 ` Bjorn Andersson
  2 siblings, 0 replies; 4+ messages in thread
From: Bjorn Andersson @ 2026-01-05 14:07 UTC (permalink / raw)
  To: Konrad Dybcio, linux-arm-msm, linux-kernel, Krzysztof Kozlowski


On Wed, 19 Nov 2025 09:24:09 +0100, Krzysztof Kozlowski wrote:
> Enable the drivers for Embedded Controllers present on laptops with
> Qualcomm SoCs: Acer Aspire 1, Huawei Matebook E Go, Lenovo Yoga C630 and
> Lenovo Thinkpad T14s.
> 
> 

Applied, thanks!

[1/1] arm64: defconfig: Enable EC drivers for Qualcomm-based laptops
      commit: 9f262627a90c3af102e066ad922e966d9f6fa24b

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>

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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-19  8:24 [PATCH] arm64: defconfig: Enable EC drivers for Qualcomm-based laptops Krzysztof Kozlowski
2025-11-19  8:58 ` Dmitry Baryshkov
2025-11-19  9:00 ` Neil Armstrong
2026-01-05 14:07 ` Bjorn Andersson

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.