mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Marco Felsch <m.felsch@pengutronix.de>
To: andrew.thomas@touchnetix.com,
	Luis Chamberlain <mcgrof@kernel.org>,
	 Russ Weight <russ.weight@linux.dev>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	 "Rafael J. Wysocki" <rafael@kernel.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	 Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	 Conor Dooley <conor+dt@kernel.org>,
	Dmitry Torokhov <dmitry.torokhov@gmail.com>,
	 Kamel Bouhara <kamel.bouhara@bootlin.com>,
	Marco Felsch <kernel@pengutronix.de>,
	 Henrik Rydberg <rydberg@bitmath.org>,
	Danilo Krummrich <dakr@kernel.org>
Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
	 linux-input@vger.kernel.org,
	Mamta Shukla <mamta.shukla@leica-geosystems.com>,
	 Krzysztof Kozlowski <krzk@kernel.org>
Subject: Re: [PATCH v6 0/4] Input: Add support for TouchNetix aXiom touchscreen
Date: Fri, 3 Jul 2026 00:31:25 +0200	[thread overview]
Message-ID: <kjymec57wxqdwd4f6kgagcnaj3lb53bcnkjhtvgah7pqu6jjq6@qnn6r6psbujv> (raw)
In-Reply-To: <20260703-v6-10-topic-touchscreen-axiom-v6-0-1aa50ba3bc5a@pengutronix.de>

Hi,

Please ignore this patch series, for some reasons b4 made it v6 albeit
this should be v7. I will sind a new series with the correct version!

Regards,
  Marco

On 26-07-03, Marco Felsch wrote:
> Hi,
> 
> this adds the support for the TouchNetix aXiom touchcontroller family.
> 
> The following features are added:
>  - I2C communication
>  - Input event handling
>  - Touchcontroller firmware (AXFW) updates
>  - Touchcontroller config (TH2CFGBIN) updates
>  - Poll or IRQ support
> 
> Many thanks for Dmitry's input on my v5. I included all changes
> requested from him.
> 
> Regards,
>   Marco
> 
> Changes in v7:
> - Link to v6: https://lore.kernel.org/all/20260303-v6-10-topic-touchscreen-axiom-v6-0-8ac755add12b@pengutronix.de/
> - Rebased on top of 7.2-rc1
> - Fix U33 rev.6 usage (Mamta)
> - Fix bootloader mode handling, required to disable the IRQ (Andrew)
> - Fix bug in usage table population which led to a nullptr bug (Andrew)
> 
> Changes in v6:
> - Link to v5: https://lore.kernel.org/r/20260111-v6-10-topic-touchscreen-axiom-v5-0-f94e0ae266cb@pengutronix.de
> - Fix update POLL mode
> - Fix max. input values
> - Resolve some "TODO" and "Downstream" comments (Andrew)
> - Add 0d, xl fw_variant (Andrew)
> - Use 2sec timeout for u02 swreset (Andrew)
> - Fix IRQ-runmode input-device registration after FW update
> - Drop legacy ALC firmware support, since no fw sanity check could be performed
>   which is bad for user experience if they provided the wrong file accidentally.
> - drop BLP_PRE_MODE
> - make AXIOM_U31 rev.1 required
> - axiom_usage_supported: drop iter and instead use new usage_table_by_baseaddr
> - axiom_axfw_fw_write: drop goto error handling
> - adapt comments
> - rework axiom_i2c_probe (Dmitry)
> - rework axiom_power_*_device and axiom_parse_firmware (Dmitry)
> - rework axiom_register_input_dev (Dmitry)
> - rework axiom_register_fwl (Dmitry)
> - rework axiom_cfg_fw_cancel (Dmitry)
> - rework axiom_cfg_fw_write (Dmitry)
> - rework axiom_verify_volatile_mem (Dmitry)
> - rework axiom_write_cfg_chunk (Dmitry)
> - rework axiom_cfg_fw_prepare (Dmitry)
> - rework axiom_axfw_fw_* functions (Dmitry)
> - rework axiom_blp_reset (Dmitry)
> - rework axiom_blp_write_chunk (Dmitry)
> - rework axiom_enter_bootloader_mode (Dmitry)
> - rework axiom_axfw_fw_prepare (Dmitry)
> - rework regmap_read/write (Dmitry)
> - rework axiom_u34_rev1_process_report (Dmitry)
> - rework axiom_cdu_wait_idle (Dmitry)
> - rework axiom_u64_cds_enabled (Dmitry)
> - rework axiom_u42_get_touchslots (Dmitry)
> - rework axiom_u33_read (s/ret/error/) (Dmitry)
> - rework axiom_u31_device_discover (Dmitry)
> - simple s/ret/error/ (Dmitry)
> - rework u04 handling (Dmitry)
> - rework u02 handling (Dmitry)
> - align function name accordingly (Dmitry)
> - fix indentation (Dmitry)
> 
> Changes in v5:
> - Link to v4: https://lore.kernel.org/r/20260106-v6-10-topic-touchscreen-axiom-v4-0-9e9b69c84926@pengutronix.de
> - fix sysfs documentation description indentation and date
> 
> Changes in v4:
> - Link to v3: https://lore.kernel.org/r/20250821-v6-10-topic-touchscreen-axiom-v3-0-940ccee6dba3@pengutronix.de
> - rebased on top of v6.19-rc1
> - collect r-b tags
> 
> Changes in v3:
> - Link to v2: https://lore.kernel.org/r/20250529-v6-10-topic-touchscreen-axiom-v2-0-a5edb105a600@pengutronix.de
> - firmware: fix commit message (Russ)
> - dt-bindings: Add ack from Krzysztof
> - dt-bindings: make use of GPIO_ACTIVE_LOW (Krzysztof)
> - dt-bindings: drop 'panel: true' property (Krzysztof)
> - driver: make use of sysfs_emit (Greg)
> - driver: s/WARN()/dev_warn()/ to not take down the system (Greg)
> - driver: fix build dependency error by adding "depends on DRM || !DRM"
> - driver: harmonize usage printing to u%02X
> 
> Changes in v2:
> - Link to v1: https://lore.kernel.org/r/20241119-v6-10-topic-touchscreen-axiom-v1-0-6124925b9718@pengutronix.de
> - Rework the firmware-duplicate handling -> expose the error to the
>   userspace
> - Drop Krzysztof Kozlowski ACK and RB
> - Add panel-follower support
> - Add sysfs-driver-input-touchnetix-axiom documentation
> - Add support for new firmware 4.8.9
> - Add support to handle 2D and 3D firmware
> 
> ---
> Kamel Bouhara (2):
>       dt-bindings: vendor-prefixes: Add TouchNetix AS
>       dt-bindings: input: Add TouchNetix axiom touchscreen
> 
> Marco Felsch (2):
>       firmware_loader: expand firmware error codes with up-to-date error
>       Input: Add TouchNetix aXiom I2C Touchscreen support
> 
>  .../testing/sysfs-driver-input-touchnetix-axiom    |   80 +
>  .../input/touchscreen/touchnetix,ax54a.yaml        |   62 +
>  .../devicetree/bindings/vendor-prefixes.yaml       |    2 +
>  drivers/base/firmware_loader/sysfs_upload.c        |    1 +
>  drivers/input/touchscreen/Kconfig                  |   17 +
>  drivers/input/touchscreen/Makefile                 |    1 +
>  drivers/input/touchscreen/touchnetix_axiom.c       | 3141 ++++++++++++++++++++
>  include/linux/firmware.h                           |    2 +
>  lib/test_firmware.c                                |    1 +
>  9 files changed, 3307 insertions(+)
> ---
> base-commit: dc59e4fea9d83f03bad6bddf3fa2e52491777482
> change-id: 20240704-v6-10-topic-touchscreen-axiom-105761e81011
> 
> Best regards,
> -- 
> Marco Felsch <m.felsch@pengutronix.de>
> 
> 

