Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932306AbVLHVGk (ORCPT ); Thu, 8 Dec 2005 16:06:40 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932322AbVLHVGj (ORCPT ); Thu, 8 Dec 2005 16:06:39 -0500 Received: from zproxy.gmail.com ([64.233.162.201]:41005 "EHLO zproxy.gmail.com") by vger.kernel.org with ESMTP id S932306AbVLHVGi convert rfc822-to-8bit (ORCPT ); Thu, 8 Dec 2005 16:06:38 -0500 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=RCKQyekI4lHrkMuJBbB8us4X/EmGkcbID9BoGEP2K/NJDGi+aUDpkKMFC4n4O24shLJi7V2Ej6HmaeqR2EB58moI4g5/LdE0M0Ij0bfS4YDCHjiMR7BIzui3EbH3cdE51vRb+McdhzsmZd5bzfeT6NGxRbryQ+qELG8CcQfWF8c= Message-ID: Date: Thu, 8 Dec 2005 16:06:36 -0500 From: Dmitry Torokhov Reply-To: dtor_core@ameritech.net To: Jean Delvare Subject: Re: [PATCH] Minor change to platform_device_register_simple prototype Cc: Russell King , Greg KH , LKML In-Reply-To: <20051208215815.3d001dab.khali@linux-fr.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT Content-Disposition: inline References: <20051205202707.GH15201@flint.arm.linux.org.uk> <20051207180842.GG6793@flint.arm.linux.org.uk> <20051207190352.GI6793@flint.arm.linux.org.uk> <20051207225126.GA648@kroah.com> <20051207230615.GB742@kroah.com> <20051207232105.GO6793@flint.arm.linux.org.uk> <20051208215815.3d001dab.khali@linux-fr.org> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1158 Lines: 31 On 12/8/05, Jean Delvare wrote: > Hi Russell, > > > On Wed, Dec 07, 2005 at 03:06:15PM -0800, Greg KH wrote: > > > Ok, that's fine with me. Russell, any objections? > > > > None what so ever - that's mostly what I envisioned with the patch > > with the _del method. However, I didn't have an existing user for it. > > Do you mean you have the code already? If it is so, could you please > provide a patch Dmitry and I can give a try to? > I have the patch (my version anyway), I will send it out tonight. > If not, I am willing to give it a try, if you provide some guidance. I > think I understand that platform_device_del would be the first half of > platform_device_unregister, but do we then want to rebuild > platform_device_unregister on top of platform_device_del so as to avoid > code duplication, or not? > Yes, _unregister is changed to be smply call to _del + _put. -- Dmitry - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/