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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933290AbXJPOUu (ORCPT ); Tue, 16 Oct 2007 10:20:50 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757265AbXJPOUi (ORCPT ); Tue, 16 Oct 2007 10:20:38 -0400 Received: from mtagate2.uk.ibm.com ([195.212.29.135]:28268 "EHLO mtagate2.uk.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755248AbXJPOUh convert rfc822-to-8bit (ORCPT ); Tue, 16 Oct 2007 10:20:37 -0400 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 User-Agent: KMail/1.9.1 Cc: Jan-Bernd Themann , Paul Mackerras , Christoph Raisch , Hoang-Nam Nguyen , LKML , "LinuxPPC-Dev" , Paul Mackerras , Stefan Roscher , Thomas Q Klein , netdev@vger.kernel.org, Marcus Eder References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8BIT Content-Disposition: inline Message-Id: <200710162320.00630.fenkes@de.ibm.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org 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 of_device > > > > and struct of_platform_driver, respectively. Match the external 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.  Is 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)? > > > > > > 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=13750 If you have no objections, please ack the patch so Paul can include it. Thanks and regards, Joachim