From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitry Torokhov Subject: Re: [PATCH] Input: add MAX7359 key switch controller driver, v2 Date: Sun, 10 May 2009 20:12:09 -0700 Message-ID: <20090511031208.GA15208@dtor-d630.eng.vmware.com> References: <4A04E5EA.7000103@samsung.com> <5d5443650905091027w2b60f2ael520373790e6414c7@mail.gmail.com> <4d34a0a70905101934j320c03abl7e39af4fbfdf1f62@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from rv-out-0506.google.com ([209.85.198.231]:52123 "EHLO rv-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751630AbZEKDMQ (ORCPT ); Sun, 10 May 2009 23:12:16 -0400 Content-Disposition: inline In-Reply-To: <4d34a0a70905101934j320c03abl7e39af4fbfdf1f62@mail.gmail.com> Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Kim Kyuwon Cc: Trilok Soni , Kim Kyuwon , LKML , linux-input@vger.kernel.org, Kyungmin Park , Marek Szyprowski On Mon, May 11, 2009 at 11:34:54AM +0900, Kim Kyuwon wrote: > Hi Trilok, > > On Sun, May 10, 2009 at 2:27 AM, Trilok Soni wrote: > > Hi Kim, > > > > On Sat, May 9, 2009 at 7:39 AM, Kim Kyuwon wrote: > >> The Maxim MAX7359 is a I2C interfaced key switch controller which provides > >> microprocessors with management of up to 64 key switches. > >> This patch adds support for the MAX7359 key switch controller. > >> > >> Signed-off-by: Kim Kyuwon > > > > > > Thanks for implementing review comments. Please add > > > > Reviewed-by: Trilok Soni > > Sorry, I didn't know I should put the "Reviewed-by" in the reviewed > patch.(I'm still kernelnewbie :) ) You are not supposed to add it until somebody explicitely asks you to do that, same with Acked-by... The reason is that these tags constitute certain endorsement of the patch and while one person may review the patch he/she may not yet feel that review process is complete. Hope this makes some sense... > If possible, I want Dmitry to add > "Reviewed-by" when he sends this driver to mainline, or I will send > new patch again. > I have it added to my copy. -- Dmitry