[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250722103706.3440777-1-dario.binacchi@amarulasolutions.com>
Date: Tue, 22 Jul 2025 12:36:14 +0200
From: Dario Binacchi <dario.binacchi@...rulasolutions.com>
To: linux-kernel@...r.kernel.org
Cc: linux-amarula@...rulasolutions.com,
Dario Binacchi <dario.binacchi@...rulasolutions.com>,
Conor Dooley <conor+dt@...nel.org>,
Dmitry Torokhov <dmitry.torokhov@...il.com>,
Fabio Estevam <festevam@...il.com>,
Haibo Chen <haibo.chen@....com>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Michael Trimarchi <michael@...rulasolutions.com>,
Pengutronix Kernel Team <kernel@...gutronix.de>,
Rob Herring <robh@...nel.org>,
Sascha Hauer <s.hauer@...gutronix.de>,
Shawn Guo <shawnguo@...nel.org>,
devicetree@...r.kernel.org,
imx@...ts.linux.dev,
linux-arm-kernel@...ts.infradead.org,
linux-input@...r.kernel.org
Subject: [PATCH 0/4] Input: imx6ul_tsc - set glitch threshold by dts property
The series allows setting the glitch threshold for the detected signal
from a DTS property instead of a hardcoded value.
In addition, I applied a patch that replaces opencoded masking and
shifting, with BIT(), GENMASK(), FIELD_GET() and FIELD_PREP() macros.
Dario Binacchi (3):
dt-bindings: input: touchscreen: fsl,imx6ul-tsc: add
fsl,glitch-threshold
Input: imx6ul_tsc - set glitch threshold by DTS property
Input: imx6ul_tsc - use BIT, FIELD_{GET,PREP} and GENMASK macros
Michael Trimarchi (1):
Input: imx6ul_tsc - fix typo in register name
.../input/touchscreen/fsl,imx6ul-tsc.yaml | 18 +++
drivers/input/touchscreen/imx6ul_tsc.c | 112 +++++++++++-------
2 files changed, 86 insertions(+), 44 deletions(-)
--
2.43.0
base-commit: 89be9a83ccf1f88522317ce02f854f30d6115c41
branch: tsc_de_glitch
Powered by blists - more mailing lists