From: 廖崇榮 <kt.liao@emc.com.tw>
To: 'Benjamin Tissoires' <benjamin.tissoires@redhat.com>
Cc: 'Oliver Haessler' <oliver@redhat.com>,
'Benjamin Berg' <bberg@redhat.com>,
'Rob Herring' <robh+dt@kernel.org>,
devicetree@vger.kernel.org,
"'open list:HID CORE LAYER'" <linux-input@vger.kernel.org>,
'lkml' <linux-kernel@vger.kernel.org>,
'Dmitry Torokhov' <dmitry.torokhov@gmail.com>,
'Aaron Ma' <aaron.ma@canonical.com>
Subject: RE: [PATCH v2 0/9] Input: support for latest Lenovo thinkpads (series 80)
Date: Tue, 17 Apr 2018 16:40:28 +0800 [thread overview]
Message-ID: <00f701d3d627$bcf41de0$36dc59a0$@emc.com.tw> (raw)
In-Reply-To: <CAO-hwJJnHPEQ+R+8qWb1Dn+otqgmbcKgiNDOyNkVBD+xdzY_zw@mail.gmail.com>
Hi Benjamin,
I agree this series.
Thanks
KT
-----Original Message-----
From: Benjamin Tissoires [mailto:benjamin.tissoires@redhat.com]
Sent: Tuesday, April 17, 2018 4:34 PM
To: 廖崇榮
Cc: Oliver Haessler; Benjamin Berg; Rob Herring; devicetree@vger.kernel.org; open list:HID CORE LAYER; lkml; Dmitry Torokhov; Aaron Ma
Subject: Re: [PATCH v2 0/9] Input: support for latest Lenovo thinkpads (series 80)
Hi KT,
gentle ping :)
Could you ACK/NACK this series?
Dmitry, the first patch could go without KT's approval. Also I realized that Aaron submitted a similar patch for the X1 Carbon last
October: https://patchwork.kernel.org/patch/10008513/
So I think the first one should go ASAP now that the laptops are shipping from Lenovo.
Cheers,
Benjamin
On Mon, Apr 9, 2018 at 11:10 AM, Benjamin Tissoires <benjamin.tissoires@redhat.com> wrote:
> Hi Dmitry,
>
> Here is the v2 of the Lenovo 80 series.
> Changes from v1:
> - included patch to convert a function to static from build bot
> - use of device property instead of platform data (thus the new device tree
> binding)
>
> BTW, KT, if you want to add your Signed-off-by on the patches, feel
> free to do so. You were of tremendous help :)
>
> Cheers,
> Benjamin
>
> Benjamin Tissoires (9):
> Input: synaptics - add Lenovo 80 series ids to SMBus
> input: elan_i2c_smbus - fix corrupted stack
> Input: elan_i2c - add trackstick report
> Input: elantech - split device info into a separate structure
> Input: elantech_query_info() can be static
> Input: elantech - query the resolution in query_info
> Input: elantech - add support for SMBus devices
> Input: elantech - detect new ICs and setup Host Notify for them
> input: psmouse-smbus: allow to control psmouse_deactivate
>
> .../devicetree/bindings/input/elan_i2c.txt | 1 +
> drivers/input/mouse/Kconfig | 12 +
> drivers/input/mouse/elan_i2c_core.c | 90 +++-
> drivers/input/mouse/elan_i2c_smbus.c | 22 +-
> drivers/input/mouse/elantech.c | 479 +++++++++++++++------
> drivers/input/mouse/elantech.h | 69 ++-
> drivers/input/mouse/psmouse-base.c | 21 +-
> drivers/input/mouse/psmouse-smbus.c | 24 +-
> drivers/input/mouse/psmouse.h | 2 +
> drivers/input/mouse/synaptics.c | 5 +-
> 10 files changed, 565 insertions(+), 160 deletions(-)
>
> --
> 2.14.3
>
next prev parent reply other threads:[~2018-04-17 8:40 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-09 9:10 [PATCH v2 0/9] Input: support for latest Lenovo thinkpads (series 80) Benjamin Tissoires
2018-04-09 9:10 ` [PATCH v2 1/9] Input: synaptics - add Lenovo 80 series ids to SMBus Benjamin Tissoires
2018-04-09 9:10 ` [PATCH v2 2/9] input: elan_i2c_smbus - fix corrupted stack Benjamin Tissoires
2018-04-09 9:10 ` [PATCH v2 3/9] Input: elan_i2c - add trackstick report Benjamin Tissoires
2018-04-13 17:36 ` Rob Herring
2018-04-09 9:10 ` [PATCH v2 4/9] Input: elantech - split device info into a separate structure Benjamin Tissoires
2018-04-09 9:10 ` [PATCH v2 5/9] Input: elantech_query_info() can be static Benjamin Tissoires
2018-04-09 9:10 ` [PATCH v2 6/9] Input: elantech - query the resolution in query_info Benjamin Tissoires
2018-04-09 9:10 ` [PATCH v2 7/9] Input: elantech - add support for SMBus devices Benjamin Tissoires
2018-04-09 9:10 ` [PATCH v2 8/9] Input: elantech - detect new ICs and setup Host Notify for them Benjamin Tissoires
2018-04-09 9:10 ` [PATCH v2 9/9] input: psmouse-smbus: allow to control psmouse_deactivate Benjamin Tissoires
2018-04-17 8:34 ` [PATCH v2 0/9] Input: support for latest Lenovo thinkpads (series 80) Benjamin Tissoires
2018-04-17 8:40 ` 廖崇榮 [this message]
2018-04-17 11:42 ` Aaron Ma
2018-05-14 8:19 ` Benjamin Tissoires
2018-05-16 7:09 ` Teika Kazura
2018-05-16 8:48 ` Aaron Ma
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='00f701d3d627$bcf41de0$36dc59a0$@emc.com.tw' \
--to=kt.liao@emc.com.tw \
--cc=aaron.ma@canonical.com \
--cc=bberg@redhat.com \
--cc=benjamin.tissoires@redhat.com \
--cc=devicetree@vger.kernel.org \
--cc=dmitry.torokhov@gmail.com \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=oliver@redhat.com \
--cc=robh+dt@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).