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 X-Spam-Level: X-Spam-Status: No, score=-6.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 60D66C433E0 for ; Wed, 17 Mar 2021 06:44:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1DB2764FB9 for ; Wed, 17 Mar 2021 06:44:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229956AbhCQGoV (ORCPT ); Wed, 17 Mar 2021 02:44:21 -0400 Received: from mail.kernel.org ([198.145.29.99]:53268 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229469AbhCQGnv (ORCPT ); Wed, 17 Mar 2021 02:43:51 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id D9B1664E41; Wed, 17 Mar 2021 06:43:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1615963430; bh=iH8Ve2p8zpUYfjNYH7sqjyMrbwB/8XRj3S+UrLJdl/4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=rbYf0LrBh9t2c+fWBoVZjVVfhu9bbqf/+JW632isYl29N1IWLdHcIF9KqAxU+xk+E ushv7wjZFePrNMu+xj+UEPnBsgitoYmI35w0z3N5h5Xv0XZxups6KT+6SPdWm+JkcM 5Eeh04kVQLwFPQb4UpVJs7rzhd56qdsozNZ2kfQaAyBZbspIvmVLzMJaQE5InCL5+O 47lLeVf/4VvtEbLR3IjQAatknyvvWjay9KxpmeeRk0Hj8Epi7ySgYv4vY4rfpPJAJq TgkbAvNmKUINISsggC94RN9sTvDRwYA7m9FWCSdVRGVZUoRFgQKf9w/mwhFg/A4a3p OVRWNL7NOEN/Q== Date: Wed, 17 Mar 2021 12:13:46 +0530 From: Vinod Koul To: Steen Hegelund Cc: Kishon Vijay Abraham I , Alexandre Belloni , Lars Povlsen , Bjarni Jonasson , Microchip UNG Driver List , netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v15 0/4] Adding the Sparx5 Serdes driver Message-ID: References: <20210218161451.3489955-1-steen.hegelund@microchip.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210218161451.3489955-1-steen.hegelund@microchip.com> Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On 18-02-21, 17:14, Steen Hegelund wrote: > Adding the Sparx5 Serdes driver > > This series of patches provides the serdes driver for the Microchip Sparx5 > ethernet switch. > > The serdes driver supports the 10G and 25G serdes instances available in the > Sparx5. > > The Sparx5 serdes support several interface modes with several speeds and also > allows the client to change the mode and the speed according to changing in the > environment such as changing cables from DAC to fiber. Applied patch 1 thru 3... thanks -- ~Vinod