Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1282374
| From | Nick Dyer <nick.dyer@itdev.co.uk> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH RFC 0/8] Input: atmel_mxt_ts - raw data via debugfs |
| Date | 2015-12-02 22:00 +0100 |
| Message-ID | <qBmFk-3Od-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hello-
This is a series of patches to add diagnostic data support to the Atmel
maXTouch driver. There's an existing implementation in the open-source mxt-app
tool, however there are performance advantages to moving this code into the driver.
The algorithm for retrieving the data has been fairly consistent across a range of
chips, with the exception of the mXT1386 series (see patch).
The intention is to open-source a utility which can read/display this data, this
should be available very shortly.
It would be good if we could agree a single debugfs interface which could be
supported by all touchscreen chips that have this kind of feature, so I've attempted
to keep that part of this vendor neutral.
This patch sequence is also available from
https://github.com/ndyer/linux/commits/diagnostic-debug
Any feedback appreciated.
Best regards
Nick Dyer
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH RFC 0/8] Input: atmel_mxt_ts - raw data via debugfs Nick Dyer <nick.dyer@itdev.co.uk> - 2015-12-02 22:00 +0100 [PATCH RFC 5/8] Input: atmel_mxt_ts - add diagnostic data support for mXT1386 Nick Dyer <nick.dyer@itdev.co.uk> - 2015-12-02 22:00 +0100 [PATCH RFC 7/8] Input: atmel_mxt_ts - add metadata to debugfs Nick Dyer <nick.dyer@itdev.co.uk> - 2015-12-02 22:00 +0100 [PATCH RFC 8/8] Input: atmel_mxt_ts - create debugfs info file Nick Dyer <nick.dyer@itdev.co.uk> - 2015-12-02 22:00 +0100 [PATCH RFC 3/8] Input: atmel_mxt_ts - read touchscreen position in matrix Nick Dyer <nick.dyer@itdev.co.uk> - 2015-12-02 22:00 +0100 [PATCH RFC 2/8] Input: atmel_mxt_ts - add diagnostic data retrieval via debugfs Nick Dyer <nick.dyer@itdev.co.uk> - 2015-12-02 22:00 +0100 [PATCH RFC 6/8] Input: atmel_mxt_ts - Add support for reference data Nick Dyer <nick.dyer@itdev.co.uk> - 2015-12-02 22:00 +0100
csiph-web