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 1258DC7EE23 for ; Tue, 23 May 2023 12:15:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236672AbjEWMPs (ORCPT ); Tue, 23 May 2023 08:15:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45998 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231621AbjEWMPq (ORCPT ); Tue, 23 May 2023 08:15:46 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E9EC4119 for ; Tue, 23 May 2023 05:15:45 -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 80D5A6319C for ; Tue, 23 May 2023 12:15:45 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3FF74C433EF; Tue, 23 May 2023 12:15:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1684844144; bh=t0ZnWXHr4W89C2nVkt32hoIOuOv+Sm2e39jBAIljHG8=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=cNFwTc4HnIT0hCWg/Pox+TJQmsquXHgw48FMR12Ekoqv3o5hRha/tCz636z/hSGmJ eSnViL7YkB7VsKV+YfT4CdM+w8hoh+j2EXs2EhxfDiHFhScplQRpS5PE1Q0LXUBLmR 3WmXeZJ0aovr5Cd2ggg376trsm19HmSkuCzu2DWIiHWp+49+lzQD0Rp0JfnrRF8HNf 350MSeceTyAboG4PcNtUckmaF1f1YMSYCvDps3hx+iCX/UgcEkqqIAGLK1p1DKPK9T DfLBcYLzgmkNkVI/G+nJUbrTZuoMHQBh9n/+cxMdXSg4vOST3UTuTBGrDh91NsjzW1 EF+kWbdhnK3Hw== Message-ID: Date: Tue, 23 May 2023 15:15:39 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0 Subject: Re: [PATCH v3] phy: cadence: Sierra: Add single link SGMII register configuration Content-Language: en-US To: Marcin Wierzbicki , Vinod Koul , Kishon Vijay Abraham I , Lars-Peter Clausen , Swapnil Jakhade , =?UTF-8?Q?Uwe_Kleine-K=c3=b6nig?= , linux-phy@lists.infradead.org, linux-kernel@vger.kernel.org Cc: xe-linux-external@cisco.com, danielwa@cisco.com, olicht@cisco.com, Bartosz Wawrzyniak References: <20230522172415.1668975-1-mawierzb@cisco.com> From: Roger Quadros In-Reply-To: <20230522172415.1668975-1-mawierzb@cisco.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 22/05/2023 20:24, Marcin Wierzbicki wrote: > Add single link SGMII register configuration for no SSC for > cdns,sierra-phy-t0 compatibility string. > The configuration is based on Sierra Programmer's Guide and > validated in Cisco CrayAR SoC. > > Co-developed-by: Bartosz Wawrzyniak > Signed-off-by: Bartosz Wawrzyniak > Signed-off-by: Marcin Wierzbicki > --- > v3> - all reported comments were addressed :) You should summarize what changes were done. > - v2: https://lore.kernel.org/lkml/20230508160142.2489365-1-mawierzb@cisco.com/T/#u > > v2 > - rebased version on top of commit 0cfa43ab46b5 ("phy: cadence: Sierra: Add PCIe + SGMII PHY multilink configuration") > - v1: https://lore.kernel.org/lkml/20230419093008.195094-1-mawierzb@cisco.com/T/ > > Regards, > Marcin Reviewed-by: Roger Quadros -- cheers, -roger