From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sj-iport-3.cisco.com (sj-iport-3-in.cisco.com [171.71.176.72]) by ozlabs.org (Postfix) with ESMTP id A9252DDE2E for ; Thu, 4 Oct 2007 04:05:48 +1000 (EST) To: Paul Mackerras Subject: Re: [PATCH 4/5] ibmebus: Move to of_device and of_platform_driver, match eHCA and eHEA drivers References: <200709261143.24735.fenkes@de.ibm.com> <200709261145.51926.fenkes@de.ibm.com> <18179.943.277895.633795@cargo.ozlabs.ibm.com> From: Roland Dreier Date: Wed, 03 Oct 2007 11:05:44 -0700 In-Reply-To: <18179.943.277895.633795@cargo.ozlabs.ibm.com> (Paul Mackerras's message of "Wed, 3 Oct 2007 12:51:27 +1000") Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Thomas Klein , Arnd Bergmann , Jan-Bernd Themann , Joachim Fenkes , LKML , Paul Mackerras , LinuxPPC-Dev , Christoph Raisch , Stefan Roscher List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > > Replace struct ibmebus_dev and struct ibmebus_driver with struct of_device > > and struct of_platform_driver, respectively. Match the external ibmebus > > interface and drivers using it. > > > > Signed-off-by: Joachim Fenkes > > If not, then you need to get an Acked-by and an agreement that this > change can go via the powerpc.git tree from Roland Dreier and Jeff > Garzik. I don't see anything objectionable in the infiniband parts of the patch -- I don't have any way to test the changes but it all looks like a straightforward conversion to a new platform API. So: Acked-by: Roland Dreier - R.