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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 7FEB2C61DBD for ; Tue, 25 Aug 2026 19:41:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=/d/XiaZLLKv+vI0B4miB6NRoNYuVfQaCGlqHEYGWIuU=; b=nhXs962MXgdKOrYumQCqdgYP1J MC4Hj/2dv5zgwcQiY2JfkMKzgqYfKPtxGHBVo6MtJOWQiCoV0C5LMQO/ZB3VfL0saKZYF6BsMMfzp e3tsQudIPzJUNc9AFrnmZjGx/TrDxWJT0uxlUlF60r6hKHrXo2sPRyHBoQGf+UMJLR5N4Xt8S5McQ +Vuo+4XbZCMoQFrVsV2izIEt5q4CZYqSdwRfjFF5wKuJxmuXdzl8sqQT8YLQFgSNc0MiWV/JKzJHf RPLklAfcWAbP4jrgaWhgb8a8Wgy2r6BbGxSImc3SUqyVLk919HKOYxKdnqVn8w+N7qsciJWAvqK3m SMVSBaLQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1wyx1s-00000001PAR-1M3K; Tue, 25 Aug 2026 19:41:52 +0000 Received: from vps0.lunn.ch ([156.67.10.101]) by bombadil.infradead.org with esmtps (Exim 4.99.1 #2 (Red Hat Linux)) id 1wyx1q-00000001P9n-1CkC; Tue, 25 Aug 2026 19:41:51 +0000 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=/d/XiaZLLKv+vI0B4miB6NRoNYuVfQaCGlqHEYGWIuU=; b=4YFhZUK0eI4ur0yv9gJdwPmjyR 4vMUTdTgXiaYg7JZGn1wDU0Wdeh7Ug3cDd5m2RRmFen2AOMTdYheuprh+e/SWX0PAzpzxGNMxOATx 25mRanfOgPdoEbTH3E7SkBiByj8iOJyp3Bd7MuqXvIRMiPJxkCJ4px27NL/WG4il9Egg=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1wyx1a-001QDG-2d; Tue, 25 Aug 2026 21:41:34 +0200 Date: Tue, 25 Aug 2026 21:41:34 +0200 From: Andrew Lunn To: Caleb James DeLisle Cc: Christian Marangi , Heiner Kallweit , Russell King , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Daniel Golle , Qingfang Deng , SkyLake Huang , Matthias Brugger , AngeloGioacchino Del Regno , linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org Subject: Re: [PATCH net-next v2 5/6] net: phy: mediatek: add calibration logic for AN7581 Message-ID: <53415965-602e-4638-98db-43e0b899f837@lunn.ch> References: <20260724190811.198339-1-ansuelsmth@gmail.com> <20260724190811.198339-6-ansuelsmth@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.9.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20260825_124150_322965_08F5395D X-CRM114-Status: UNSURE ( 7.96 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org > > + ret = devm_phy_package_join(&phydev->mdio.dev, phydev, 0, > > > This should use AIROHA_DEFAULT_PORT0_ADDR as the base_addr to avoid a > collision if another PHY driver also uses devm_phy_package_join(). Please trim the text when replying, otherwise comments get lost. Andrew