From mboxrd@z Thu Jan 1 00:00:00 1970 From: Trilok Soni Subject: Re: [PATCH] Input: add MAX7359 key switch controller driver, v2 Date: Fri, 19 Jun 2009 23:08:57 +0530 Message-ID: <5d5443650906191038o797e0c3eu8234a56ee247ea68@mail.gmail.com> References: <4A04E5EA.7000103@samsung.com> <5d5443650905091027w2b60f2ael520373790e6414c7@mail.gmail.com> <4d34a0a70905101934j320c03abl7e39af4fbfdf1f62@mail.gmail.com> <20090511031208.GA15208@dtor-d630.eng.vmware.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mail-qy0-f175.google.com ([209.85.221.175]:58905 "EHLO mail-qy0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751948AbZFSRrI (ORCPT ); Fri, 19 Jun 2009 13:47:08 -0400 In-Reply-To: <20090511031208.GA15208@dtor-d630.eng.vmware.com> Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Dmitry Torokhov Cc: Kim Kyuwon , Kim Kyuwon , LKML , linux-input@vger.kernel.org, Kyungmin Park , Marek Szyprowski Hi, On Mon, May 11, 2009 at 8:42 AM, Dmitry Torokhov wrote: > 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. I was looking at Palm Pre released linux-2.6.24 patch today at their site http://palm.cdnetworks.net/opensource/1.0.1/linux-2.6.24-patch.gz and I found that Palm Pre also uses the same switch controller but they seems to have written another version of this driver. ---Trilok Soni