From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755012AbeCGXxQ (ORCPT ); Wed, 7 Mar 2018 18:53:16 -0500 Received: from mail-it0-f67.google.com ([209.85.214.67]:54002 "EHLO mail-it0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754883AbeCGXxO (ORCPT ); Wed, 7 Mar 2018 18:53:14 -0500 X-Google-Smtp-Source: AG47ELvKa7yszlI4WWEztg8gz/2GoELSBaxpe/ePaThrThTPiTgKYcORjheTX7azXq+4oUXgFH0fRw== Date: Wed, 7 Mar 2018 15:53:11 -0800 From: Dmitry Torokhov To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-input@vger.kernel.org Subject: [git pull] Input updates for v4.16-rc4 Message-ID: <20180307235311.GB231572@dtor-ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.9.2 (2017-12-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git for-linus to receive updates for the input subsystem: - we are reverting patch that was switched touchpad on Lenovo T460P over to native RMI because on these boxes BIOS messes up with SMBus controller state. We might re-enable it later once SMBus issue is resolved - disabling interrupts in matrix_keypad driver was racy - mms114 now has SPDX header and matching MODULE_LICENSE Changelog: --------- Andi Shyti (2): Input: mms114 - fix license module information Input: mms114 - add SPDX identifier Dmitry Torokhov (1): Revert "Input: synaptics - Lenovo Thinkpad T460p devices should use RMI" Zhang Bo (1): Input: matrix_keypad - fix race when disabling interrupts Diffstat: -------- drivers/input/keyboard/matrix_keypad.c | 4 +++- drivers/input/mouse/synaptics.c | 1 - drivers/input/touchscreen/mms114.c | 15 ++++++--------- 3 files changed, 9 insertions(+), 11 deletions(-) Thanks. -- Dmitry