[PATCH 0/3] drm_panel_follower support for RMI4

Konrad Dybcio posted 3 patches 2 weeks ago
.../devicetree/bindings/input/syna,rmi4.yaml       |   4 +
.../boot/dts/qcom/sdm845-sony-xperia-tama.dtsi     |   8 +-
drivers/input/rmi4/Kconfig                         |   1 +
drivers/input/rmi4/rmi_i2c.c                       | 170 ++++++++++++++++++---
4 files changed, 153 insertions(+), 30 deletions(-)
[PATCH 0/3] drm_panel_follower support for RMI4
Posted by Konrad Dybcio 2 weeks ago
RMI4 is often implemented on in-cell panels which require tight power
seqeuncing. The kernel way to approach that is the panel_follower API.

This series adds that in the RMI4 driver and wires it up on a
Snapdragon 845-based Sony Xperia XZ2, also resolving the DT warnings
stemming from the current hack.

Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
---
Konrad Dybcio (3):
      dt-bindings: input: syna,rmi4: Allow 'panel' property
      Input: synaptics-rmi4: Support drm_panel_follower
      arm64: dts: qcom: sdm845-tama: Declare touchscreen as a panel follower

 .../devicetree/bindings/input/syna,rmi4.yaml       |   4 +
 .../boot/dts/qcom/sdm845-sony-xperia-tama.dtsi     |   8 +-
 drivers/input/rmi4/Kconfig                         |   1 +
 drivers/input/rmi4/rmi_i2c.c                       | 170 ++++++++++++++++++---
 4 files changed, 153 insertions(+), 30 deletions(-)
---
base-commit: 944a035ecca915ae947905dcfb03f2b9dc6d032c
change-id: 20260911-topic-rmi4_panel_follower-6a83fb0009a6

Best regards,
--  
Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>