From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752026AbeEGGVb (ORCPT ); Mon, 7 May 2018 02:21:31 -0400 Received: from esa1.microchip.iphmx.com ([68.232.147.91]:38727 "EHLO esa1.microchip.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751983AbeEGGVI (ORCPT ); Mon, 7 May 2018 02:21:08 -0400 X-IronPort-AV: E=Sophos;i="5.49,373,1520924400"; d="scan'208";a="14570674" Subject: Re: [PATCH v4 5/9] iio: adc: at91-sama5d2_adc: add support for position and pressure channels To: Alexandre Belloni , Jonathan Cameron CC: , , , , , , , , References: <1525084335-11276-1-git-send-email-eugen.hristev@microchip.com> <1525084335-11276-6-git-send-email-eugen.hristev@microchip.com> <20180506182953.6adad5b5@archlinux> <20180506175914.GL10960@piout.net> From: Eugen Hristev Message-ID: Date: Mon, 7 May 2018 09:18:39 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: <20180506175914.GL10960@piout.net> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 06.05.2018 20:59, Alexandre Belloni wrote: > Hi, > > On 06/05/2018 18:29:53+0100, Jonathan Cameron wrote: >> On Mon, 30 Apr 2018 13:32:11 +0300 >> Eugen Hristev wrote: >> >>> This implements the support for position and pressure for the included >>> touchscreen support in the SAMA5D2 SOC ADC block. >>> Two position channels are added and one for pressure. >>> They can be read in raw format, or through a buffer. >>> A normal use case is for a consumer driver to register a callback buffer >>> for these channels. >>> When the touchscreen channels are in the active scan mask, >>> the driver will start the touchscreen sampling and push the data to the >>> buffer. >>> >>> Some parts of this patch are based on initial original work by >>> Mohamed Jamsheeth Hajanajubudeen and Bandaru Venkateswara Swamy >>> >>> Signed-off-by: Eugen Hristev >> Looks good to me now. >> >> I'm assuming that once Dmitry and others are happy, I'll take the >> series through the IIO tree. Will reply to the cover letter if the >> rest of the patches look good to me to let everyone know that without >> having to catch this comment down in here! >> > > I'm planning to take both DT patches through the at91 tree once you take > the DT bindings patches. Please take into consideration that those DT patches do not build stand-alone, they depend on [PATCH v4 7/9] dt-bindings: iio: adc: at91-sama5d2_adc: add channel specific consumer info (the DT patches add an include statement of a file which is created in this patch). Thanks ! Eugen > >