From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754560AbbLQSiP (ORCPT ); Thu, 17 Dec 2015 13:38:15 -0500 Received: from zencphosting06.zen.co.uk ([82.71.204.9]:45854 "EHLO zencphosting06.zen.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751563AbbLQSiO (ORCPT ); Thu, 17 Dec 2015 13:38:14 -0500 X-Greylist: delayed 4520 seconds by postgrey-1.27 at vger.kernel.org; Thu, 17 Dec 2015 13:38:14 EST Subject: Re: [PATCH RFC 0/8] Input: atmel_mxt_ts - raw data via debugfs To: Dmitry Torokhov References: <1449088951-7069-1-git-send-email-nick.dyer@itdev.co.uk> Cc: Benson Leung , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, Alan Bowens , Javier Martinez Canillas , Chris Healy From: Nick Dyer Message-ID: <5672EF68.3000800@itdev.co.uk> Date: Thu, 17 Dec 2015 17:22:48 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <1449088951-7069-1-git-send-email-nick.dyer@itdev.co.uk> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-OutGoing-Spam-Status: No, score=-2.2 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - zencphosting06.zen.co.uk X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - itdev.co.uk X-Get-Message-Sender-Via: zencphosting06.zen.co.uk: authenticated_id: nick.dyer@itdev.co.uk X-Authenticated-Sender: zencphosting06.zen.co.uk: nick.dyer@itdev.co.uk Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 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. Hi- The utility to read this data has now been released, and you can find it at: https://github.com/ndyer/heatmap I've recorded a couple of videos of the utility in action on a Pixel 2: * https://youtu.be/M0VD2gZt8Zk * https://youtu.be/nwDLB4zikzU regards Nick