From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1035161AbcIWV1F (ORCPT ); Fri, 23 Sep 2016 17:27:05 -0400 Received: from mail-pf0-f196.google.com ([209.85.192.196]:32778 "EHLO mail-pf0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965005AbcIWV1E (ORCPT ); Fri, 23 Sep 2016 17:27:04 -0400 Date: Fri, 23 Sep 2016 14:27:01 -0700 From: Dmitry Torokhov To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-input@vger.kernel.org Subject: [git pull] Input updates for 4.8-rc7 Message-ID: <20160923212701.GA25499@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. Just a fix up for the firmware handling to the Silead driver (which is a new driver in this release). Changelog: --------- Hans de Goede (2): Input: silead_gsl1680 - document firmware-name, fix implementation Input: silead_gsl1680 - use "silead/" prefix for firmware loading Diffstat: -------- .../bindings/input/touchscreen/silead_gsl1680.txt | 1 + drivers/input/touchscreen/silead.c | 16 +++++++++------- 2 files changed, 10 insertions(+), 7 deletions(-) -- Dmitry