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 A0ACFC19F21 for ; Wed, 27 Jul 2022 09:01:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231271AbiG0JBF (ORCPT ); Wed, 27 Jul 2022 05:01:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43790 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231252AbiG0JBE (ORCPT ); Wed, 27 Jul 2022 05:01:04 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 974B86565; Wed, 27 Jul 2022 02:01:03 -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 dfw.source.kernel.org (Postfix) with ESMTPS id 301306173D; Wed, 27 Jul 2022 09:01:03 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 80BD1C433D7; Wed, 27 Jul 2022 09:00:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1658912462; bh=JjN4NcNXU/1QGqeaaubi7fktUpgnWFpHD9O7eS3OTiw=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=L7RzlMQlmFfM2URJsUBhVoH776jJabR2hMmSitMBPuiyJGc5+rMKdLNVgBQDp2bfP znKzuLCUbQX+qVSmmwicOpgFhUdi9M33VvPti5uxe+Gp7DnmONZg2ARefV3gnzxDET ces1hoGPw+bXq+t5Ws31kHTb28Hh5a/t/jX7lKHRS0tXJnV7LmQbFDPnoYQ4qUomxY yjzEwb9Vm5hIi89Tli+xLb+GDXgOoW7pRzDxKoGbhGMxwi3Ufv4wLgyZy9ceIzYBwV BnWZAh4hwGb8CurEYkZBBliH0G9acoTTjk1xW+P1UxNvxHmfPyv0EKsKkLlurt0+SD Y4oDI2FVvm5Ow== Date: Wed, 27 Jul 2022 11:00:51 +0200 From: Marek =?UTF-8?B?QmVow7pu?= To: Vladimir Oltean Cc: "Russell King (Oracle)" , Andrew Lunn , Heiner Kallweit , Alexandre Belloni , Alvin =?UTF-8?B?xaBpcHJhZ2E=?= , 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 , Woojung Huh Subject: Re: [PATCH net-next 0/6] net: dsa: always use phylink Message-ID: <20220727110051.2df82bf6@dellmb> 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=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Dear Vladimir, am I understanding correctly that your main objection to this series is that it may break other drivers? Do you think it would be okay if I changed it so that only mv88e6xxx driver would ask for phylink for CPU/DSA ports? I would really like to have phylink's PCS code taking care of mv88e6xxx CPU and DSA ports. Marek