Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp1958313pxu; Sun, 13 Dec 2020 08:49:45 -0800 (PST) X-Google-Smtp-Source: ABdhPJySafsARxNhReEDCntuSpSlOCkV9fjMBGhCmVogz8OM5ZsXiL/qel5Yq5Z5vF8AFWBuYE2u X-Received: by 2002:aa7:c2d8:: with SMTP id m24mr6719624edp.300.1607878185232; Sun, 13 Dec 2020 08:49:45 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1607878185; cv=none; d=google.com; s=arc-20160816; b=pyiSAAXr5mXNcYaiuQrJA8asVLc5pHpwzlCDNZbhji0x5ztkiFlE7/XEAYrLh1jYvS Qpu0OvxDovYFCK6pgp+2qJ0AZUqhTqUU83JrGXF1MChjlXSk39PFuFqrRIos0hCa7pyB fvKYOi2lAmvL5sdX9E/+piqnYOk5Y60UIipa0IzSXw/iuyhA+UxDGVWe1IwyMBw5k5R3 zJoHFI4F6BCmcNJzgtSvpZ8bnLVo5O8C1xvPX7y9aUiNTk+j1nBK3Y2yrb7MV76+b3AY qAs1OE+3ZEeyDqvzvmN0dxLRbL6VsAmVk5NXZA5LgT6Sv8GP90zcwMpB+pCTBtPboVKG D6uw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=d+vDyABcDpEHTSffC4xw54yMm/IYKknvKQ+gWybmNrk=; b=oO0fv5/ffmqz/TxGCzvIHIFnvfW8ddJBqNDfeUEydIxO5iW0VCv8SR7k3RM7ec5VJf UDRQIs9XP5s1vmBJhXg5kS0Qh93zyKoPVZZWv1tiUoF7URCNjsDgU3zK2QJ81wtr2XdX ZCb2yr6qff7V4CmfcUlTLOaifRbUZcB1mcgfvrVvJHtDxWWrz5V2FsJbLJuowlj4IeMc YnT0uPPuffy2MLENMFbUJ1e+4qbdeEbZgrNs7VodHtITh3kx16LONeKPVMYosfAbi26v m50ZHbnZwezyGJcMEpMDxPQrt/JvomOD8gzTxW4n6/OcEXyRP6p7hyhbECBNdj0coxUZ 9Blg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id 17si8530015ejt.596.2020.12.13.08.49.21; Sun, 13 Dec 2020 08:49:45 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2501935AbgLLTbl (ORCPT + 99 others); Sat, 12 Dec 2020 14:31:41 -0500 Received: from vps0.lunn.ch ([185.16.172.187]:52090 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2501920AbgLLTbl (ORCPT ); Sat, 12 Dec 2020 14:31:41 -0500 Received: from andrew by vps0.lunn.ch with local (Exim 4.94) (envelope-from ) id 1koAbX-00BfHW-R8; Sat, 12 Dec 2020 20:30:55 +0100 Date: Sat, 12 Dec 2020 20:30:55 +0100 From: Andrew Lunn To: Steen Hegelund Cc: Kishon Vijay Abraham I , Vinod Koul , Alexandre Belloni , Lars Povlsen , Bjarni Jonasson , Microchip UNG Driver List , netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v10 2/4] phy: Add ethernet serdes configuration option Message-ID: <20201212193055.GC2779451@lunn.ch> References: <20201211090541.157926-1-steen.hegelund@microchip.com> <20201211090541.157926-3-steen.hegelund@microchip.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201211090541.157926-3-steen.hegelund@microchip.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Dec 11, 2020 at 10:05:39AM +0100, Steen Hegelund wrote: > Provide a new ethernet phy configuration structure, that > allow PHYs used for ethernet to be configured with > speed, media type and clock information. > > Signed-off-by: Lars Povlsen > Signed-off-by: Steen Hegelund Reviewed-by: Andrew Lunn Andrew