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 A71F9C433EF for ; Sun, 13 Mar 2022 00:54:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231156AbiCMAzn (ORCPT ); Sat, 12 Mar 2022 19:55:43 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53676 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229791AbiCMAzn (ORCPT ); Sat, 12 Mar 2022 19:55:43 -0500 Received: from vps0.lunn.ch (vps0.lunn.ch [185.16.172.187]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DF89C26566; Sat, 12 Mar 2022 16:54:36 -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=6+maFgEV6iaPIazlZxSN5+GG0wzf0wI611DCNYloywo=; b=toNvwavk3M28Qr5YMFxN3pvTp2 m46qGHC4UOCFZnynp94UYSq/TzjbL3nrd8yPabi6k45rg9DhFhq/BvoQI6D+UMS75Yps+m7F6DWDU tTNR+17OQ1AFhCemJWKAB1tBKZRZ8RGJTYTvgTkxcjyvHNk2BXjRHJ2oyiBDSNdLa+ag=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1nTCVD-00AXfy-35; Sun, 13 Mar 2022 01:54:31 +0100 Date: Sun, 13 Mar 2022 01:54:31 +0100 From: Andrew Lunn To: Michael Walle Cc: "David S . Miller" , Jakub Kicinski , Rob Herring , Krzysztof Kozlowski , Heiner Kallweit , Russell King , netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH net-next v2 0/3] net: mscc-miim: add integrated PHY reset support Message-ID: References: <20220313002536.13068-1-michael@walle.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220313002536.13068-1-michael@walle.cc> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Sun, Mar 13, 2022 at 01:25:33AM +0100, Michael Walle wrote: > The MDIO driver has support to release the integrated PHYs from reset. > This was implemented for the SparX-5 for now. Now add support for the > LAN966x, too. > > changes since v1: > - fix typo in the subject in patch 3/3 Please don't repost so quickly. It would been better to just reply to yourself saying you had spotted the typo, and will repost in a day or two once people had had chance to review the code. Andrew