From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932388AbbFEFii (ORCPT ); Fri, 5 Jun 2015 01:38:38 -0400 Received: from mail-ig0-f181.google.com ([209.85.213.181]:35889 "EHLO mail-ig0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932066AbbFEFid (ORCPT ); Fri, 5 Jun 2015 01:38:33 -0400 Date: Thu, 4 Jun 2015 22:38:28 -0700 From: Dmitry Torokhov To: "james.chen" Cc: Herman Lin , Scott Liu , linux-kernel@vger.kernel.org, linux-input@vger.kernel.org, Jeff Chuang , Agnes Cheng Subject: Re: [PATCH] CHROMIUM: elants_i2c: Solved previous issue on 3.10 and 3.14. Message-ID: <20150605053828.GC29704@dtor-ws> References: <1433315176-12805-1-git-send-email-james.chen@emc.com.tw> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1433315176-12805-1-git-send-email-james.chen@emc.com.tw> 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 James, On Wed, Jun 03, 2015 at 03:06:16PM +0800, james.chen wrote: > From: "james.chen" > > This patch refer 3.10 driver code to solve firmware upgrade > issue(Change 266813) and enable noise-immunity(Change 243875). > > BUG=chrome-os-partner:39373 > TEST=Test Elan Touch Screen on cyan project without problems. As I mentioned elsewhere this does not simply address firmware upgrade and noise immunity issues but rather overlays version that can be found in 3.10 ChromeOS kernel on top of mainline driver, removing a lot of cleanups and fixes that went into preparing the driver for mainline inclusion. Thanks. -- Dmitry