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 X-Spam-Level: X-Spam-Status: No, score=-11.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 94DC5C4332E for ; Thu, 14 Jan 2021 01:59:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5DC2F23442 for ; Thu, 14 Jan 2021 01:59:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728907AbhANB6r (ORCPT ); Wed, 13 Jan 2021 20:58:47 -0500 Received: from mail.kernel.org ([198.145.29.99]:54084 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729542AbhAMXkF (ORCPT ); Wed, 13 Jan 2021 18:40:05 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id B39772339D; Wed, 13 Jan 2021 23:28:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1610580529; bh=/EZwYISxGNRvhIju1ByI/D1UP+uy/O49FGZOPOUzmtE=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=JXs675/Qn17FdCSFNLTX/mkhUaEBEwHY0DWBc/w3kZe3KCnG+PPfEGO2qNBshti4L GtW0C4g42+/YBy/BJ5G8afSqdf4b5UW7DKULxaKfF0QXBh3rFq2tYO8AiSW6mKLtOP qGZ4bF5EG6sBIo/Ug040cOzY2qNw/sTLktZ6u2ns0WyrBP/EEWpt1oqy9gUH1iBGZi 1ynSwogd1ZCoNc2w8vYmntesCfq8t4MSWX3wXMmGVLqbnHGeWAq8kmK5RZBbhevc2h C+kn3QK2ORO/z8vrgXQdG79Gj6oH5EIniTBdet9vQyJm0h0NuDEeOFDGT7Dlw7aeor se9FEnBtMUjPA== Date: Wed, 13 Jan 2021 15:28:47 -0800 From: Jakub Kicinski To: Claudiu Beznea Cc: , , , , , Subject: Re: [PATCH] net: phy: micrel: reconfigure the phy on resume Message-ID: <20210113152847.3dc4f59e@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> In-Reply-To: <1610120754-14331-1-git-send-email-claudiu.beznea@microchip.com> References: <1610120754-14331-1-git-send-email-claudiu.beznea@microchip.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Fri, 8 Jan 2021 17:45:54 +0200 Claudiu Beznea wrote: > KSZ9131 is used in setups with SAMA7G5. SAMA7G5 supports a special > power saving mode (backup mode) that cuts the power for almost all > parts of the SoC. The rail powering the ethernet PHY is also cut off. > When resuming, in case the PHY has been configured on probe with > slew rate or DLL settings these needs to be restored thus call > driver's config_init() on resume. > > Signed-off-by: Claudiu Beznea I think Heiner rises an interesting point, and we can't have this patch hanging in patchwork for much longer. We'll be expecting a fresh posting once the discussion settles, regardless of the decision. Thanks!