linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/2] Input: add fts2ba61y touchscreen driver
@ 2025-09-20  1:44 Eric Gonçalves
  2025-09-20  1:44 ` [PATCH v1 1/2] dt-bindings: input: Add ST-Microelectronics FTS2BA61Y touchscreen Eric Gonçalves
  2025-09-20  1:44 ` [PATCH v1 2/2] Input: add support for the STM " Eric Gonçalves
  0 siblings, 2 replies; 7+ messages in thread
From: Eric Gonçalves @ 2025-09-20  1:44 UTC (permalink / raw)
  To: Henrik Rydberg, Dmitry Torokhov, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley
  Cc: Ivaylo Ivanov, devicetree, linux-input, linux-kernel

This patchset adds support for the ST-Microelectronics FTS2BA61Y,
a capacitive multi-touch touchscreen controller. this touchscreen
is used in many mobile devices, like ones from the Galaxy S22 series
and the Z Fold 5. Ivaylo Ivanov wrote the driver originally,
and I'm upstreaming it on his behalf.

Shortly after this patchset, I'll be sending another one that
enables touchscreen on the Galaxy S22 (r0q) board.

Thanks!

Changes from RFC->v1:
- move unevaluatedProperties to after the required: field
- set Ivaylo as the author of driver commit

Eric Gonçalves (1):
  dt-bindings: input: Add ST-Microelectronics FTS2BA61Y touchscreen

Ivaylo Ivanov (1):
  Input: add support for the STM FTS2BA61Y touchscreen

 .../input/touchscreen/st,fts2ba61y.yaml       |  52 ++
 drivers/input/touchscreen/Kconfig             |  11 +
 drivers/input/touchscreen/Makefile            |   1 +
 drivers/input/touchscreen/fts2ba61y.c         | 588 ++++++++++++++++++
 4 files changed, 652 insertions(+)
 create mode 100755 Documentation/devicetree/bindings/input/touchscreen/st,fts2ba61y.yaml
 create mode 100644 drivers/input/touchscreen/fts2ba61y.c

-- 
2.51.0


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

end of thread, other threads:[~2025-09-27  2:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-20  1:44 [PATCH v1 0/2] Input: add fts2ba61y touchscreen driver Eric Gonçalves
2025-09-20  1:44 ` [PATCH v1 1/2] dt-bindings: input: Add ST-Microelectronics FTS2BA61Y touchscreen Eric Gonçalves
2025-09-22 20:08   ` Rob Herring (Arm)
2025-09-20  1:44 ` [PATCH v1 2/2] Input: add support for the STM " Eric Gonçalves
2025-09-20 18:36   ` kernel test robot
2025-09-20 21:13   ` Dmitry Torokhov
2025-09-27  2:42     ` Eric Gonçalves

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).