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 5303AC433EF for ; Wed, 20 Apr 2022 22:43:12 +0000 (UTC) Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4KkG0Z4z3fz3bp2 for ; Thu, 21 Apr 2022 08:43:10 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=ellerman.id.au header.i=@ellerman.id.au header.a=rsa-sha256 header.s=201909 header.b=YnyIJSjf; dkim-atps=neutral Received: from gandalf.ozlabs.org (mail.ozlabs.org [IPv6:2404:9400:2221:ea00::3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4KkFzw2DLFz2xVY for ; Thu, 21 Apr 2022 08:42:36 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=ellerman.id.au header.i=@ellerman.id.au header.a=rsa-sha256 header.s=201909 header.b=YnyIJSjf; dkim-atps=neutral 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 4KkFzr5dD6z4xTX; Thu, 21 Apr 2022 08:42:32 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ellerman.id.au; s=201909; t=1650494554; bh=o602KQ/+agNDKL9zbAJn0li/P3xi6zOfUFviZ8GVtWA=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=YnyIJSjfggiqOcBnpaqnJxPQIU9gjrc8XhMQET/vTLn6XrgAJKxmDJ83Na9yAupO7 sKCFl2RHCtdB561lmK224mYwiDZyw6lK1XsN9NeC187Q4v8MrVnfMAzlTfPfcXqB4v M8DwK6vhU64YTqCazpMHH6eMaOztsabNjZmwZQd3OatGbExtBCsCSHiHxtnHVrFivH yX4UBJTjOL3KCSBK3R8I5zB4UWNm2Va0gC4JHxEMjabJU9IjTkE2hCoy2RLQTtboi6 HTiBLkhjZMv0ajpAfyOK+BQvm+ZyXJ6D7tWEpJbosO8g0nJUjbXa9z70KUT/U2BG7H EcIo6Kh3UMpGQ== From: Michael Ellerman To: Linus Walleij , Andy Shevchenko 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> Date: Thu, 21 Apr 2022 08:42:30 +1000 Message-ID: <87fsm7fkbt.fsf@mpe.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain 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: Bartosz Golaszewski , linux-kernel@vger.kernel.org, Scott Wood , Paul Mackerras , linuxppc-dev@lists.ozlabs.org Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" 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. cheers