Linux Input/HID development
 help / color / mirror / Atom feed
* [PATCH 0/3] Add Himax hx83112b touchscreen driver
@ 2022-10-11 19:07 Job Noorman
  2022-10-11 19:08 ` [PATCH 1/3] dt-bindings: touchscreen: add Himax hx83112b bindings Job Noorman
  2022-10-11 19:08 ` [PATCH 2/3] Input: add driver for Himax hx83112b touchscreen devices Job Noorman
  0 siblings, 2 replies; 4+ messages in thread
From: Job Noorman @ 2022-10-11 19:07 UTC (permalink / raw)
  To: Dmitry Torokhov, Rob Herring, Krzysztof Kozlowski, Andy Gross,
	Bjorn Andersson, Konrad Dybcio, Henrik Rydberg
  Cc: Luca Weiss, linux-input, devicetree, linux-kernel, linux-arm-msm

This series adds support for the Himax hx83112b. The hx83112b supports 10
point multitouch with hardware tracking of touch points. It is the
touchschreen used by the Fairphone 3.

Note that a datasheet was unavailable for this device, so it was built
based on the Android driver that was tagged as GPLv2. This series is a
complete rewrite, though, and the code bears no resemblence to the original
implementation.

It is expected that this driver can be made to work on other hx83xxx
devices, especially the hx83112a used in the Fairphone 4. However, since we
have been unable to verify this, this driver only declares compatibility
with the hx83112b and uses very specific file names.

Job Noorman (3):
  dt-bindings: touchscreen: add Himax hx83112b bindings
  Input: add driver for Himax hx83112b touchscreen devices
  arm64: dts: qcom: sdm632: fairphone-fp3: add touchscreen

 .../input/touchscreen/himax,hx83112b.yaml     |  59 +++
 MAINTAINERS                                   |   7 +
 .../boot/dts/qcom/sdm632-fairphone-fp3.dts    |  14 +
 drivers/input/touchscreen/Kconfig             |  11 +
 drivers/input/touchscreen/Makefile            |   1 +
 drivers/input/touchscreen/himax_hx83112b.c    | 376 ++++++++++++++++++
 6 files changed, 468 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/input/touchscreen/himax,hx83112b.yaml
 create mode 100644 drivers/input/touchscreen/himax_hx83112b.c

--
2.38.0



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

end of thread, other threads:[~2022-10-12  0:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-11 19:07 [PATCH 0/3] Add Himax hx83112b touchscreen driver Job Noorman
2022-10-11 19:08 ` [PATCH 1/3] dt-bindings: touchscreen: add Himax hx83112b bindings Job Noorman
2022-10-12  0:01   ` Rob Herring
2022-10-11 19:08 ` [PATCH 2/3] Input: add driver for Himax hx83112b touchscreen devices Job Noorman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox