]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
platform: arm64: Add driver for EC found on Qualcomm reference devices
authorSibi Sankar <sibi.sankar@oss.qualcomm.com>
Mon, 11 May 2026 12:43:20 +0000 (18:13 +0530)
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Mon, 11 May 2026 13:46:36 +0000 (16:46 +0300)
commit5c44f48e91deefdd42e567a2779d331937c97cd0
treee05f87be35fceec98d1db0b4962c78c43ce49991
parent75c7d3d76b78b568969316224c8ae25c0224cc9a
platform: arm64: Add driver for EC found on Qualcomm reference devices

Add Embedded controller driver support for Hamoa/Purwa/Glymur qualcomm
reference boards. It handles fan control, temperature sensors, access
to EC state changes and supports reporting suspend entry/exit to the
EC.

Co-developed-by: Maya Matuszczyk <maccraft123mc@gmail.com>
Signed-off-by: Maya Matuszczyk <maccraft123mc@gmail.com>
Signed-off-by: Sibi Sankar <sibi.sankar@oss.qualcomm.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Acked-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Tested-by: Akhil P Oommen <akhilpo@oss.qualcomm.com>
Co-developed-by: Anvesh Jain P <anvesh.p@oss.qualcomm.com>
Signed-off-by: Anvesh Jain P <anvesh.p@oss.qualcomm.com>
Link: https://patch.msgid.link/20260511-add-driver-for-ec-v9-2-e5437c39b7f8@oss.qualcomm.com
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
MAINTAINERS
drivers/platform/arm64/Kconfig
drivers/platform/arm64/Makefile
drivers/platform/arm64/qcom-hamoa-ec.c [new file with mode: 0644]