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 722D1C54EAA for ; Thu, 26 Jan 2023 22:10:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233014AbjAZWKn (ORCPT ); Thu, 26 Jan 2023 17:10:43 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48112 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229851AbjAZWKh (ORCPT ); Thu, 26 Jan 2023 17:10:37 -0500 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7000546D48; Thu, 26 Jan 2023 14:10:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=4AJlD6HbS7KBgJ+fcdCI7EOJmEwzUaed5SA931xIEYs=; b=UVX4+JkRUZc16zRPcG7n6Y1DJa THQr7kKNWjV2IToiuPf6NpxMZPMGD6NUZoIfvFksQG63QYDmTrFV0Y3VK4KmqhK40QshL1IFBtHyM AKMPexr+Mc47amlnmZ0p1fEYC+7wxphw9U36wwWtOjbG7GAHGcY9halTLl3Xeoky1TLA=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1pLARi-003Hkm-S1; Thu, 26 Jan 2023 23:10:14 +0100 Date: Thu, 26 Jan 2023 23:10:14 +0100 From: Andrew Lunn To: Arnd Bergmann Cc: Wei Fang , Jakub Kicinski , Arnd Bergmann , Shenwei Wang , Clark Wang , NXP Linux Team , "David S. Miller" , Eric Dumazet , Paolo Abeni , netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] [v2] fec: convert to gpio descriptor Message-ID: References: <20230126210648.1668178-1-arnd@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230126210648.1668178-1-arnd@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jan 26, 2023 at 10:05:59PM +0100, Arnd Bergmann wrote: > From: Arnd Bergmann > > The driver can be trivially converted, as it only triggers the gpio > pin briefly to do a reset, and it already only supports DT. > > Signed-off-by: Arnd Bergmann Reviewed-by: Andrew Lunn Andrew