From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sunset.davemloft.net (74-93-104-97-Washington.hfc.comcastbusiness.net [74.93.104.97]) by ozlabs.org (Postfix) with ESMTP id CAD8C100CAA for ; Thu, 22 Jul 2010 15:28:19 +1000 (EST) Date: Wed, 21 Jul 2010 22:28:35 -0700 (PDT) Message-Id: <20100721.222835.258899665.davem@davemloft.net> To: grant.likely@secretlab.ca Subject: Re: [PATCH 3/5] of/platform: remove all of_bus_type and of_platform_bus_type references From: David Miller In-Reply-To: <20100721234005.7782.52867.stgit@angua> References: <20100721232817.7782.23410.stgit@angua> <20100721234005.7782.52867.stgit@angua> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Cc: sfr@canb.auug.org.au, monstr@monstr.eu, gregkh@suse.de, linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org, microblaze-uclinux@itee.uq.edu.au, sparclinux@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Grant Likely Date: Wed, 21 Jul 2010 17:40:05 -0600 > Both of_bus_type and of_platform_bus_type are just #define aliases > for the platform bus. This patch removes all references to them and > switches to the of_register_platform_driver()/of_unregister_platform_driver() > API for registering. > > Subsequent patches will convert each user of of_register_platform_driver() > into plain platform_drivers without the of_platform_driver shim. At which > point the of_register_platform_driver()/of_unregister_platform_driver() > functions can be removed. > > Signed-off-by: Grant Likely Acked-by: David S. Miller From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Date: Thu, 22 Jul 2010 05:28:35 +0000 Subject: Re: [PATCH 3/5] of/platform: remove all of_bus_type and Message-Id: <20100721.222835.258899665.davem@davemloft.net> List-Id: References: <20100721232817.7782.23410.stgit@angua> <20100721234005.7782.52867.stgit@angua> In-Reply-To: <20100721234005.7782.52867.stgit@angua> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: grant.likely@secretlab.ca Cc: sfr@canb.auug.org.au, monstr@monstr.eu, gregkh@suse.de, linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org, microblaze-uclinux@itee.uq.edu.au, sparclinux@vger.kernel.org From: Grant Likely Date: Wed, 21 Jul 2010 17:40:05 -0600 > Both of_bus_type and of_platform_bus_type are just #define aliases > for the platform bus. This patch removes all references to them and > switches to the of_register_platform_driver()/of_unregister_platform_driver() > API for registering. > > Subsequent patches will convert each user of of_register_platform_driver() > into plain platform_drivers without the of_platform_driver shim. At which > point the of_register_platform_driver()/of_unregister_platform_driver() > functions can be removed. > > Signed-off-by: Grant Likely Acked-by: David S. Miller From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755137Ab0GVF23 (ORCPT ); Thu, 22 Jul 2010 01:28:29 -0400 Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:51069 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754602Ab0GVF2T (ORCPT ); Thu, 22 Jul 2010 01:28:19 -0400 Date: Wed, 21 Jul 2010 22:28:35 -0700 (PDT) Message-Id: <20100721.222835.258899665.davem@davemloft.net> To: grant.likely@secretlab.ca Cc: sfr@canb.auug.org.au, monstr@monstr.eu, benh@kernel.crashing.org, gregkh@suse.de, linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org, microblaze-uclinux@itee.uq.edu.au, sparclinux@vger.kernel.org Subject: Re: [PATCH 3/5] of/platform: remove all of_bus_type and of_platform_bus_type references From: David Miller In-Reply-To: <20100721234005.7782.52867.stgit@angua> References: <20100721232817.7782.23410.stgit@angua> <20100721234005.7782.52867.stgit@angua> X-Mailer: Mew version 6.3 on Emacs 23.1 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Grant Likely Date: Wed, 21 Jul 2010 17:40:05 -0600 > Both of_bus_type and of_platform_bus_type are just #define aliases > for the platform bus. This patch removes all references to them and > switches to the of_register_platform_driver()/of_unregister_platform_driver() > API for registering. > > Subsequent patches will convert each user of of_register_platform_driver() > into plain platform_drivers without the of_platform_driver shim. At which > point the of_register_platform_driver()/of_unregister_platform_driver() > functions can be removed. > > Signed-off-by: Grant Likely Acked-by: David S. Miller