From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752077AbdAaSnB (ORCPT ); Tue, 31 Jan 2017 13:43:01 -0500 Received: from mail-pf0-f193.google.com ([209.85.192.193]:33130 "EHLO mail-pf0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751461AbdAaSmx (ORCPT ); Tue, 31 Jan 2017 13:42:53 -0500 Date: Tue, 31 Jan 2017 10:42:49 -0800 From: Dmitry Torokhov To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-input@vger.kernel.org Subject: [git pull] Input updates for 4.10-rc6 Message-ID: <20170131184249.GC13642@dtor-ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-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. You will get a fix for crash in wm97xx driver and synaptics-rmi4 will stop throwing erroneous warnings. Changelog: --------- Christophe JAILLET (1): Input: synaptics-rmi4 - fix reversed conditions in enable/disable_irq_wake Manuel Lauss (1): Input: wm97xx - make missing platform data non-fatal Diffstat: -------- drivers/input/rmi4/rmi_driver.c | 4 ++-- drivers/input/touchscreen/wm97xx-core.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) -- Dmitry