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 9D267C77B73 for ; Mon, 8 May 2023 10:35:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234863AbjEHKfz (ORCPT ); Mon, 8 May 2023 06:35:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33336 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234761AbjEHKf2 (ORCPT ); Mon, 8 May 2023 06:35:28 -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 2798324ABE for ; Mon, 8 May 2023 03:35:01 -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 97CCC6274A for ; Mon, 8 May 2023 10:35:00 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 74C36C4339B; Mon, 8 May 2023 10:34:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1683542100; bh=Kiu4+RlvmFWz7J1fJODHws8Y2NusGtgsDOVVjxEOnCA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=WtKs2lEg83sKkQoekxY7e8UfXjMyKjDpYwxHje7XUmp1Y71T/swsJt/g8S8qx5/oR hPeLUfr1NNcD0U4oYLtMv3iRSBBV0I942c6xcLWXz8vfNSbRD7BgFuAeXj5/GmHi9b Dnkqvp8oovy9+tEvBpMSQvnMLqbF0GaixIR1gB3YVrTOK8vKA2EtotKO05DboKB7Vi GMlKAkWPitsFPCsHJNExiMaQROCEq5yepL6i3CTEzUWOlQZn0sv8aX6tjD4mBeE8Fx 2C2P4m26ZM6f+inp7ZzuakKxYqMBR/7LH8OUcd+Di7/FOAAEe+3LY3CpaNP3XV82ei hi+U3i84r8JoA== Date: Mon, 8 May 2023 16:04:55 +0530 From: Vinod Koul To: Marcin Wierzbicki Cc: Kishon Vijay Abraham I , Lars-Peter Clausen , Bartosz Wawrzyniak , linux-phy@lists.infradead.org, linux-kernel@vger.kernel.org, xe-linux-external@cisco.com, danielwa@cisco.com, olicht@cisco.com Subject: Re: [PATCH] phy: cadence: Sierra: Add support for SGMII Message-ID: References: <20230419093008.195094-1-mawierzb@cisco.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230419093008.195094-1-mawierzb@cisco.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 19-04-23, 02:30, Marcin Wierzbicki wrote: > Added SGMII link support for cdns,sierra-phy-t0 compatibility string. > The configuration is based on Sierra Programming Guide and > validated in Cisco CrayAR SoC. This fails to apply for me, can you please rebase and send -- ~Vinod