linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add support for Imagis touchscreens
@ 2022-02-10 15:58 Markuss Broks
  2022-02-10 15:58 ` [PATCH 1/2] dt-bindings: input/touchscreen: bindings for Imagis Markuss Broks
  2022-02-10 15:58 ` [PATCH 2/2] Input: add Imagis touchscreen driver Markuss Broks
  0 siblings, 2 replies; 4+ messages in thread
From: Markuss Broks @ 2022-02-10 15:58 UTC (permalink / raw)
  To: linux-kernel
  Cc: phone-devel, Markuss Broks, Dmitry Torokhov, Rob Herring,
	Henrik Rydberg, Krzysztof Kozlowski, Shawn Guo,
	Jonathan Neuschäfer, Sam Ravnborg, Oleksij Rempel,
	Alistair Francis, Linus Walleij, Hao Fang, Colin Ian King,
	Vincent Knecht, Jeff LaBundy, Joe Hung, Jonathan Albrieux,
	Giulio Benetti, linux-input, devicetree

Add support for Imagis touchscreens, used on various mobile
devices such as Samsung Galaxy J5 (2015), J3 (2015), J5 (2016).

Markuss Broks (2):
  dt-bindings: input/touchscreen: bindings for Imagis
  Input: add Imagis touchscreen driver

 .../input/touchscreen/imagis,ist3038c.yaml    |  78 +++++
 .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
 MAINTAINERS                                   |   6 +
 drivers/input/touchscreen/Kconfig             |  10 +
 drivers/input/touchscreen/Makefile            |   1 +
 drivers/input/touchscreen/imagis.c            | 329 ++++++++++++++++++
 6 files changed, 426 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/input/touchscreen/imagis,ist3038c.yaml
 create mode 100644 drivers/input/touchscreen/imagis.c

-- 
2.35.0


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

end of thread, other threads:[~2022-02-10 23:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-10 15:58 [PATCH 0/2] Add support for Imagis touchscreens Markuss Broks
2022-02-10 15:58 ` [PATCH 1/2] dt-bindings: input/touchscreen: bindings for Imagis Markuss Broks
2022-02-10 23:50   ` Linus Walleij
2022-02-10 15:58 ` [PATCH 2/2] Input: add Imagis touchscreen driver Markuss Broks

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