From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752744AbeDQIkk convert rfc822-to-8bit (ORCPT ); Tue, 17 Apr 2018 04:40:40 -0400 Received: from emcscan.emc.com.tw ([192.72.220.5]:1414 "EHLO emcscan.emc.com.tw" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752087AbeDQIka (ORCPT ); Tue, 17 Apr 2018 04:40:30 -0400 From: =?UTF-8?B?5buW5bSH5qau?= To: "'Benjamin Tissoires'" Cc: "'Oliver Haessler'" , "'Benjamin Berg'" , "'Rob Herring'" , , "'open list:HID CORE LAYER'" , "'lkml'" , "'Dmitry Torokhov'" , "'Aaron Ma'" References: <20180409091051.2944-1-benjamin.tissoires@redhat.com> In-Reply-To: Subject: RE: [PATCH v2 0/9] Input: support for latest Lenovo thinkpads (series 80) Date: Tue, 17 Apr 2018 16:40:28 +0800 Message-ID: <00f701d3d627$bcf41de0$36dc59a0$@emc.com.tw> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT X-Mailer: Microsoft Outlook 14.0 Thread-Index: AQJU5pv00HPhSK9QPPuQFFTXzPYicAFyVNacovbutKA= Content-Language: zh-tw Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 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 > From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?5buW5bSH5qau?= Subject: RE: [PATCH v2 0/9] Input: support for latest Lenovo thinkpads (series 80) Date: Tue, 17 Apr 2018 16:40:28 +0800 Message-ID: <00f701d3d627$bcf41de0$36dc59a0$@emc.com.tw> References: <20180409091051.2944-1-benjamin.tissoires@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT Return-path: In-Reply-To: Content-Language: zh-tw Sender: linux-kernel-owner@vger.kernel.org To: 'Benjamin Tissoires' Cc: 'Oliver Haessler' , 'Benjamin Berg' , 'Rob Herring' , devicetree@vger.kernel.org, "'open list:HID CORE LAYER'" , 'lkml' , 'Dmitry Torokhov' , 'Aaron Ma' List-Id: devicetree@vger.kernel.org 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 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 >