Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758423AbXJCSF4 (ORCPT ); Wed, 3 Oct 2007 14:05:56 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752540AbXJCSFt (ORCPT ); Wed, 3 Oct 2007 14:05:49 -0400 Received: from sj-iport-3-in.cisco.com ([171.71.176.72]:7649 "EHLO sj-iport-3.cisco.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752078AbXJCSFr (ORCPT ); Wed, 3 Oct 2007 14:05:47 -0400 X-IronPort-AV: E=Sophos;i="4.21,226,1188802800"; d="scan'208";a="530982206" To: Paul Mackerras Cc: Joachim Fenkes , "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 X-Message-Flag: Warning: May contain useful information 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: User-Agent: Gnus/5.1008 (Gnus v5.10.8) XEmacs/21.4.20 (linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-OriginalArrivalTime: 03 Oct 2007 18:05:44.0949 (UTC) FILETIME=[04B39A50:01C805E8] Authentication-Results: sj-dkim-1; header.From=rdreier@cisco.com; dkim=pass ( sig from cisco.com/sjdkim1004 verified; ); Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 903 Lines: 22 > > 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. - 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/