Hi, On Tue, Sep 6, 2022 at 10:52 PM Yunlong Jia <yunlong.jia@xxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote: > > Add an elan touch screen chip eth3915n. > This chip requires more delay time than the eth3500. > > Signed-off-by: Yunlong Jia <yunlong.jia@xxxxxxxxxx> > Reviewed-by: Douglas Anderson <dianders@xxxxxxxxxxxx> > --- > > (no changes since v1) Technically that's not true. You changed your Signed-off-by between v1 and v2. That would be something to mention in the changelog. Also: I suspect that when a maintainer lands your patch that they'll get into trouble. That's because your email was sent from "yunlong.jia@xxxxxxxxxxxxxxxxxxxxxxxxxxx" but your "Signed-off-by" was "yunlong.jia@xxxxxxxxxx". If I try grabbing your patch from the mailing lists, applying it, and then running it through "checkpatch": ./scripts/checkpatch.pl 0001-input-touchscreen-elants_i2c-Add-eth3915n-touchscree.patch WARNING: From:/Signed-off-by: email address mismatch: 'From: Yunlong Jia <yunlong.jia@xxxxxxxxxxxxxxxxxxxxxxxxxxx>' != 'Signed-off-by: Yunlong Jia <yunlong.jia@xxxxxxxxxx>' If I had to guess, the problem is with Google's SMTP servers. If you logged into the SMTP server with your "corp-partner" address then Google's SMTP server will automatically re-write your "From" address to be whatever address you logged in with. I'd guess your options are: 1. Use an official SMTP server for "ecs.com.tw" ...or... 2. I _suspect_ that it will work to set the git config "sendemail.envelopeSender" to "yunlong.jia@xxxxxxxxxxxxxxxxxxxxxxxxxxx". I haven't tested this but I think it'll work. Note that when you send a v3, make sure to carry David Heidelberg's Ack. -Doug