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 584DAC4332F for ; Thu, 20 Oct 2022 19:11:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=rk9LSaH6uPoMVFkfkN2d1linCZht+jVb8xE8I0ZMFPA=; b=XkoigTD1TqgoOc /zna7lWHTRab1/Z9rCdMBNMPQXCHM1l4BUwipkc2F1Asxp0D+FbJMO9jZIxLNeqvzkrhbWGPIQphW Sd7X3PdS6zE8+pwrQPOzwC3EScqm5AghT7fKuRA9Jrue4AXfY4gfbYJI0s2TkzvHl75HfVPfEMSqm R3UwPRRP52ODbQuHtXcNcYKybPg2+s8bUqJpB+DDtD6bQCk/GcDg74rozH98g/36H9BntdD+mswqI pReF3dvajBgerCECdjM8qyJCkE4eStL9GYVUWwm2HH61FnJEpw6lJQeuxMQI8LxCtInjOlcXWQpcQ j5bPN18b0A22A3mYQ1Fg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1olawX-001HhU-LK; Thu, 20 Oct 2022 19:11:01 +0000 Received: from sin.source.kernel.org ([145.40.73.55]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1olawT-001Hcw-AJ; Thu, 20 Oct 2022 19:10:58 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sin.source.kernel.org (Postfix) with ESMTPS id F356CCE263E; Thu, 20 Oct 2022 19:10:49 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B14FCC433D6; Thu, 20 Oct 2022 19:10:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1666293048; bh=TfMfMB4r5AcA/VOzO1008S1j+Nb6+A2DEu+mlP3xJlU=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=rSU5YobpaloCf8sYMx8FcDfFj/hBXeLUD7i6GPRK/xFYPI6ETgO8P0Ub9M9AgyZpx vtMWdiOgoLOqYWytZK/a66HG3wTRctQgGhROQxKdpL7gX+g93zpc+YMwoyViEEULAg Pjf/izSMxIFzs2HXyrAUM6mrBitrqqYcL0ZTMLj/C64aJhWMX269kAw5yBlIEheR1S TR/qM0DWiEC9SAg/vqEDuPhxjQWrXjFkB7+FGvkFmmaaLJEbYi67cZfXWMXnguw8fz Ub2CPOsURNWtwSEFdSQHxo12KeXb5MSdYOoTEEpE7AYrukmNi/iiyTAvkDvVAqFMh6 jKJqmhlIFAfPQ== Date: Thu, 20 Oct 2022 12:10:46 -0700 From: Jakub Kicinski To: Frank Wunderlich Cc: linux-mediatek@lists.infradead.org, Alexander Couzens , Felix Fietkau , John Crispin , Sean Wang , Mark Lee , "David S. Miller" , Eric Dumazet , Paolo Abeni , Matthias Brugger , Russell King , "Russell King (Oracle)" , netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Frank Wunderlich Subject: Re: [PATCH v2] net: mtk_sgmii: implement mtk_pcs_ops Message-ID: <20221020121046.6b6b25a7@kernel.org> In-Reply-To: <20221020144431.126124-1-linux@fw-web.de> References: <20221020144431.126124-1-linux@fw-web.de> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221020_121057_566455_FBF0B1C7 X-CRM114-Status: GOOD ( 10.26 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, 20 Oct 2022 16:44:31 +0200 Frank Wunderlich wrote: > Signed-off-by: Alexander Couzens > Signed-off-by: Frank Wunderlich > > Fixes: 14a44ab0330d ("net: mtk_eth_soc: partially convert to phylink_pcs") nit, the correct formatting of tags would be: From: Alexander Couzens Implement mtk_pcs_ops for the SGMII pcs to read the current state of the hardware. Fixes: 14a44ab0330d ("net: mtk_eth_soc: partially convert to phylink_pcs") Signed-off-by: Alexander Couzens Signed-off-by: Frank Wunderlich --- _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel