Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751525AbdLZWll (ORCPT ); Tue, 26 Dec 2017 17:41:41 -0500 Received: from mail-pl0-f46.google.com ([209.85.160.46]:36878 "EHLO mail-pl0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751122AbdLZWlj (ORCPT ); Tue, 26 Dec 2017 17:41:39 -0500 X-Google-Smtp-Source: ACJfBosNJCpImhp7bLOtRv7pX+nIMcd2uT6XplbUh+UCKS25C8atGJQP+mP94zdedO/4ij2c6Qs7Eg== Date: Tue, 26 Dec 2017 16:41:35 -0600 From: Rob Herring To: Eugen Hristev Cc: nicolas.ferre@microchip.com, ludovic.desroches@microchip.com, alexandre.belloni@free-electrons.com, linux-iio@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, jic23@kernel.org, linux-input@vger.kernel.org, dmitry.torokhov@gmail.com Subject: Re: [PATCH 13/14] input: touchscreen: sama5d2_rts: SAMA5D2 Resistive touchscreen driver Message-ID: <20171226224135.qzh45mnl3a7ghbfs@rob-hp-laptop> References: <1513955241-10985-1-git-send-email-eugen.hristev@microchip.com> <1513955241-10985-14-git-send-email-eugen.hristev@microchip.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1513955241-10985-14-git-send-email-eugen.hristev@microchip.com> User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 792 Lines: 18 On Fri, Dec 22, 2017 at 05:07:20PM +0200, Eugen Hristev wrote: > This is the implementation of the Microchip SAMA5D2 SOC resistive > touchscreen driver. > The driver registers an input device and connects to the give IIO device > from devicetree. It requires an IIO trigger (acting as a consumer) and > three IIO channels : one for X position, one for Y position and one > for pressure. > It the reports the values to the input subsystem. > > Some parts of this driver are based on the initial original work by > Mohamed Jamsheeth Hajanajubudeen and Bandaru Venkateswara Swamy This doesn't appear to have anything specific to SAMA5D2 SoC, but is rather just a generic ADC (IIO based) resistive touchscreen driver. Perhaps the binding can also be just an "adc-resistive-touchscreen". Rob