From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitry Torokhov Subject: Re: [PATCH 1/1] Input: STMicroelectronics multi touch capacitive touchscreen ftk Date: Mon, 3 Dec 2012 17:44:43 -0800 Message-ID: <20121204014442.GA23039@core.coreip.homeip.net> References: <1354285134-8188-1-git-send-email-willy.woo@gmail.com> <20121130150437.GE17587@arwen.pp.htv.fi> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-da0-f46.google.com ([209.85.210.46]:34334 "EHLO mail-da0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751415Ab2LDBot (ORCPT ); Mon, 3 Dec 2012 20:44:49 -0500 Content-Disposition: inline In-Reply-To: Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Li Wu Cc: balbi@ti.com, Li Wu , Henrik Rydberg , Andrew Morton , Joe Perches , Greg Kroah-Hartman , "David S. Miller" , Mauro Carvalho Chehab , Shawn Landden , Viresh Kumar , Jianchun , David Dajun Chen , Ashish Jangam , linux-kernel@vger.kernel.org, linux-input@vger.kernel.org, device-drivers-devel@blackfin.uclinux.org Hi Li, On Tue, Dec 04, 2012 at 08:32:05AM +0800, Li Wu wrote: > Thanks Felipe for the nice comments. > > I have consolidated most of your comments to a new version, but I am not > sure how should I send it out. > > I am using git send-email from shell command, then shall I just send out > the patch v2? Or do I need send both v1 and v2? Use "git rebase" to squash the 2 commit together and then send it out as a single patch. Thanks. -- Dmitry