devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Input: Add TouchNetix axiom touchscreen driver
@ 2023-10-12  7:40 Kamel Bouhara
  2023-10-12  7:40 ` [PATCH v3 1/3] dt-bindings: vendor-prefixes: Add TouchNetix AS Kamel Bouhara
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Kamel Bouhara @ 2023-10-12  7:40 UTC (permalink / raw)
  To: Dmitry Torokhov, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Henrik Rydberg
  Cc: linux-input, linux-kernel, devicetree, Marco Felsch,
	mark.satterthwaite, bartp, hannah.rossiter, Thomas Petazzoni,
	Gregory Clement, bsp-development.geo, Kamel Bouhara

Add a new driver for the TouchNetix's axiom family of
touchscreen controller. This driver only support i2c
and can be later adapted for SPI and USB support.

---
Changes in v2:
 - Add device tree binding documentation
 - Move core functions in axiom_i2c as we only care about i2c support now
 - Use static function when required
 - Use syntax dev_err_probe()
 - Add an hardware based reset

Changes in v3:
 - Remove irq-gpios property in dt-binding
 - Use a generic node name
 - Fix issues reported in https://lore.kernel.org/oe-kbuild-all/202310100300.oAC2M62R-lkp@intel.com/

Kamel Bouhara (3):
  dt-bindings: vendor-prefixes: Add TouchNetix AS
  dt-bindings: input: Add TouchNetix axiom touchscreen
  Input: Add TouchNetix axiom i2c touchscreen driver

 .../touchscreen/touchnetix,axiom-ax54a.yaml   |  47 ++
 .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
 MAINTAINERS                                   |   7 +
 drivers/input/touchscreen/Kconfig             |  13 +
 drivers/input/touchscreen/Makefile            |   1 +
 .../input/touchscreen/touchnetix_axiom_i2c.c  | 740 ++++++++++++++++++
 6 files changed, 810 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/input/touchscreen/touchnetix,axiom-ax54a.yaml
 create mode 100644 drivers/input/touchscreen/touchnetix_axiom_i2c.c

-- 
2.25.1


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

end of thread, other threads:[~2023-11-06 12:30 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-12  7:40 [PATCH v3 0/3] Input: Add TouchNetix axiom touchscreen driver Kamel Bouhara
2023-10-12  7:40 ` [PATCH v3 1/3] dt-bindings: vendor-prefixes: Add TouchNetix AS Kamel Bouhara
2023-10-12  7:40 ` [PATCH v3 2/3] dt-bindings: input: Add TouchNetix axiom touchscreen Kamel Bouhara
2023-10-12  8:30   ` Krzysztof Kozlowski
2023-10-12  7:40 ` [PATCH v3 3/3] Input: Add TouchNetix axiom i2c touchscreen driver Kamel Bouhara
2023-10-20 12:03   ` Marco Felsch
2023-10-22 19:35     ` Kamel Bouhara
2023-10-30  8:49       ` Dmitry Torokhov
2023-11-06 12:29         ` Marco Felsch
2023-10-22 21:54   ` Jeff LaBundy

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