Re: [PATCH RFC 0/8] Input: atmel_mxt_ts - raw data via debugfs

2015-12-17 Thread Nick Dyer
On 02/12/15 20:42, Nick Dyer wrote: > 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

[PATCH RFC 0/8] Input: atmel_mxt_ts - raw data via debugfs

2015-12-02 Thread Nick Dyer
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