Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757448AbXJCDIR (ORCPT ); Tue, 2 Oct 2007 23:08:17 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755673AbXJCDIH (ORCPT ); Tue, 2 Oct 2007 23:08:07 -0400 Received: from ozlabs.org ([203.10.76.45]:41961 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755398AbXJCDIG (ORCPT ); Tue, 2 Oct 2007 23:08:06 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18179.943.277895.633795@cargo.ozlabs.ibm.com> Date: Wed, 3 Oct 2007 12:51:27 +1000 From: Paul Mackerras To: Joachim Fenkes Cc: "LinuxPPC-Dev" , LKML , Arnd Bergmann , Christoph Raisch , "Hoang-Nam Nguyen" , "Jan-Bernd Themann" , Stefan Roscher , Thomas Klein , Paul Mackerras Subject: Re: [PATCH 4/5] ibmebus: Move to of_device and of_platform_driver, match eHCA and eHEA drivers In-Reply-To: <200709261145.51926.fenkes@de.ibm.com> References: <200709261143.24735.fenkes@de.ibm.com> <200709261145.51926.fenkes@de.ibm.com> X-Mailer: VM 7.19 under Emacs 21.4.1 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1372 Lines: 31 Joachim Fenkes writes: > 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 > --- > drivers/infiniband/hw/ehca/ehca_classes.h | 2 +- > drivers/net/ehea/ehea.h | 2 +- > include/asm-powerpc/ibmebus.h | 38 +++------------ > arch/powerpc/kernel/ibmebus.c | 28 ++++++----- > drivers/infiniband/hw/ehca/ehca_eq.c | 6 +- > drivers/infiniband/hw/ehca/ehca_main.c | 32 ++++++------ > drivers/net/ehea/ehea_main.c | 72 ++++++++++++++-------------- 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. Paul. - 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/