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 lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (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 2FAC7C4167B for ; Tue, 5 Dec 2023 10:53:56 +0000 (UTC) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; secure) header.d=armlinux.org.uk header.i=@armlinux.org.uk header.a=rsa-sha256 header.s=pandora-2019 header.b=LFJ+KFz/; dkim-atps=neutral Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4Sky826Nq5z2xYY for ; Tue, 5 Dec 2023 21:53:54 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; secure) header.d=armlinux.org.uk header.i=@armlinux.org.uk header.a=rsa-sha256 header.s=pandora-2019 header.b=LFJ+KFz/; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=none (no SPF record) smtp.mailfrom=armlinux.org.uk (client-ip=2001:4d48:ad52:32c8:5054:ff:fe00:142; helo=pandora.armlinux.org.uk; envelope-from=linux+openbmc=lists.ozlabs.org@armlinux.org.uk; receiver=lists.ozlabs.org) Received: from pandora.armlinux.org.uk (pandora.armlinux.org.uk [IPv6:2001:4d48:ad52:32c8:5054:ff:fe00:142]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4Skxz00ZDWz3dK5 for ; Tue, 5 Dec 2023 21:46:01 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=armlinux.org.uk; s=pandora-2019; h=Sender: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-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=aGJR81aAs4mRqbZkMyAY6ePC2R2nQUCncUDIPGVlX54=; b=LFJ+KFz/2+bH51TCX8a8sA6hHI H+ljaA6xY8mTysIS5kj+84qiTNOAkj/dURc706SagF9z2hxpBtAsrCAYprNjJG5C270sPgGSu85h2 dpPSRlXcTR3ewC1Yi7YcByFGGyfmII5Is8notabqSYFy1+HztZO3UoP95NrBefoYg50R/12wvsknB UCkZP2zO/50KXqzTorb++YP3mVMgtkhIWwreyXvLEAN9GIA7zNjEzt63VJpGNiRBqbpHXy5XkhDFQ GWoPbDdTx5+Zb4GKK05LqBUk685HG4h448a5O0sN8VVbmYlJcQztJd97ojUN5u6tTNAZ3CyY02QXM E4uAsVnQ==; Received: from shell.armlinux.org.uk ([fd8f:7570:feb6:1:5054:ff:fe00:4ec]:43552) by pandora.armlinux.org.uk with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1rASvo-0006dM-0k; Tue, 05 Dec 2023 10:45:36 +0000 Received: from linux by shell.armlinux.org.uk with local (Exim 4.94.2) (envelope-from ) id 1rASvn-0001du-0w; Tue, 05 Dec 2023 10:45:35 +0000 Date: Tue, 5 Dec 2023 10:45:34 +0000 From: "Russell King (Oracle)" To: Serge Semin Subject: Re: [PATCH net-next 05/16] net: pcs: xpcs: Move native device ID macro to linux/pcs/pcs-xpcs.h Message-ID: References: <20231205103559.9605-1-fancer.lancer@gmail.com> <20231205103559.9605-6-fancer.lancer@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231205103559.9605-6-fancer.lancer@gmail.com> X-BeenThere: openbmc@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development list for OpenBMC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Jose Abreu , Andrew Lunn , Conor Dooley , Tomer Maimon , devicetree@vger.kernel.org, netdev@vger.kernel.org, openbmc@lists.ozlabs.org, Alexandre Torgue , Rob Herring , Maxime Chevallier , Eric Dumazet , Jose Abreu , Krzysztof Kozlowski , Jakub Kicinski , Paolo Abeni , "David S. Miller" , linux-kernel@vger.kernel.org, Heiner Kallweit Errors-To: openbmc-bounces+openbmc=archiver.kernel.org@lists.ozlabs.org Sender: "openbmc" On Tue, Dec 05, 2023 at 01:35:26PM +0300, Serge Semin wrote: > Generic MDIO-device driver will support setting a custom device ID for the > particular MDIO-device. Why future tense? I don't see anything later in this patch set adding this. -- RMK's Patch system: https://www.armlinux.org.uk/developer/patches/ FTTP is here! 80Mbps down 10Mbps up. Decent connectivity at last! From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=armlinux.org.uk header.i=@armlinux.org.uk header.b="LFJ+KFz/" Received: from pandora.armlinux.org.uk (pandora.armlinux.org.uk [IPv6:2001:4d48:ad52:32c8:5054:ff:fe00:142]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A7410B9; Tue, 5 Dec 2023 02:45:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=armlinux.org.uk; s=pandora-2019; h=Sender: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-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=aGJR81aAs4mRqbZkMyAY6ePC2R2nQUCncUDIPGVlX54=; b=LFJ+KFz/2+bH51TCX8a8sA6hHI H+ljaA6xY8mTysIS5kj+84qiTNOAkj/dURc706SagF9z2hxpBtAsrCAYprNjJG5C270sPgGSu85h2 dpPSRlXcTR3ewC1Yi7YcByFGGyfmII5Is8notabqSYFy1+HztZO3UoP95NrBefoYg50R/12wvsknB UCkZP2zO/50KXqzTorb++YP3mVMgtkhIWwreyXvLEAN9GIA7zNjEzt63VJpGNiRBqbpHXy5XkhDFQ GWoPbDdTx5+Zb4GKK05LqBUk685HG4h448a5O0sN8VVbmYlJcQztJd97ojUN5u6tTNAZ3CyY02QXM E4uAsVnQ==; Received: from shell.armlinux.org.uk ([fd8f:7570:feb6:1:5054:ff:fe00:4ec]:43552) by pandora.armlinux.org.uk with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1rASvo-0006dM-0k; Tue, 05 Dec 2023 10:45:36 +0000 Received: from linux by shell.armlinux.org.uk with local (Exim 4.94.2) (envelope-from ) id 1rASvn-0001du-0w; Tue, 05 Dec 2023 10:45:35 +0000 Date: Tue, 5 Dec 2023 10:45:34 +0000 From: "Russell King (Oracle)" To: Serge Semin Cc: Andrew Lunn , Heiner Kallweit , Alexandre Torgue , Jose Abreu , Jose Abreu , Maxime Chevallier , Tomer Maimon , Rob Herring , Krzysztof Kozlowski , Conor Dooley , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , openbmc@lists.ozlabs.org, netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH net-next 05/16] net: pcs: xpcs: Move native device ID macro to linux/pcs/pcs-xpcs.h Message-ID: References: <20231205103559.9605-1-fancer.lancer@gmail.com> <20231205103559.9605-6-fancer.lancer@gmail.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231205103559.9605-6-fancer.lancer@gmail.com> Sender: Russell King (Oracle) On Tue, Dec 05, 2023 at 01:35:26PM +0300, Serge Semin wrote: > Generic MDIO-device driver will support setting a custom device ID for the > particular MDIO-device. Why future tense? I don't see anything later in this patch set adding this. -- RMK's Patch system: https://www.armlinux.org.uk/developer/patches/ FTTP is here! 80Mbps down 10Mbps up. Decent connectivity at last!