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 656B2C433EF for ; Thu, 3 Feb 2022 13:41:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242978AbiBCNlL (ORCPT ); Thu, 3 Feb 2022 08:41:11 -0500 Received: from vps0.lunn.ch ([185.16.172.187]:40830 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231362AbiBCNlK (ORCPT ); Thu, 3 Feb 2022 08:41:10 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=BXahNNmj5OnglQLhBi1AiMouqbl5Gv26/bmcSlh1648=; b=grzypXEOp9DIWJlwEB1oLCHBUd cEMJKeLn0WT1fg78aXfybT2f72NY//bwrVVOKoKQcujG659Xkj+I5HY1OBRoeu+AssESec76igZ21 374qnW+z0eq4TVf2CK9MDWcJy89BVhgsacQIp8pdPsRmlXtvuXnKZhTRcZ6jmpu2BZO4=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1nFcME-0047Ky-5u; Thu, 03 Feb 2022 14:41:06 +0100 Date: Thu, 3 Feb 2022 14:41:06 +0100 From: Andrew Lunn To: "Russell King (Oracle)" Cc: Vivien Didelot , Marek Beh__n , Florian Fainelli , Vladimir Oltean , "David S. Miller" , Jakub Kicinski , netdev@vger.kernel.org Subject: Re: [PATCH net-next 1/4] net: dsa: mv88e6xxx: add mv88e6352_g2_scratch_port_has_serdes() Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Thu, Feb 03, 2022 at 01:30:36PM +0000, Russell King (Oracle) wrote: > Read the hardware configuration to determine which port is attached > to the serdes. > > Signed-off-by: Russell King (Oracle) Reviewed-by: Andrew Lunn Andrew