Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754983Ab1CMKlX (ORCPT ); Sun, 13 Mar 2011 06:41:23 -0400 Received: from ogre.sisk.pl ([217.79.144.158]:54571 "EHLO ogre.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752738Ab1CMKlW (ORCPT ); Sun, 13 Mar 2011 06:41:22 -0400 From: "Rafael J. Wysocki" To: Greg KH , linux-usb@vger.kernel.org Subject: Re: [RFC PATCH 3/4] PLATFORM: Introduce async platform_data attach api Date: Sun, 13 Mar 2011 11:41:07 +0100 User-Agent: KMail/1.13.6 (Linux/2.6.38-rc8+; KDE/4.6.0; x86_64; ; ) Cc: Andy Green , linux-kernel@vger.kernel.org, patches@linaro.org, Andy Green References: <20110312222633.27020.19543.stgit@otae.warmcat.com> <20110312223227.27020.83925.stgit@otae.warmcat.com> <20110313010155.GA20396@kroah.com> In-Reply-To: <20110313010155.GA20396@kroah.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201103131141.07380.rjw@sisk.pl> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1162 Lines: 28 On Sunday, March 13, 2011, Greg KH wrote: > On Sat, Mar 12, 2011 at 10:32:27PM +0000, Andy Green wrote: > > This introduces a platform API so busses can allow platform_data to > > be attached to any struct device they create from probing in one step. > > > > The function checks through the async platform_data map if one was > > previously registered, and checks the device's device path for itself > > and its parents against the mapped device path names. > > > > If it sees a match, it attaches the associated platform_data and sets > > that map entry's device_path to NULL so no further time is spent trying > > to match it. > > This _really_ should just use the device tree stuff, that is what it is > for, please don't duplicate it here in a not-as-flexible way. I agree. @Andy: If it doesn't work for you for some reason, please let us know the usage case that is not covered (in detail). Thanks, Rafael -- 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/