linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6 0/5] input: elants: Support Asus TF300T touchscreen
@ 2020-07-13  0:24 Michał Mirosław
  2020-07-13  0:24 ` [PATCH v6 1/5] input: elants: document some registers and values Michał Mirosław
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Michał Mirosław @ 2020-07-13  0:24 UTC (permalink / raw)
  To: Dmitry Osipenko, Dmitry Torokhov, Henrik Rydberg, James Chen,
	Johnny Chuang, Scott Liu
  Cc: linux-input, linux-kernel

This series cleans up the driver a bit and implements changes needed to
support EKTF3624-based touchscreen used in Asus TF300T and similar
Tegra3-based tablets.

---
v2: extended with Dmitry's patches (replaced v1 patches 3 and 4)
v3: rebased for v5.7-rc1
v4: rebased onto v5.7-rc2+ (current Linus' master)
    update "remove unused axes" and "refactor
      elants_i2c_execute_command()" patches after review
    add David's patch converting DT binding to YAML
v5: rebased onto dtor/input/for-linus
v6: rebased onto newer dtor/input/for-linus
    remove yet unused constants from patch 1
    added a new drive-by cleanup (last patch)

---

Dmitry Osipenko (1):
  input: elants: support 0x66 reply opcode for reporting touches

Michał Mirosław (4):
  input: elants: document some registers and values
  input: elants: support old touch report format
  input: elants: read touchscreen size for EKTF3624
  input: mt: cleanup open-coded __set_bit()

 drivers/input/input-mt.c               |   2 +-
 drivers/input/touchscreen/elants_i2c.c | 149 +++++++++++++++++++++----
 2 files changed, 128 insertions(+), 23 deletions(-)

-- 
2.20.1


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

end of thread, other threads:[~2020-08-13 18:33 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-13  0:24 [PATCH v6 0/5] input: elants: Support Asus TF300T touchscreen Michał Mirosław
2020-07-13  0:24 ` [PATCH v6 1/5] input: elants: document some registers and values Michał Mirosław
2020-07-13  0:24 ` [PATCH v6 2/5] input: elants: support old touch report format Michał Mirosław
2020-07-13  0:24 ` [PATCH v6 3/5] input: elants: read touchscreen size for EKTF3624 Michał Mirosław
2020-07-13  0:24 ` [PATCH v6 4/5] input: elants: support 0x66 reply opcode for reporting touches Michał Mirosław
2020-07-13  0:24 ` [PATCH v6 5/5] input: mt: cleanup open-coded __set_bit() Michał Mirosław
2020-07-16  0:30   ` Dmitry Torokhov
2020-08-13 18:33     ` Dmitry Osipenko

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).