From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753382Ab2GPWAx (ORCPT ); Mon, 16 Jul 2012 18:00:53 -0400 Received: from na3sys009aog120.obsmtp.com ([74.125.149.140]:50453 "EHLO na3sys009aog120.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752593Ab2GPWAu (ORCPT ); Mon, 16 Jul 2012 18:00:50 -0400 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> <87ipdnein1.fsf@ti.com> Date: Mon, 16 Jul 2012 15:01:13 -0700 In-Reply-To: (Linus Walleij's message of "Mon, 16 Jul 2012 22:49:17 +0200") Message-ID: <87y5mjcqmu.fsf@ti.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Linus Walleij writes: > On Mon, Jul 16, 2012 at 7:10 PM, Kevin Hilman wrote: > >> 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 > > Thank! Applied, but: > >> +F: drivers/gpio/gpio.omap.c > > I replaced the period with a dash: > drivers/gpio/gpio-omap.c Ah, you caught me again trying to avoid getting mail for that driver. ;) Kevin