From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752041AbeDMSdL (ORCPT ); Fri, 13 Apr 2018 14:33:11 -0400 Received: from mail-oi0-f47.google.com ([209.85.218.47]:33445 "EHLO mail-oi0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751875AbeDMSdJ (ORCPT ); Fri, 13 Apr 2018 14:33:09 -0400 X-Google-Smtp-Source: AIpwx4+7+vCcQbEwR3UUCaQXxrLvuY3ZUOiwXebtm93CYSmZvOUjZqMUUOGOAmkUPfdXzpmMrJxdXw== Date: Fri, 13 Apr 2018 13:33:07 -0500 From: Rob Herring To: Eugen Hristev Cc: jic23@kernel.org, ludovic.desroches@microchip.com, alexandre.belloni@bootlin.com, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-iio@vger.kernel.org, linux-input@vger.kernel.org, nicolas.ferre@microchip.com, dmitry.torokhov@gmail.com Subject: Re: [PATCH v3 04/11] dt-bindings: input: touchscreen: add pressure threshold touchscreen property Message-ID: <20180413183307.vqadfoxvwyzyrjti@rob-hp-laptop> References: <1523350677-27106-1-git-send-email-eugen.hristev@microchip.com> <1523350677-27106-5-git-send-email-eugen.hristev@microchip.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1523350677-27106-5-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 On Tue, Apr 10, 2018 at 11:57:50AM +0300, Eugen Hristev wrote: > Add a common touchscreen optional property that will specify > the minimum pressure applied to the screen that is needed > such that the driver will report the touch event. > > Signed-off-by: Eugen Hristev > --- > Documentation/devicetree/bindings/input/touchscreen/touchscreen.txt | 3 +++ > 1 file changed, 3 insertions(+) Reviewed-by: Rob Herring From mboxrd@z Thu Jan 1 00:00:00 1970 From: robh@kernel.org (Rob Herring) Date: Fri, 13 Apr 2018 13:33:07 -0500 Subject: [PATCH v3 04/11] dt-bindings: input: touchscreen: add pressure threshold touchscreen property In-Reply-To: <1523350677-27106-5-git-send-email-eugen.hristev@microchip.com> References: <1523350677-27106-1-git-send-email-eugen.hristev@microchip.com> <1523350677-27106-5-git-send-email-eugen.hristev@microchip.com> Message-ID: <20180413183307.vqadfoxvwyzyrjti@rob-hp-laptop> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Apr 10, 2018 at 11:57:50AM +0300, Eugen Hristev wrote: > Add a common touchscreen optional property that will specify > the minimum pressure applied to the screen that is needed > such that the driver will report the touch event. > > Signed-off-by: Eugen Hristev > --- > Documentation/devicetree/bindings/input/touchscreen/touchscreen.txt | 3 +++ > 1 file changed, 3 insertions(+) Reviewed-by: Rob Herring