Linux-Devicetree Archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/4] HID: Add support for Himax HX83102j touchscreen
@ 2024-03-22  8:56 Allen_Lin
  0 siblings, 0 replies; only message in thread
From: Allen_Lin @ 2024-03-22  8:56 UTC (permalink / raw
  To: dmitry.torokhov, robh, krzysztof.kozlowski+dt, conor+dt, jikos,
	benjamin.tissoires, linux-input, devicetree, linux-kernel
  Cc: Allen_Lin

Hi,
This driver implements for Himax HID touchscreen HX83102J.

Using SPI interface to receive/send HID packets.

Allen_Lin (4):
  dt-bindings: input: Add Himax HX83102J touchscreen
  HID: Add Himax HX83102J touchscreen driver
  HID: Add DRM panel follower function
  HID: Load firmware directly from file to IC

 .../input/touchscreen/himax,hx83102j.yaml     |   73 +
 MAINTAINERS                                   |    7 +
 drivers/hid/Kconfig                           |    7 +
 drivers/hid/Makefile                          |    2 +
 drivers/hid/hid-himax-83102j.c                | 3071 +++++++++++++++++
 drivers/hid/hid-himax-83102j.h                |  460 +++
 6 files changed, 3620 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/input/touchscreen/himax,hx83102j.yaml
 create mode 100644 drivers/hid/hid-himax-83102j.c
 create mode 100644 drivers/hid/hid-himax-83102j.h

-- 
2.34.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-03-22  8:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-22  8:56 [PATCH v1 0/4] HID: Add support for Himax HX83102j touchscreen Allen_Lin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).