All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Input: imx6ul_tsc - set glitch threshold by dts property
@ 2025-07-22 10:36 Dario Binacchi
  2025-07-22 10:36 ` [PATCH 1/4] Input: imx6ul_tsc - fix typo in register name Dario Binacchi
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Dario Binacchi @ 2025-07-22 10:36 UTC (permalink / raw)
  To: linux-kernel
  Cc: linux-amarula, Dario Binacchi, Conor Dooley, Dmitry Torokhov,
	Fabio Estevam, Haibo Chen, Krzysztof Kozlowski, Michael Trimarchi,
	Pengutronix Kernel Team, Rob Herring, Sascha Hauer, Shawn Guo,
	devicetree, imx, linux-arm-kernel, linux-input

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2025-09-02  6:24 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-22 10:36 [PATCH 0/4] Input: imx6ul_tsc - set glitch threshold by dts property Dario Binacchi
2025-07-22 10:36 ` [PATCH 1/4] Input: imx6ul_tsc - fix typo in register name Dario Binacchi
2025-07-22 10:36 ` [PATCH 2/4] dt-bindings: input: touchscreen: fsl,imx6ul-tsc: add fsl,glitch-threshold Dario Binacchi
2025-07-23  2:45   ` Bough Chen
2025-07-23  6:14     ` Dario Binacchi
2025-07-23  5:03   ` Rob Herring
2025-07-23  6:25     ` Dario Binacchi
2025-09-02  6:24       ` Dario Binacchi
2025-07-22 10:36 ` [PATCH 3/4] Input: imx6ul_tsc - set glitch threshold by DTS property Dario Binacchi
2025-07-22 10:36 ` [PATCH 4/4] Input: imx6ul_tsc - use BIT, FIELD_{GET,PREP} and GENMASK macros Dario Binacchi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.