All of lore.kernel.org
 help / color / mirror / Atom feed
* [RESEND PATCH 0/5] msg2638: Add support for msg2138 and key events
@ 2021-11-23  8:14 Vincent Knecht
  2021-11-23  8:14 ` [RESEND PATCH 1/5] Input: msg2638 - Set max finger number and irqhandler from driver data Vincent Knecht
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Vincent Knecht @ 2021-11-23  8:14 UTC (permalink / raw)
  To: dmitry.torokhov, robh+dt, stephan, vincent.knecht
  Cc: linux-input, devicetree, linux-kernel, phone-devel,
	~postmarketos/upstreaming

Resending because patch 5/5 didn't make it through smtp...

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 [1] and writing clean and working code.

[1] 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.31.1




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

end of thread, other threads:[~2021-11-30 21:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-23  8:14 [RESEND PATCH 0/5] msg2638: Add support for msg2138 and key events Vincent Knecht
2021-11-23  8:14 ` [RESEND PATCH 1/5] Input: msg2638 - Set max finger number and irqhandler from driver data Vincent Knecht
2021-11-23  8:14 ` [RESEND PATCH 2/5] dt-bindings: input: touchscreen: msg2638: Document msg2138 support Vincent Knecht
2021-11-30 21:20   ` Rob Herring
2021-11-23  8:14 ` [RESEND PATCH 3/5] Input: msg2638 - Add support for msg2138 Vincent Knecht
2021-11-23  8:14 ` [RESEND PATCH 4/5] dt-bindings: input: touchscreen: msg2638: Document keys support Vincent Knecht
2021-11-30 21:21   ` Rob Herring
2021-11-23  8:42 ` [RESEND PATCH 5/5] Input: msg2638 - Add support for msg2138 key events Vincent Knecht

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.