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 4B4F4C433FE for ; Thu, 10 Nov 2022 13:10:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230318AbiKJNKR (ORCPT ); Thu, 10 Nov 2022 08:10:17 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35606 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230413AbiKJNKF (ORCPT ); Thu, 10 Nov 2022 08:10:05 -0500 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DB8E4742E4; Thu, 10 Nov 2022 05:09:54 -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=+2SL6ff+kWU3cRnOVLAgE4xFk13QlakKrQ2biA/MOFk=; b=EuIyH5/SgPwinwGVfhlkSvXX9T QYIWVUUpFLMJ1/VLX/4LOg7QgEVH0mldjOJQcwR4OnqFEqrkwyX2iIwPWWJcJnXEloCeEswJy/wqI 9brl46KEwRradfMiK3oQ7E0leXkrMbmrUstoBFjcllp0JZUwlOrzTD7cCvRKHOGkWpYw=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1ot7Iv-002259-6L; Thu, 10 Nov 2022 14:09:13 +0100 Date: Thu, 10 Nov 2022 14:09:13 +0100 From: Andrew Lunn To: Michael Sit Wei Hong Cc: Heiner Kallweit , Russell King , "David S . Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Tan Tee Min , Lay Kuan Loon , Ong Boon Leong , Looi Hong Aun , Voon Weifeng , Zulkifli Muhammad Husaini , Gan Yi Fang Subject: Re: [PATCH net v2 RESEND 1/1] net: phy: dp83867: Fix SGMII FIFO depth for non OF devices Message-ID: References: <20221110054938.925347-1-michael.wei.hong.sit@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221110054938.925347-1-michael.wei.hong.sit@intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 10, 2022 at 01:49:38PM +0800, Michael Sit Wei Hong wrote: > Current driver code will read device tree node information, > and set default values if there is no info provided. > > This is not done in non-OF devices leading to SGMII fifo depths being > set to the smallest size. > > This patch sets the value to the default value of the PHY as stated in the > PHY datasheet. > > Fixes: 4dc08dcc9f6f ("net: phy: dp83867: introduce critical chip default init for non-of platform") > Signed-off-by: Michael Sit Wei Hong https://www.spinics.net/lists/netdev/msg858366.html When sending a new version, please add any Acked-by, or Reviewed-by tags you have received. It helps get your patch merged if it can easily be seen is has been reviewed. Andrew