mbox series

[v7,0/4] input: elants: Support Asus TF300T and Nexus 7 touchscreen

Message ID cover.1600551334.git.mirq-linux@rere.qmqm.pl (mailing list archive)
Headers show
Series input: elants: Support Asus TF300T and Nexus 7 touchscreen | expand

Message

Michał Mirosław Sept. 19, 2020, 9:41 p.m. UTC
This series cleans up the driver a bit and implements changes needed to
support EKTF3624-based touchscreen used in Asus TF300T, Google Nexus 7
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)
v7: rebased onto current dtor/input/for-next
---

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

Michał Mirosław (3):
  input: elants: document some registers and values
  input: elants: support old touch report format
  input: elants: read touchscreen size for EKTF3624

 drivers/input/touchscreen/elants_i2c.c | 149 +++++++++++++++++++++----
 1 file changed, 127 insertions(+), 22 deletions(-)

Comments

Michał Mirosław Sept. 30, 2020, 5:28 p.m. UTC | #1
On Sat, Sep 19, 2020 at 11:41:19PM +0200, Michał Mirosław wrote:
> This series cleans up the driver a bit and implements changes needed to
> support EKTF3624-based touchscreen used in Asus TF300T, Google Nexus 7
> and similar Tegra3-based tablets.
[...]

Ping? Should I resend? This got only cosmetic fixups and rebases through
last couple of iterations.

Best Regards
Michał Mirosław
Dmitry Osipenko Oct. 1, 2020, 9:17 p.m. UTC | #2
30.09.2020 20:28, Michał Mirosław пишет:
> On Sat, Sep 19, 2020 at 11:41:19PM +0200, Michał Mirosław wrote:
>> This series cleans up the driver a bit and implements changes needed to
>> support EKTF3624-based touchscreen used in Asus TF300T, Google Nexus 7
>> and similar Tegra3-based tablets.
> [...]
> 
> Ping? Should I resend? This got only cosmetic fixups and rebases through
> last couple of iterations.

+1 We want to get a working touchscreen on our ASUS devices :)

Please consider merging this series. The upstream Nexus 7 DT is already
preapared, now just need the two-line driver change to get the TS working.