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 1FCA3C77B7A for ; Thu, 1 Jun 2023 14:20:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233600AbjFAOUP (ORCPT ); Thu, 1 Jun 2023 10:20:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40094 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233819AbjFAOTy (ORCPT ); Thu, 1 Jun 2023 10:19:54 -0400 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 84354129; Thu, 1 Jun 2023 07:19:52 -0700 (PDT) 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=UE3rNze3/a01N32sS0x0DAAL8DTKrBYQlAh4EP6ZaxQ=; b=4/KZfK3lyY7z+GVoAG9l1VzTsU XxCsEImqIqpdW7PatAL8qhAmpS53qgnP3tPxZYe4VezPEnCU3IdXi7CTBF/7MYGVWCP+FwyOti2+u Ad7bwHAnYsgkik3778bzlKPUdsNG01H4JMbDVOD2csq12D9ZtCgAgfgekhadyDE2xm4Q=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1q4j9S-00EZj9-Jk; Thu, 01 Jun 2023 16:19:42 +0200 Date: Thu, 1 Jun 2023 16:19:42 +0200 From: Andrew Lunn To: Florian Fainelli Cc: netdev@vger.kernel.org, Florian Fainelli , Broadcom internal kernel review list , Heiner Kallweit , Russell King , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , open list Subject: Re: [PATCH net-next] net: phy: broadcom: Add LPI counter Message-ID: References: <20230531231729.1873932-1-florian.fainelli@broadcom.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230531231729.1873932-1-florian.fainelli@broadcom.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 31, 2023 at 04:17:29PM -0700, Florian Fainelli wrote: > Add the ability to read the PHY maintained LPI counter which is in the > Clause 45 vendor space, device address 7, offset 0x803F. The counter is > cleared on read. > > Signed-off-by: Florian Fainelli Reviewed-by: Andrew Lunn Andrew