linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] Add support for aXiom TouchNetix touchscreen
@ 2023-09-08 15:32 Kamel Bouhara
  2023-09-08 15:32 ` [PATCH] Input: add driver for TouchNetix aXiom touchscreen Kamel Bouhara
  0 siblings, 1 reply; 6+ messages in thread
From: Kamel Bouhara @ 2023-09-08 15:32 UTC (permalink / raw)
  To: linux-input
  Cc: mark.satterthwaite, pedro.torruella, bartp, hannah.rossiter,
	Thomas Petazzoni, Gregory Clement, bsp-development.geo,
	Kamel Bouhara

Hello,

This patch add support for an I2C touchscreen controller
from TouchNetix's aXiom family devices. 
It is based on the vendor version:
https://github.com/TouchNetix/aXiom_Linux_Kernel_Module

I only have the I2C variant of the aXiom device but this
could also support SPI and USB interfaces in the future.

Regards,
Kamel

Kamel Bouhara (1):
  Input: add driver for TouchNetix aXiom touchscreen

 .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
 MAINTAINERS                                   |   7 +
 drivers/input/touchscreen/Kconfig             |  11 +
 drivers/input/touchscreen/Makefile            |   1 +
 drivers/input/touchscreen/axiom_core.c        | 382 ++++++++++++++++++
 drivers/input/touchscreen/axiom_core.h        | 142 +++++++
 drivers/input/touchscreen/axiom_i2c.c         | 353 ++++++++++++++++
 7 files changed, 898 insertions(+)
 create mode 100644 drivers/input/touchscreen/axiom_core.c
 create mode 100644 drivers/input/touchscreen/axiom_core.h
 create mode 100644 drivers/input/touchscreen/axiom_i2c.c

-- 
2.25.1


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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-08 15:32 [PATCH 0/1] Add support for aXiom TouchNetix touchscreen Kamel Bouhara
2023-09-08 15:32 ` [PATCH] Input: add driver for TouchNetix aXiom touchscreen Kamel Bouhara
2023-09-11  6:59   ` Krzysztof Kozlowski
2023-09-17  8:04     ` Kamel Bouhara
2023-09-18 19:38   ` Marco Felsch
2023-09-19 12:30     ` Marco Felsch

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