[<prev] [next>] [day] [month] [year] [list]
Message-ID:
<TY0PR06MB561166BF14CF42BBC3C2B5BF9E312@TY0PR06MB5611.apcprd06.prod.outlook.com>
Date: Fri, 22 Mar 2024 16:56:02 +0800
From: Allen_Lin <allencl_lin@...mail.com>
To: dmitry.torokhov@...il.com,
robh@...nel.org,
krzysztof.kozlowski+dt@...aro.org,
conor+dt@...nel.org,
jikos@...nel.org,
benjamin.tissoires@...hat.com,
linux-input@...r.kernel.org,
devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org
Cc: Allen_Lin <allencl_lin@...mail.com>
Subject: [PATCH v1 0/4] HID: Add support for Himax HX83102j touchscreen
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
Powered by blists - more mailing lists