[PATCH 0/3] AW8695 haptic driver.
From: Griffin Kroah-Hartman
Date: Mon Sep 14 2026 - 13:22:03 EST
Clean-up of the aw8695 haptic driver patchset that was sent in 2022.
Variables dependant on devicetree have been hardcoded, and unnecessary
functions have been removed.
Signed-off-by: Griffin Kroah-Hartman <griffin.kroah@xxxxxxxxxxxxx>
Signed-off-by: Luca Weiss <luca.weiss@xxxxxxxxxxxxx>
---
Griffin Kroah-Hartman (1):
dt-bindings: input: Add compatibility for Awinic AW8695
Luca Weiss (2):
Input - aw8695: Add driver for AW8695 haptics
arm64: dts: qcom: sm7225-fairphone-fp4: Add AW8695 haptics
.../devicetree/bindings/input/awinic,aw86927.yaml | 1 +
arch/arm64/boot/dts/qcom/sm7225-fairphone-fp4.dts | 26 +-
drivers/input/misc/Kconfig | 11 +
drivers/input/misc/Makefile | 1 +
drivers/input/misc/aw8695.c | 753 +++++++++++++++++++++
5 files changed, 791 insertions(+), 1 deletion(-)
---
base-commit: 5e036ce12de91c6fd674dad33b169c6150be2a7a
change-id: 20260716-aw8695_haptic_fp4_driver-397431e97638
Best regards,
--
Griffin Kroah-Hartman <griffin.kroah@xxxxxxxxxxxxx>