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=-4.0 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 601E4C433DF for ; Tue, 28 Jul 2020 13:00:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 427D720672 for ; Tue, 28 Jul 2020 13:00:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729830AbgG1NAG (ORCPT ); Tue, 28 Jul 2020 09:00:06 -0400 Received: from vps0.lunn.ch ([185.16.172.187]:59778 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728990AbgG1NAG (ORCPT ); Tue, 28 Jul 2020 09:00:06 -0400 Received: from andrew by vps0.lunn.ch with local (Exim 4.94) (envelope-from ) id 1k0PD7-007Hed-45; Tue, 28 Jul 2020 15:00:01 +0200 Date: Tue, 28 Jul 2020 15:00:01 +0200 From: Andrew Lunn To: Vikas Singh Cc: f.fainelli@gmail.com, hkallweit1@gmail.com, linux@armlinux.org.uk, netdev@vger.kernel.org, calvin.johnson@oss.nxp.com, kuldip.dwivedi@puresoftware.com, madalin.bucur@oss.nxp.com, vikas.singh@nxp.com Subject: Re: [PATCH 2/2] net: phy: Associate device node with fixed PHY Message-ID: <20200728130001.GB1712415@lunn.ch> References: <1595938400-13279-1-git-send-email-vikas.singh@puresoftware.com> <1595938400-13279-3-git-send-email-vikas.singh@puresoftware.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1595938400-13279-3-git-send-email-vikas.singh@puresoftware.com> Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Tue, Jul 28, 2020 at 05:43:20PM +0530, Vikas Singh wrote: > This patch will extend "struct fixed_phy_status" by adding new > "struct device *dev" member entry in it. > This change will help to handle the fixed phy registration in > ACPI probe case for fwnodes. Hi Vikas Please could you tell us more about your use cases. It seems that using ACPI on ARM is limited to SBSA/SBSA system. It is not clear to me why you would need a fixed-link PHY on such a system. Andrew