[PATCH v2 0/3] Add support for Awinic AW86938 haptic driver

From: Griffin Kroah-Hartman

Date: Wed Jan 28 2026 - 11:01:39 EST


Add devicetree bindings and a driver for the AW86938 haptic driver chip,
and add it to the devicetree for the Fairphone 6 smartphone.

This driver is very similar to the AW86927, and shares many core
features.

Signed-off-by: Griffin Kroah-Hartman <griffin.kroah@xxxxxxxxxxxxx>
---
Changes in v2:
- Added AW86938 specific registers
- Added chip model enum to differentiate chips
- Link to v1: https://lore.kernel.org/r/20251204-aw86938-driver-v1-0-ebd71868df3a@xxxxxxxxxxxxx

---
Griffin Kroah-Hartman (3):
dt-bindings: input: awinic,aw86927: Add Awinic AW86938
Input: aw86938 - add driver for Awinic AW86938
arm64: dts: qcom: milos-fairphone-fp6: Add vibrator support

.../devicetree/bindings/input/awinic,aw86927.yaml | 4 +-
arch/arm64/boot/dts/qcom/milos-fairphone-fp6.dts | 19 ++++++-
drivers/input/misc/aw86927.c | 65 ++++++++++++++++++----
3 files changed, 74 insertions(+), 14 deletions(-)
---
base-commit: 0364de6be161e2360cbb1f26d5aff5b343ef7bb0
change-id: 20251113-aw86938-driver-b4fa0d3228a2

Best regards,
--
Griffin Kroah-Hartman <griffin.kroah@xxxxxxxxxxxxx>