From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benjamin Herrenschmidt Subject: Re: [PATCH 1/5] ibmebus: convert of_platform_driver to platform_driver Date: Fri, 26 Apr 2013 06:12:21 +1000 Message-ID: <1366920741.2869.32.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> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <517980B0.3000401-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> Sender: linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Rob Herring Cc: "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org" , Grant Likely , Arnd Bergmann , Paul Mackerras , Hoang-Nam Nguyen , Christoph Raisch , Roland Dreier , Sean Hefty , Hal Rosenstock , Thadeu Lima de Souza Cascardo , linuxppc-dev-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-rdma@vger.kernel.org On Thu, 2013-04-25 at 14:14 -0500, Rob Herring wrote: > On 04/25/2013 12:35 PM, Benjamin Herrenschmidt wrote: > > On Thu, 2013-04-25 at 10:23 -0500, Rob Herring wrote: > >> Ben, Can I have your Ack for this? The change is straightforward and > >> neither of the 2 drivers used the id parameter that is removed. > > > > Didn't you get my mail about a compile failure caused by this patch ? > > No, and I can't find any evidence of a mail in my inbox or in the list > archives. Odd... > > .../... > You need patch 2 of this series to fix this: > > driver core: move to_platform_driver to platform_device.h > > which as Arnd pointed out needs to come first. I've fixed that in my > tree, but I don't think it warrants another post. Can I pull you tree from somewhere to test ? Cheers, Ben. > Rob > -- > To unsubscribe from this list: send the line "unsubscribe netdev" in > the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <1366920741.2869.32.camel@pasglop> Subject: Re: [PATCH 1/5] ibmebus: convert of_platform_driver to platform_driver From: Benjamin Herrenschmidt To: Rob Herring Date: Fri, 26 Apr 2013 06:12:21 +1000 In-Reply-To: <517980B0.3000401@gmail.com> 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> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 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 , Grant Likely , 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 Thu, 2013-04-25 at 14:14 -0500, Rob Herring wrote: > On 04/25/2013 12:35 PM, Benjamin Herrenschmidt wrote: > > On Thu, 2013-04-25 at 10:23 -0500, Rob Herring wrote: > >> Ben, Can I have your Ack for this? The change is straightforward and > >> neither of the 2 drivers used the id parameter that is removed. > > > > Didn't you get my mail about a compile failure caused by this patch ? > > No, and I can't find any evidence of a mail in my inbox or in the list > archives. Odd... > > .../... > You need patch 2 of this series to fix this: > > driver core: move to_platform_driver to platform_device.h > > which as Arnd pointed out needs to come first. I've fixed that in my > tree, but I don't think it warrants another post. Can I pull you tree from somewhere to test ? Cheers, Ben. > Rob > -- > To unsubscribe from this list: send the line "unsubscribe netdev" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932859Ab3DYUNS (ORCPT ); Thu, 25 Apr 2013 16:13:18 -0400 Received: from gate.crashing.org ([63.228.1.57]:47431 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759186Ab3DYUNQ (ORCPT ); Thu, 25 Apr 2013 16:13:16 -0400 Message-ID: <1366920741.2869.32.camel@pasglop> Subject: Re: [PATCH 1/5] ibmebus: convert of_platform_driver to platform_driver From: Benjamin Herrenschmidt To: Rob Herring Cc: "linux-kernel@vger.kernel.org" , "devicetree-discuss@lists.ozlabs.org" , Grant Likely , Arnd Bergmann , Paul Mackerras , Hoang-Nam Nguyen , Christoph Raisch , Roland Dreier , Sean Hefty , Hal Rosenstock , Thadeu Lima de Souza Cascardo , linuxppc-dev@lists.ozlabs.org, linux-rdma@vger.kernel.org, netdev@vger.kernel.org Date: Fri, 26 Apr 2013 06:12:21 +1000 In-Reply-To: <517980B0.3000401@gmail.com> 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> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.6.2-0ubuntu0.1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2013-04-25 at 14:14 -0500, Rob Herring wrote: > On 04/25/2013 12:35 PM, Benjamin Herrenschmidt wrote: > > On Thu, 2013-04-25 at 10:23 -0500, Rob Herring wrote: > >> Ben, Can I have your Ack for this? The change is straightforward and > >> neither of the 2 drivers used the id parameter that is removed. > > > > Didn't you get my mail about a compile failure caused by this patch ? > > No, and I can't find any evidence of a mail in my inbox or in the list > archives. Odd... > > .../... > You need patch 2 of this series to fix this: > > driver core: move to_platform_driver to platform_device.h > > which as Arnd pointed out needs to come first. I've fixed that in my > tree, but I don't think it warrants another post. Can I pull you tree from somewhere to test ? Cheers, Ben. > Rob > -- > To unsubscribe from this list: send the line "unsubscribe netdev" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html