From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-x229.google.com (mail-we0-x229.google.com [IPv6:2a00:1450:400c:c03::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 2D3EC2C0098 for ; Wed, 12 Jun 2013 21:40:50 +1000 (EST) Received: by mail-we0-f169.google.com with SMTP id n57so6877599wev.14 for ; Wed, 12 Jun 2013 04:40:46 -0700 (PDT) Sender: Grant Likely From: Grant Likely Subject: Re: [PATCH 1/5] ibmebus: convert of_platform_driver to platform_driver To: Benjamin Herrenschmidt , Rob Herring In-Reply-To: <1371014978.8250.175.camel@pasglop> References: <1366596798-9457-1-git-send-email-robherring2@gmail.com> <1366596798-9457-2-git-send-email-robherring2@gmail.com> <1366911329.2869.31.camel@pasglop> <517980B0.3000401@gmail.com> <1366920741.2869.32.camel@pasglop> <517995D0.8020307@gmail.com> <1371014978.8250.175.camel@pasglop> Date: Wed, 12 Jun 2013 12:40:43 +0100 Message-Id: <20130612114043.9E69A3E0A56@localhost> Cc: Roland Dreier , Arnd Bergmann , linux-rdma@vger.kernel.org, netdev@vger.kernel.org, "devicetree-discuss@lists.ozlabs.org" , "linux-kernel@vger.kernel.org" , Christoph Raisch , Hoang-Nam Nguyen , Thadeu Lima de Souza Cascardo , Paul Mackerras , Sean Hefty , linuxppc-dev@lists.ozlabs.org, Hal Rosenstock List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 12 Jun 2013 15:29:38 +1000, Benjamin Herrenschmidt wrote: > On Wed, 2013-05-22 at 07:26 -0500, Rob Herring wrote: > > > git://sources.calxeda.com/kernel/linux.git of-platform-removal > > > > Ben, > > > > Did you have a chance to test this? I want to get this into -next. > > I tested the one in for-next (sorry for the high latency). Works fine. > > Ack. Added acks and applied to my for-next branch. Thanks! g.