From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752500AbbJQAMR (ORCPT ); Fri, 16 Oct 2015 20:12:17 -0400 Received: from mail-pa0-f42.google.com ([209.85.220.42]:34793 "EHLO mail-pa0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750817AbbJQAMQ (ORCPT ); Fri, 16 Oct 2015 20:12:16 -0400 Date: Fri, 16 Oct 2015 17:12:13 -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.3-rc5 Message-ID: <20151017001213.GA2694@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 2 small fixups to ads7846 touchscreen controller driver and Cypress touchpad driver. Changelog: --------- Andrey Gelman (1): Input: ads7846 - correct the value got from SPI Dudley Du (1): Input: cyapa - fix the copy paste error on electrodes_rx value Diffstat: -------- drivers/input/mouse/cyapa_gen6.c | 10 +++------- drivers/input/touchscreen/ads7846.c | 8 ++++++-- 2 files changed, 9 insertions(+), 9 deletions(-) Thanks. -- Dmitry