linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Input: Add support for TouchNetix aXiom touchscreen
@ 2024-11-19 22:33 Marco Felsch
  2024-11-19 22:33 ` [PATCH 1/5] firmware_loader: expand firmware error codes with skip error Marco Felsch
                   ` (5 more replies)
  0 siblings, 6 replies; 20+ messages in thread
From: Marco Felsch @ 2024-11-19 22:33 UTC (permalink / raw)
  To: Luis Chamberlain, Russ Weight, Greg Kroah-Hartman,
	Rafael J. Wysocki, Andrew Morton, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Dmitry Torokhov, Kamel Bouhara,
	Marco Felsch, Henrik Rydberg, Danilo Krummrich
  Cc: linux-kernel, devicetree, linux-input, kernel, Marco Felsch,
	Krzysztof Kozlowski

Hi,

This adds the initial support for the TouchNetix aXiom touchcontroller
family.

This series is the successor of [1] (many thanks to Bootlin) but I
started from a fresh v1 since I had to rework the driver completely.

The following features are added:
 - I2C communication
 - Input event handling
 - Touchcontroller firmware (AXFW or ALC) updates
 - Touchcontroller config (TH2CFGBIN) updates

[1] https://lore.kernel.org/all/20240703142520.207066-1-kamel.bouhara@bootlin.com

Regards,
  Marco

---
Kamel Bouhara (2):
      dt-bindings: vendor-prefixes: Add TouchNetix AS
      dt-bindings: input: Add TouchNetix axiom touchscreen

Marco Felsch (3):
      firmware_loader: expand firmware error codes with skip error
      firmware_loader: add support to handle FW_UPLOAD_ERR_SKIP
      Input: Add TouchNetix aXiom I2C Touchscreen support

 .../input/touchscreen/touchnetix,ax54a.yaml        |   62 +
 .../devicetree/bindings/vendor-prefixes.yaml       |    2 +
 drivers/base/firmware_loader/sysfs_upload.c        |    5 +
 drivers/input/touchscreen/Kconfig                  |   15 +
 drivers/input/touchscreen/Makefile                 |    1 +
 drivers/input/touchscreen/touchnetix_axiom.c       | 2764 ++++++++++++++++++++
 include/linux/firmware.h                           |    2 +
 lib/test_firmware.c                                |    1 +
 8 files changed, 2852 insertions(+)
---
base-commit: 9852d85ec9d492ebef56dc5f229416c925758edc
change-id: 20240704-v6-10-topic-touchscreen-axiom-105761e81011

Best regards,
-- 
Marco Felsch <m.felsch@pengutronix.de>


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

end of thread, other threads:[~2024-12-02 10:02 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-19 22:33 [PATCH 0/5] Input: Add support for TouchNetix aXiom touchscreen Marco Felsch
2024-11-19 22:33 ` [PATCH 1/5] firmware_loader: expand firmware error codes with skip error Marco Felsch
2024-11-19 22:33 ` [PATCH 2/5] firmware_loader: add support to handle FW_UPLOAD_ERR_SKIP Marco Felsch
2024-11-20 16:50   ` Russ Weight
2024-11-20 17:30     ` Marco Felsch
2024-11-20 18:56       ` Russ Weight
2024-11-21  8:41         ` Marco Felsch
2024-11-19 22:33 ` [PATCH 3/5] dt-bindings: vendor-prefixes: Add TouchNetix AS Marco Felsch
2024-11-20  7:50   ` Krzysztof Kozlowski
2024-11-20  8:15     ` Marco Felsch
2024-11-21  7:47       ` Krzysztof Kozlowski
2024-11-21  8:09         ` Kamel BOUHARA
2024-11-21  8:45           ` Marco Felsch
2024-11-21 10:00             ` Krzysztof Kozlowski
2024-11-19 22:33 ` [PATCH 4/5] dt-bindings: input: Add TouchNetix axiom touchscreen Marco Felsch
2024-11-19 22:33 ` [PATCH 5/5] Input: Add TouchNetix aXiom I2C Touchscreen support Marco Felsch
2024-12-02  9:44   ` Marco Felsch
2024-12-02  9:56     ` Greg Kroah-Hartman
2024-12-02 10:02       ` Marco Felsch
2024-11-21  8:13 ` [PATCH 0/5] Input: Add support for TouchNetix aXiom touchscreen Kamel BOUHARA

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