linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/2] Input: s6sa552 - add a driver for the Samsung A552
@ 2025-09-14 13:44 Ivaylo Ivanov
  2025-09-14 13:44 ` [PATCH v1 1/2] dt-bindings: input: document Samsung A552 touchscreen controller Ivaylo Ivanov
  2025-09-14 13:44 ` [PATCH v1 2/2] Input: s6sa552 - add a driver for the " Ivaylo Ivanov
  0 siblings, 2 replies; 5+ messages in thread
From: Ivaylo Ivanov @ 2025-09-14 13:44 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Rob Herring, Dmitry Torokhov, Conor Dooley,
	Henrik Rydberg
  Cc: linux-samsung-soc, linux-input, devicetree, linux-arm-kernel,
	linux-kernel

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


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

end of thread, other threads:[~2025-09-22 15:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-14 13:44 [PATCH v1 0/2] Input: s6sa552 - add a driver for the Samsung A552 Ivaylo Ivanov
2025-09-14 13:44 ` [PATCH v1 1/2] dt-bindings: input: document Samsung A552 touchscreen controller Ivaylo Ivanov
2025-09-22 15:38   ` Rob Herring (Arm)
2025-09-14 13:44 ` [PATCH v1 2/2] Input: s6sa552 - add a driver for the " Ivaylo Ivanov
2025-09-17 20:06   ` Dmitry Torokhov

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 NNTP newsgroup(s).