From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 3F85B1007D1 for ; Thu, 10 Jun 2010 16:32:39 +1000 (EST) Subject: Re: [PATCH 0/2] Replace of_device with platform_device From: Benjamin Herrenschmidt To: Grant Likely In-Reply-To: References: <20100604205930.2762.17131.stgit@angua> Content-Type: text/plain; charset="UTF-8" Date: Thu, 10 Jun 2010 16:32:23 +1000 Message-ID: <1276151543.1962.48.camel@pasglop> Mime-Version: 1.0 Cc: Stephen Rothwell , Michal Simek , microblaze-uclinux@itee.uq.edu.au, linuxppc-dev , sparclinux@vger.kernel.org, David Miller List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 2010-06-04 at 15:13 -0600, Grant Likely wrote: > This series is based on Linus' current tree. It eliminate struct > of_device in preparation for the merge of of_platform_bus_type and > platform_bus_type. > > Assuming there are no objections, I'll be putting these to linux-next > to stew sometime next week. I don't see any update to the macio stuff... have you fixed that separately or are you up to breaking it -again- ? :-) You should do build tests with a pmac32 or g5 defconfig every now and then. Cheers, Ben.