From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A0E2CC433EF for ; Thu, 5 May 2022 11:25:45 +0000 (UTC) Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4KvBG02Pscz3byW for ; Thu, 5 May 2022 21:25:44 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.a=rsa-sha256 header.s=Intel header.b=epmifsoy; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=none (no SPF record) smtp.mailfrom=linux.intel.com (client-ip=134.134.136.100; helo=mga07.intel.com; envelope-from=andriy.shevchenko@linux.intel.com; receiver=) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.a=rsa-sha256 header.s=Intel header.b=epmifsoy; dkim-atps=neutral Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4KvBFG3Hcwz2x9W for ; Thu, 5 May 2022 21:25:05 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1651749906; x=1683285906; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=L6Ngp94hHGWsNcgFnS5I3Kj6GypsoRDxbkj/M+UXs1s=; b=epmifsoyGrZaWJsfxuFnJ+dw82mzlgLixRrqR2Qrmm+m2XqvYgeoLsZm 648L+EhEDJV0/kXpC3BDKlceWgIlIx0aVJe4/7D36w20sgYMmVkFALOlh jrtwGzSewHbtWjP6VPQ6gLjfy3/UD3oU5+RsJY3FDxPOWRJzjfkWx5fB3 jsFWqBXU04c7myYw3xvNjGJawKNvUq7B4pW0FIpGSBPfhMGkoiQHGnlzx ZmbmxUnlFouyJ2UeOMeccGlI7H0xrVPEI05b0cK+y/YdxekBL5Y6pglXe +6r4E7Qc60tEXifcruromH/ozt9z4vcsuoqPdJlBviP3d2fXwZwlm5LP3 w==; X-IronPort-AV: E=McAfee;i="6400,9594,10337"; a="331065363" X-IronPort-AV: E=Sophos;i="5.91,201,1647327600"; d="scan'208";a="331065363" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 May 2022 04:23:59 -0700 X-IronPort-AV: E=Sophos;i="5.91,201,1647327600"; d="scan'208";a="600004091" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 May 2022 04:23:57 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.95) (envelope-from ) id 1nmZaL-00CG2M-Lf; Thu, 05 May 2022 14:23:53 +0300 Date: Thu, 5 May 2022 14:23:53 +0300 From: Andy Shevchenko To: Michael Ellerman Subject: Re: [PATCH v1 1/1] powerpc/83xx/mpc8349emitx: Get rid of of_node assignment Message-ID: References: <20220323174342.56187-1-andriy.shevchenko@linux.intel.com> <87fsm7fkbt.fsf@mpe.ellerman.id.au> <87wnf0tf3l.fsf@mpe.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87wnf0tf3l.fsf@mpe.ellerman.id.au> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Linus Walleij , linux-kernel@vger.kernel.org, Scott Wood , Paul Mackerras , linuxppc-dev@lists.ozlabs.org, Bartosz Golaszewski Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Thu, May 05, 2022 at 09:04:46PM +1000, Michael Ellerman wrote: > Andy Shevchenko writes: > > On Thu, Apr 21, 2022 at 08:42:30AM +1000, Michael Ellerman wrote: ... > > Any new on this? I haven't seen it yet in Linux Next. > > It's in today's next (next-20220505). Got it, thank you! -- With Best Regards, Andy Shevchenko