From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mtagate6.uk.ibm.com (mtagate6.uk.ibm.com [195.212.29.139]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mtagate6.uk.ibm.com", Issuer "Equifax" (verified OK)) by ozlabs.org (Postfix) with ESMTP id 4C460DDE2E for ; Wed, 17 Oct 2007 00:20:36 +1000 (EST) Received: from d06nrmr1407.portsmouth.uk.ibm.com (d06nrmr1407.portsmouth.uk.ibm.com [9.149.38.185]) by mtagate6.uk.ibm.com (8.13.8/8.13.8) with ESMTP id l9GEKVOR119260 for ; Tue, 16 Oct 2007 14:20:31 GMT Received: from d06av02.portsmouth.uk.ibm.com (d06av02.portsmouth.uk.ibm.com [9.149.37.228]) by d06nrmr1407.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v8.5) with ESMTP id l9GEKVn32789386 for ; Tue, 16 Oct 2007 15:20:31 +0100 Received: from d06av02.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av02.portsmouth.uk.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id l9GEKPeY015586 for ; Tue, 16 Oct 2007 15:20:25 +0100 From: Joachim Fenkes To: Jeff Garzik Subject: Re: [PATCH 4/5] ibmebus: Move to of_device and of_platform_driver, match eHCA and eHEA drivers Date: Tue, 16 Oct 2007 23:20:00 +0200 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Message-Id: <200710162320.00630.fenkes@de.ibm.com> Cc: Thomas Q Klein , Jan-Bernd Themann , netdev@vger.kernel.org, Paul Mackerras , LKML , LinuxPPC-Dev , Christoph Raisch , Marcus Eder , Paul Mackerras , Stefan Roscher List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tuesday 09 October 2007 10:21, Jan-Bernd Themann wrote: > Roland Dreier wrote on 03.10.2007 20:05:44: > > > > Replace struct ibmebus_dev and struct ibmebus_driver with struct=20 of_device > > > > and struct of_platform_driver, respectively. Match the external=20 ibmebus > > > > interface and drivers using it. > > > > > > > > Signed-off-by: Joachim Fenkes > > > > > > This is somewhat difficult as this patch touches files that are the > > > responsibility of three different maintainers. =A0Is it possible to > > > split the patch into three, one for each maintainer (possibly by > > > keeping both old and new interfaces around for a little while)? > > >=20 > > > 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. > > Looks good from eHEA driver perspective. > > Acked-by: Jan-Bernd Themann Jeff, do you have any objections against this patch going into the kernel via Paul's powerpc.git tree? It touches only a few lines of ehea which are specific to the bus interface changes. You can see the full patch here: http://patchwork.ozlabs.org/linuxppc/patch?id=3D13750 If you have no objections, please ack the patch so Paul can include it. Thanks and regards, Joachim