linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/5] Input: msg2638: Add support for msg2138 and key
@ 2022-11-10 17:19 Vincent Knecht
  2022-11-10 17:19 ` [PATCH v4 1/5] Input: msg2638 - Set max finger number and irqhandler from driver data Vincent Knecht
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Vincent Knecht @ 2022-11-10 17:19 UTC (permalink / raw)
  To: Dmitry Torokhov, Rob Herring, Krzysztof Kozlowski, Vincent Knecht,
	linux-input, devicetree, linux-kernel
  Cc: w.david0, stephan, phone-devel, ~postmarketos/upstreaming

This is a resend of [1] with no changes, like v3 which didn't mae it to
mailing lists for some reason.

This series:
- moves max fingers number and irqhandler settings in a struct
- adds support for msg2138 touchscreen
- adds support for buttons, which were only seen with msg2138 as of yet

Big thanks to Stephan Gerhold <stephan@gerhold.net> for the help with
deciphering the downstream driver [2] and writing clean and working code.

[1] https://lore.kernel.org/linux-input/20220124212611.752603-1-vincent.knecht@mailoo.org/
[2] https://github.com/LineageOS/android_kernel_huawei_msm8916/blob/2f24fa58086a969687434b40f237cb589a1f324f/drivers/input/touchscreen/mstar/msg2138_qc.c

Vincent Knecht (5):
  Input: msg2638 - Set max finger number and irqhandler from driver data
  dt-bindings: input: touchscreen: msg2638: Document msg2138 support
  Input: msg2638 - Add support for msg2138
  dt-bindings: input: touchscreen: msg2638: Document keys support
  Input: msg2638 - Add support for msg2138 key events

 .../input/touchscreen/mstar,msg2638.yaml      |   8 +-
 drivers/input/touchscreen/msg2638.c           | 182 ++++++++++++++++--
 2 files changed, 175 insertions(+), 15 deletions(-)

-- 
2.38.1




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

end of thread, other threads:[~2022-11-15  1:17 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-10 17:19 [PATCH v4 0/5] Input: msg2638: Add support for msg2138 and key Vincent Knecht
2022-11-10 17:19 ` [PATCH v4 1/5] Input: msg2638 - Set max finger number and irqhandler from driver data Vincent Knecht
2022-11-15  1:14   ` Dmitry Torokhov
2022-11-10 17:19 ` [PATCH v4 2/5] dt-bindings: input: touchscreen: msg2638: Document msg2138 support Vincent Knecht
2022-11-15  1:15   ` Dmitry Torokhov
2022-11-10 17:19 ` [PATCH v4 3/5] Input: msg2638 - Add support for msg2138 Vincent Knecht
2022-11-15  1:15   ` Dmitry Torokhov
2022-11-10 17:19 ` [PATCH v4 4/5] dt-bindings: input: touchscreen: msg2638: Document keys support Vincent Knecht
2022-11-10 17:19 ` [PATCH v4 5/5] Input: msg2638 - Add support for msg2138 key events Vincent Knecht
2022-11-15  1:17   ` Dmitry Torokhov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).