[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250914134458.2624176-1-ivo.ivanov.ivanov1@gmail.com>
Date: Sun, 14 Sep 2025 16:44:55 +0300
From: Ivaylo Ivanov <ivo.ivanov.ivanov1@...il.com>
To: Krzysztof Kozlowski <krzk@...nel.org>,
Rob Herring <robh@...nel.org>,
Dmitry Torokhov <dmitry.torokhov@...il.com>,
Conor Dooley <conor+dt@...nel.org>,
Henrik Rydberg <rydberg@...math.org>
Cc: linux-samsung-soc@...r.kernel.org,
linux-input@...r.kernel.org,
devicetree@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org
Subject: [PATCH v1 0/2] Input: s6sa552 - add a driver for the Samsung A552
Hey folks,
This patchset adds support for the Samsung A552 touchscreen controller.
Naming is based on the current s6s* convention, used for Y761. The
IC is similar in functionality to 761, but has enough differences in
registers, bits and functionality to deserve its own driver.
Best regards,
Ivaylo
Ivaylo Ivanov (2):
dt-bindings: input: document Samsung A552 touchscreen controller
Input: s6sa552 - add a driver for the Samsung A552 touchscreen
controller
.../input/touchscreen/samsung,s6sa552.yaml | 54 +++
drivers/input/touchscreen/Kconfig | 11 +
drivers/input/touchscreen/Makefile | 1 +
drivers/input/touchscreen/s6sa552.c | 439 ++++++++++++++++++
4 files changed, 505 insertions(+)
create mode 100644 Documentation/devicetree/bindings/input/touchscreen/samsung,s6sa552.yaml
create mode 100644 drivers/input/touchscreen/s6sa552.c
--
2.43.0
Powered by blists - more mailing lists