From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from over.ny.us.ibm.com (over.ny.us.ibm.com [32.97.182.150]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "over.ny.us.ibm.com", Issuer "Network Services" (not verified)) by ozlabs.org (Postfix) with ESMTP id EF9852BDF2 for ; Sat, 15 Jan 2005 05:55:51 +1100 (EST) Received: from e32.co.us.ibm.com (e32.esmtp.ibm.com [9.14.4.130]) by pokfb.esmtp.ibm.com (8.12.10/8.12.10) with ESMTP id j0EIgEjK022351 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK) for ; Fri, 14 Jan 2005 13:42:15 -0500 Received: from westrelay02.boulder.ibm.com (westrelay02.boulder.ibm.com [9.17.195.11]) by e32.co.us.ibm.com (8.12.10/8.12.9) with ESMTP id j0EIg9ul473782 for ; Fri, 14 Jan 2005 13:42:09 -0500 Received: from d03av02.boulder.ibm.com (d03av02.boulder.ibm.com [9.17.195.168]) by westrelay02.boulder.ibm.com (8.12.10/NCO/VER6.6) with ESMTP id j0EIg9jw457250 for ; Fri, 14 Jan 2005 11:42:09 -0700 Received: from d03av02.boulder.ibm.com (loopback [127.0.0.1]) by d03av02.boulder.ibm.com (8.12.11/8.12.11) with ESMTP id j0EIg8ZE003717 for ; Fri, 14 Jan 2005 11:42:08 -0700 Date: Fri, 14 Jan 2005 10:42:00 -0800 From: Greg KH To: Kumar Gala Message-ID: <20050114184159.GB30093@kroah.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: Cc: linux-kernel@vger.kernel.org, sensors@Stimpy.netroedge.com, linuxppc-embedded@ozlabs.org Subject: Re: [PATCH] I2C-MPC: Convert to platform_device driver List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, Jan 13, 2005 at 09:35:32PM -0600, Kumar Gala wrote: > Converted the driver to work as either a OCP or platform_device driver. > The intent in the future (once we convert all PPC sub-archs from OCP to > platform_device) is to remove the OCP code. Applied, thanks. greg k-h