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 F3172ECAAD2 for ; Fri, 2 Sep 2022 04:10:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231344AbiIBEKd (ORCPT ); Fri, 2 Sep 2022 00:10:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48098 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234042AbiIBEK3 (ORCPT ); Fri, 2 Sep 2022 00:10:29 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9C77532066; Thu, 1 Sep 2022 21:10:25 -0700 (PDT) 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 ams.source.kernel.org (Postfix) with ESMTPS id EEA89B829B6; Fri, 2 Sep 2022 04:10:23 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0D456C433D7; Fri, 2 Sep 2022 04:10:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1662091822; bh=DMJ96U1Ye9ZdZJB6gAjWggjLAyw4oFxSjCp3KrydwRI=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=i5pzFEqb6hLC2scXahDCWsIy9XEk1GzEs/x4JRfxQ4J5533rhHHv7E48Z+gl9l8US uoASCnYqengigR9/e0+YnmehFtKEeWvZCe4rmH4C2tDsYp1JE/1Cefy/lCSBQTIUDi 11ZbGAt2bVtWXkmFpzV7cTcXPl7oqnchutYLKXCtvFjHtA6Zx7W/KZFqdjd2/EZUSb IDKDv1uZriy/IsKrMRJqCW1po7Q7Yi9TIT9NkwFSDLfZn9u3XFm7BacJTuGOsZX9xD JvGu0JXFmJyI63CoQQXdwjQUwi6rb0qfh07+s4C3yGCYN3ABwu5LOtnqMMbjq8D7oZ umJRDitOkGCaw== Date: Thu, 1 Sep 2022 21:10:21 -0700 From: Jakub Kicinski To: Maxime Chevallier Cc: davem@davemloft.net, Rob Herring , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, thomas.petazzoni@bootlin.com, Andrew Lunn , Eric Dumazet , Paolo Abeni , Florian Fainelli , Heiner Kallweit , Russell King , linux-arm-kernel@lists.infradead.org, Krzysztof Kozlowski , devicetree@vger.kernel.org Subject: Re: [PATCH net-next v3 4/5] net: altera: tse: convert to phylink Message-ID: <20220901211021.52520588@kernel.org> In-Reply-To: <20220901143543.416977-5-maxime.chevallier@bootlin.com> References: <20220901143543.416977-1-maxime.chevallier@bootlin.com> <20220901143543.416977-5-maxime.chevallier@bootlin.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 1 Sep 2022 16:35:42 +0200 Maxime Chevallier wrote: > This commit converts the Altera Triple Speed Ethernet Controller to > phylink. This controller supports MII, GMII and RGMII with its MAC, and > SGMII + 1000BaseX through a small embedded PCS. > > The PCS itself has a register set very similar to what is found in a > typical 802.3 ethernet PHY, but this register set memory-mapped instead > of lying on an mdio bus. allmodconfig builds report: ERROR: modpost: missing MODULE_LICENSE() in drivers/net/pcs/pcs-altera-tse.o