[PATCH v2 0/2] input: touchscreen: atmel_mxt_ts: add support for generic touchscreen configurations

Svyatoslav Ryhel posted 2 patches 3 weeks, 2 days ago
.../devicetree/bindings/input/atmel,maxtouch.yaml     |  3 ++-
drivers/input/touchscreen/atmel_mxt_ts.c              | 11 +++++++----
2 files changed, 9 insertions(+), 5 deletions(-)
[PATCH v2 0/2] input: touchscreen: atmel_mxt_ts: add support for generic touchscreen configurations
Posted by Svyatoslav Ryhel 3 weeks, 2 days ago
This provides support for generic touchscreen configuration options like
swapped-x-y, min-x, min-y, size-x, size-y, etc.

---
Changes in v2:
- added schema adjustment
---

Svyatoslav Ryhel (2):
  dt-bindings: input: maxtouch: add common touchscreen properties
  input: touchscreen: atmel_mxt_ts: add support for generic touchscreen
    configurations

 .../devicetree/bindings/input/atmel,maxtouch.yaml     |  3 ++-
 drivers/input/touchscreen/atmel_mxt_ts.c              | 11 +++++++----
 2 files changed, 9 insertions(+), 5 deletions(-)

-- 
2.48.1
Re: [PATCH v2 0/2] input: touchscreen: atmel_mxt_ts: add support for generic touchscreen configurations
Posted by Dmitry Torokhov 1 week ago
On Tue, Sep 09, 2025 at 08:49:01AM +0300, Svyatoslav Ryhel wrote:
> This provides support for generic touchscreen configuration options like
> swapped-x-y, min-x, min-y, size-x, size-y, etc.
> 
> ---
> Changes in v2:
> - added schema adjustment

Applied the lot, thank you.

-- 
Dmitry