From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.codeaurora.org by pdx-caf-mail.web.codeaurora.org (Dovecot) with LMTP id Wj/RFhIaHVtFKgAAmS7hNA ; Sun, 10 Jun 2018 12:31:42 +0000 Received: by smtp.codeaurora.org (Postfix, from userid 1000) id 5F155607BB; Sun, 10 Jun 2018 12:31:42 +0000 (UTC) Authentication-Results: smtp.codeaurora.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="SV0KpSyE" X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on pdx-caf-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,T_DKIMWL_WL_HIGH autolearn=ham autolearn_force=no version=3.4.0 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by smtp.codeaurora.org (Postfix) with ESMTP id C9083604D4; Sun, 10 Jun 2018 12:31:41 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org C9083604D4 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932190AbeFJMbj (ORCPT + 25 others); Sun, 10 Jun 2018 08:31:39 -0400 Received: from mail.kernel.org ([198.145.29.99]:51858 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753297AbeFJMbh (ORCPT ); Sun, 10 Jun 2018 08:31:37 -0400 Received: from archlinux (cpc91196-cmbg18-2-0-cust659.5-4.cable.virginm.net [81.96.234.148]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id B4AF62087E; Sun, 10 Jun 2018 12:31:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1528633897; bh=yi9XpB3JPt2peRaDDjL1/HegVJQuOYG66VhCRxEo4JA=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=SV0KpSyE9YEzvIXFne+si0e49Vr6YmFsOcI7xSYlYqVO/EEpWMwvd3tRdlSYjlvXp CIXOkjJR2OLAS1m5NrSBcBnCMMpsK2A/U9yqWl+9u0ZWD0SSN1TMyGmUFi2dovnXzu ur2olvmBn3wpw2+yvgrJRtxdISRnIvxKczFbNzZw= Date: Sun, 10 Jun 2018 13:31:31 +0100 From: Jonathan Cameron To: Eugen Hristev Cc: , , , , , , , , , Subject: Re: [PATCH v7 3/9] dt-bindings: input: touchscreen: add minimum pressure touchscreen property Message-ID: <20180610133131.2ec1ddae@archlinux> In-Reply-To: <1526975559-18966-4-git-send-email-eugen.hristev@microchip.com> References: <1526975559-18966-1-git-send-email-eugen.hristev@microchip.com> <1526975559-18966-4-git-send-email-eugen.hristev@microchip.com> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 22 May 2018 10:52:33 +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 > Reviewed-by: Rob Herring Applied, Thanks, Jonathan > --- > Changes in v5: > - Modified property name to touchscreen-min-pressure from > touchscreen-threshold-property > > Documentation/devicetree/bindings/input/touchscreen/touchscreen.txt | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Documentation/devicetree/bindings/input/touchscreen/touchscreen.txt b/Documentation/devicetree/bindings/input/touchscreen/touchscreen.txt > index 537643e..d092d5d 100644 > --- a/Documentation/devicetree/bindings/input/touchscreen/touchscreen.txt > +++ b/Documentation/devicetree/bindings/input/touchscreen/touchscreen.txt > @@ -7,6 +7,9 @@ Optional properties for Touchscreens: > (in pixels) > - touchscreen-max-pressure : maximum reported pressure (arbitrary range > dependent on the controller) > + - touchscreen-min-pressure : minimum pressure on the touchscreen to be > + achieved in order for the touchscreen > + driver to report a touch event. > - touchscreen-fuzz-x : horizontal noise value of the absolute input > device (in pixels) > - touchscreen-fuzz-y : vertical noise value of the absolute input From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Cameron Subject: Re: [PATCH v7 3/9] dt-bindings: input: touchscreen: add minimum pressure touchscreen property Date: Sun, 10 Jun 2018 13:31:31 +0100 Message-ID: <20180610133131.2ec1ddae@archlinux> References: <1526975559-18966-1-git-send-email-eugen.hristev@microchip.com> <1526975559-18966-4-git-send-email-eugen.hristev@microchip.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1526975559-18966-4-git-send-email-eugen.hristev@microchip.com> Sender: linux-kernel-owner@vger.kernel.org To: Eugen Hristev Cc: 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, robh@kernel.org List-Id: devicetree@vger.kernel.org On Tue, 22 May 2018 10:52:33 +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 > Reviewed-by: Rob Herring Applied, Thanks, Jonathan > --- > Changes in v5: > - Modified property name to touchscreen-min-pressure from > touchscreen-threshold-property > > Documentation/devicetree/bindings/input/touchscreen/touchscreen.txt | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Documentation/devicetree/bindings/input/touchscreen/touchscreen.txt b/Documentation/devicetree/bindings/input/touchscreen/touchscreen.txt > index 537643e..d092d5d 100644 > --- a/Documentation/devicetree/bindings/input/touchscreen/touchscreen.txt > +++ b/Documentation/devicetree/bindings/input/touchscreen/touchscreen.txt > @@ -7,6 +7,9 @@ Optional properties for Touchscreens: > (in pixels) > - touchscreen-max-pressure : maximum reported pressure (arbitrary range > dependent on the controller) > + - touchscreen-min-pressure : minimum pressure on the touchscreen to be > + achieved in order for the touchscreen > + driver to report a touch event. > - touchscreen-fuzz-x : horizontal noise value of the absolute input > device (in pixels) > - touchscreen-fuzz-y : vertical noise value of the absolute input From mboxrd@z Thu Jan 1 00:00:00 1970 From: jic23@kernel.org (Jonathan Cameron) Date: Sun, 10 Jun 2018 13:31:31 +0100 Subject: [PATCH v7 3/9] dt-bindings: input: touchscreen: add minimum pressure touchscreen property In-Reply-To: <1526975559-18966-4-git-send-email-eugen.hristev@microchip.com> References: <1526975559-18966-1-git-send-email-eugen.hristev@microchip.com> <1526975559-18966-4-git-send-email-eugen.hristev@microchip.com> Message-ID: <20180610133131.2ec1ddae@archlinux> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, 22 May 2018 10:52:33 +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 > Reviewed-by: Rob Herring Applied, Thanks, Jonathan > --- > Changes in v5: > - Modified property name to touchscreen-min-pressure from > touchscreen-threshold-property > > Documentation/devicetree/bindings/input/touchscreen/touchscreen.txt | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Documentation/devicetree/bindings/input/touchscreen/touchscreen.txt b/Documentation/devicetree/bindings/input/touchscreen/touchscreen.txt > index 537643e..d092d5d 100644 > --- a/Documentation/devicetree/bindings/input/touchscreen/touchscreen.txt > +++ b/Documentation/devicetree/bindings/input/touchscreen/touchscreen.txt > @@ -7,6 +7,9 @@ Optional properties for Touchscreens: > (in pixels) > - touchscreen-max-pressure : maximum reported pressure (arbitrary range > dependent on the controller) > + - touchscreen-min-pressure : minimum pressure on the touchscreen to be > + achieved in order for the touchscreen > + driver to report a touch event. > - touchscreen-fuzz-x : horizontal noise value of the absolute input > device (in pixels) > - touchscreen-fuzz-y : vertical noise value of the absolute input