-- 
#gernperDu 
#CallMeByMyFirstName

Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | https://www.pengutronix.de/ |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-9    |

  parent reply	other threads:[~2026-07-02 22:31 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-02 22:29 Marco Felsch
2026-07-02 22:29 ` [PATCH v6 1/4] firmware_loader: expand firmware error codes with up-to-date error Marco Felsch
2026-07-02 22:29 ` [PATCH v6 2/4] dt-bindings: vendor-prefixes: Add TouchNetix AS Marco Felsch
2026-07-02 22:29 ` [PATCH v6 3/4] dt-bindings: input: Add TouchNetix axiom touchscreen Marco Felsch
2026-07-02 22:29 ` [PATCH v6 4/4] Input: Add TouchNetix aXiom I2C Touchscreen support Marco Felsch
2026-07-02 22:31 ` Marco Felsch [this message]
  -- strict thread matches above, loose matches on Subject: below --
2026-03-03 22:41 [PATCH v6 0/4] Input: Add support for TouchNetix aXiom touchscreen Marco Felsch

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=kjymec57wxqdwd4f6kgagcnaj3lb53bcnkjhtvgah7pqu6jjq6@qnn6r6psbujv \
    --to=m.felsch@pengutronix.de \
    --cc=akpm@linux-foundation.org \
    --cc=andrew.thomas@touchnetix.com \
    --cc=conor+dt@kernel.org \
    --cc=dakr@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dmitry.torokhov@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=kamel.bouhara@bootlin.com \
    --cc=kernel@pengutronix.de \
    --cc=krzk+dt@kernel.org \
    --cc=krzk@kernel.org \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mamta.shukla@leica-geosystems.com \
    --cc=mcgrof@kernel.org \
    --cc=rafael@kernel.org \
    --cc=robh@kernel.org \
    --cc=russ.weight@linux.dev \
    --cc=rydberg@bitmath.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox