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 6A0DBC43334 for ; Wed, 13 Jul 2022 14:48:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231789AbiGMOs5 (ORCPT ); Wed, 13 Jul 2022 10:48:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52448 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236278AbiGMOs4 (ORCPT ); Wed, 13 Jul 2022 10:48:56 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1909B21BE; Wed, 13 Jul 2022 07:48:56 -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 B11B6B82025; Wed, 13 Jul 2022 14:48:54 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D1BD0C3411E; Wed, 13 Jul 2022 14:48:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1657723733; bh=uiCGtM0WRA+1HmoM7RCgdlbEQVWM+21G8RM3hI+jodo=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=n14om2g/olH34oG/VNNsfwN9mWzb60zP3Ir7cXiyGRsPMlL9ON7F4ZH0lKP0rs/vx EGFILkFvsULfLaMCOMEhCk3tCylKzTVGUAAvu4fhd5vAreV0IqLrGQK992o53oQDKn 47gn5Gflda7kQX6CIX1W/0dQZjSooPf/LGM3V/iCE6wS1iY9Lz/xiLUKwY0cylBU86 hHplQAqHOnaNftEevZdcH/BDmCVKVl1bv+jn7Wr4u5sg5Xyknnocuhk+S47sGgHYwG KZ+0Y/iTs1yEgDW3qdphfFTvbXIx6z4pSbwbkgZha2p0k+6xKezcrQtqG6EqJOai9/ B4cIsLXvk6Ndw== Date: Wed, 13 Jul 2022 16:48:43 +0200 From: Marek =?UTF-8?B?QmVow7pu?= To: "Russell King (Oracle)" Cc: Andrew Lunn , Heiner Kallweit , Alexandre Belloni , "Alvin __ipraga" , Andy Shevchenko , Claudiu Manoil , Daniel Scally , "David S. Miller" , DENG Qingfang , Eric Dumazet , Florian Fainelli , George McCollister , Greg Kroah-Hartman , Hauke Mehrtens , Heikki Krogerus , Jakub Kicinski , Kurt Kanzenbach , Landen Chao , Linus Walleij , linux-acpi@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, Matthias Brugger , netdev@vger.kernel.org, Paolo Abeni , "Rafael J. Wysocki" , Sakari Ailus , Sean Wang , UNGLinuxDriver@microchip.com, Vivien Didelot , Vladimir Oltean , Woojung Huh Subject: Re: [PATCH RFC net-next v2 5/6] net: dsa: create swnode fixed-link if using default params Message-ID: <20220713164843.5dcb7235@thinkpad> In-Reply-To: References: X-Mailer: Claws Mail 3.19.0 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org On Wed, 13 Jul 2022 15:08:03 +0100 "Russell King (Oracle)" wrote: > Create and use a swnode fixed-link specification for phylink if no > parameters are given in DT for a fixed-link. This allows phylink to > be used for "default" cases for DSA and CPU ports. >=20 > Signed-off-by: Vladimir Oltean > Signed-off-by: Russell King (Oracle) Reviewed-by: Marek Beh=C3=BAn