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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D0B7FC433F5 for ; Thu, 5 May 2022 11:05:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1356597AbiEELIl (ORCPT ); Thu, 5 May 2022 07:08:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42356 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1353861AbiEELIe (ORCPT ); Thu, 5 May 2022 07:08:34 -0400 Received: from gandalf.ozlabs.org (mail.ozlabs.org [IPv6:2404:9400:2221:ea00::3]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 51ABF48305 for ; Thu, 5 May 2022 04:04:55 -0700 (PDT) Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 4Kv9ns6ZkQz4x7Y; Thu, 5 May 2022 21:04:48 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ellerman.id.au; s=201909; t=1651748690; bh=wpq71xW68NewGZlAJT/Mbe5vMSkm9s//K8e12ge0EYI=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=o+hvXaktSQYQNY6d4vmVftc5smUDpiHsCf4l46fYHB9D49gKHnDgKA7utxYttTEiE EtUizr6u1/768tK1D3sNzvorNgMPOl3TCDFIWn490jz22di/QrSu1JDi5F6DYoXB7p wsqM3d21+ckUsTg8yOJ6dvgJRSF3pprG9gdOYckctiIjOrKu7B1b0lZqYL9KqAOrZz fAJib2sHtE0sGlHib2pkz+dTQM9V4r8vupBCaD7VL0Uqdtm7++8mRKE7m6s223EkSj duRqXfjwrOjV7PGzdm5P17vEnHvKZFv+NBcwl0qmlN9vocynPwrvyU8hfy/B8okXsh 7mBlTpEO/Pr+A== From: Michael Ellerman To: Andy Shevchenko Cc: Linus Walleij , linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, Scott Wood , Benjamin Herrenschmidt , Paul Mackerras , Bartosz Golaszewski Subject: Re: [PATCH v1 1/1] powerpc/83xx/mpc8349emitx: Get rid of of_node assignment In-Reply-To: References: <20220323174342.56187-1-andriy.shevchenko@linux.intel.com> <87fsm7fkbt.fsf@mpe.ellerman.id.au> Date: Thu, 05 May 2022 21:04:46 +1000 Message-ID: <87wnf0tf3l.fsf@mpe.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Andy Shevchenko writes: > On Thu, Apr 21, 2022 at 08:42:30AM +1000, Michael Ellerman wrote: >> Linus Walleij writes: >> > On Wed, Apr 6, 2022 at 3:02 PM Andy Shevchenko >> > wrote: >> >> On Mon, Mar 28, 2022 at 03:16:08PM +0200, Linus Walleij wrote: >> >> > On Wed, Mar 23, 2022 at 6:43 PM Andy Shevchenko >> >> > wrote: >> >> > >> >> > > Let GPIO library to assign of_node from the parent device. >> >> > > This allows to move GPIO library and drivers to use fwnode >> >> > > APIs instead of being stuck with OF-only interfaces. >> >> > > >> >> > > Signed-off-by: Andy Shevchenko >> >> > >> >> > That's a nice patch. >> >> > Reviewed-by: Linus Walleij >> >> >> >> Thanks! >> >> >> >> Can we have this applied now? >> > >> > I think Michael Ellerman could help with this? >> > >> > Michael? >> >> Yep, I'll pick it up when I start putting things into next. >> >> That's usually the week after rc2, but I had a break for Easter. > > Any new on this? I haven't seen it yet in Linux Next. It's in today's next (next-20220505). cheers