From patchwork Mon Jul 16 17:10:58 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Hilman X-Patchwork-Id: 1201331 Return-Path: X-Original-To: patchwork-linux-omap@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork2.kernel.org (Postfix) with ESMTP id CC6D0E007A for ; Mon, 16 Jul 2012 17:10:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753862Ab2GPRKy (ORCPT ); Mon, 16 Jul 2012 13:10:54 -0400 Received: from na3sys009aog118.obsmtp.com ([74.125.149.244]:55538 "EHLO na3sys009aog118.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753851Ab2GPRKs (ORCPT ); Mon, 16 Jul 2012 13:10:48 -0400 Received: from mail-gh0-f178.google.com ([209.85.160.178]) (using TLSv1) by na3sys009aob118.postini.com ([74.125.148.12]) with SMTP ID DSNKUARLEtYAhX9BdowD1Wo99zDmlgnFvt5/@postini.com; Mon, 16 Jul 2012 10:10:48 PDT Received: by ghbf1 with SMTP id f1so6236351ghb.23 for ; Mon, 16 Jul 2012 10:10:42 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:organization:references:date:in-reply-to :message-id:user-agent:mime-version:content-type:x-gm-message-state; bh=GWepxyNTLCMa2zsEFbbXm2750jIogrXoIHw5qATy5LE=; b=Rs0QFOOgcee5FTE9xtqgyDrbKzU/uMu02MC+d76zGr9rWkyygxxACKIVdP48A/3/nj 281Hj0t1ZNGa0P5aLkenGTQykqMlidK1FSdUjZBESVg/tSWLCCkJ9AmNNovorlMldxEs 8xy8uHwlnJNcE8q5t870grS8+X3sVvHRDU6nXBPv28iQtZuCSyoZmfq48rY1/E8OsKpz 6N5sYiIi1daPXw3NNXtugMQKEiKapdYkvkkPyN2DHlLj4VZPBci9VUC1t206Xz8DaCMi 8jyzlmTYs5ykhNVuxR4HtWpezHqEPbvKHzaCSCiT5DJU9nsfLDPFSlLTHPrM19pdGg4T xA5A== Received: by 10.68.232.103 with SMTP id tn7mr27888712pbc.86.1342458635708; Mon, 16 Jul 2012 10:10:35 -0700 (PDT) Received: from localhost (c-24-19-7-36.hsd1.wa.comcast.net. [24.19.7.36]) by mx.google.com with ESMTPS id nv10sm12233378pbb.49.2012.07.16.10.10.33 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 16 Jul 2012 10:10:33 -0700 (PDT) From: Kevin Hilman To: Linus Walleij Cc: Tarun Kanti DebBarma , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Rajendra Nayak , Santosh Shilimkar , "Cousson\, Benoit" , Paul Walmsley Subject: Re: [PATCH 2/2] gpio/omap: add *remove* callback in platform_driver Organization: Texas Instruments, Inc. References: <1341997995-14020-1-git-send-email-tarun.kanti@ti.com> <1341997995-14020-3-git-send-email-tarun.kanti@ti.com> <87394xhocn.fsf@ti.com> <87a9z4g9bi.fsf@ti.com> Date: Mon, 16 Jul 2012 10:10:58 -0700 In-Reply-To: (Linus Walleij's message of "Sat, 14 Jul 2012 22:51:44 +0200") Message-ID: <87ipdnein1.fsf@ti.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) MIME-Version: 1.0 X-Gm-Message-State: ALoCoQmkz54VZf+rqpgHq6WFKqz0LUGYV1NKmuQOAdV4T0Uqq3eDlZuCT4pDe18iU1Pe+2KRuLRP Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org Linus Walleij writes: > On Thu, Jul 12, 2012 at 7:48 PM, Kevin Hilman wrote: > >> In the case of OMAP GPIO, unless it's an obvious fix, I would recommend >> you wait at least until you see some acks/tested tags from any of >> >> - Santosh Shilimkar >> - Rajendra Nayak >> - Benoit Cousson >> >> or Tony, Paul or myself. > > Instead of trying to store this information in my and Grants brains and > us forgetting it, what about patching MAINTAINERS to reflect the fact > instead? That's better I think, plus I use that file a lot. > >> For major series, I have been collecting/queueing them for Grant after >> ensuring they have been well reviewed and well tested (although I am >> eagerly hoping to hand off this role to someone else.) > > Listing it under your GIT tree in MAINTAINERS for this driver will make > this work better I think. > > One path for OMAP GPIO patches, simple. It's obviously the > ambiguity that cause the trouble. Then you can also decide > on each cycle whether to send these to GPIO or ARM SoC > etc. Yeah, I understand the process, but I've been avoiding doing that because, well, I don't want the job. I have been trying to get someone else at TI to maintain this driver, but have not been successful. So, until that happens, feel free to queue up the patch below. Santosh, note that I've put you as co-maintainer of this driver. Kevin From c429e2e98ea7add98b85a47483ca7126284b22e6 Mon Sep 17 00:00:00 2001 From: Kevin Hilman Date: Mon, 16 Jul 2012 10:05:07 -0700 Subject: [PATCH] MAINTAINERS: add entry OMAP GPIO driver Since I've been maintaining this, making it official at the request of the GPIO maintainers. Cc: Grant Likely Cc: Linus Walleij Cc: Santosh Shilimkar Cc: Andrew Morton Signed-off-by: Kevin Hilman --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 03df1d1..61d117a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4943,6 +4943,13 @@ S: Maintained F: drivers/usb/*/*omap* F: arch/arm/*omap*/usb* +OMAP GPIO DRIVER +M: Santosh Shilimkar +M: Kevin Hilman +L: linux-omap@vger.kernel.org +S: Maintained +F: drivers/gpio/gpio.omap.c + OMFS FILESYSTEM M: Bob Copeland L: linux-karma-devel@lists.sourceforge.net