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=-7.1 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 80BC0C43463 for ; Fri, 18 Sep 2020 05:06:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1A60321974 for ; Fri, 18 Sep 2020 05:06:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600405604; bh=2N1BAoy3owj2IQTBTXXVpM2bnpLhEQ68IoREQojSbYY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=I3+s2BwnWC+828Ps4M3w1zbR5VXKthJuIxHculeGKyaX44NC2J6I7Vgq1nXrmhbNH Wc0G2r7uim+AdqvBJ87FvmBynH7cLsqoJlwAKXQbxGeZogqBpZE9hXST8+HfgYw553 lHXgiyTd1pkPlZmAjN9z+XdPsvmGh8ir4RAKljYM= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726101AbgIRFGn (ORCPT ); Fri, 18 Sep 2020 01:06:43 -0400 Received: from mail.kernel.org ([198.145.29.99]:53218 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726065AbgIRFGn (ORCPT ); Fri, 18 Sep 2020 01:06:43 -0400 Received: from localhost (unknown [136.185.124.244]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 5B4772176B; Fri, 18 Sep 2020 05:06:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600405602; bh=2N1BAoy3owj2IQTBTXXVpM2bnpLhEQ68IoREQojSbYY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=yL/ZImgYyLanyBwaVCh8tC2NPxMTiFNHL2X/zZ1efBOXtkh/MgTc9tAKr2AbbqNBJ 4WP1Fk8Tyub7CWTIl8kgNUCNuMdn3GXMGvrsjXcJo7Ex3Jl2l/NUd1XlqsfupGdyUL ZQBmTNbWdNGg5nT/x8ClR34Ch2YUwf5Rg+4VRQL4= Date: Fri, 18 Sep 2020 10:36:38 +0530 From: Vinod Koul To: Swapnil Jakhade Cc: kishon@ti.com, robh+dt@kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, mparab@cadence.com, yamonkar@cadence.com, tomi.valkeinen@ti.com, jsarha@ti.com, nsekhar@ti.com Subject: Re: [PATCH v3 0/7] PHY: Prepare Cadence Torrent PHY driver to support multilink configurations Message-ID: <20200918050638.GB2968@vkoul-mobl> References: <1600280911-9214-1-git-send-email-sjakhade@cadence.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1600280911-9214-1-git-send-email-sjakhade@cadence.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 16-09-20, 20:28, Swapnil Jakhade wrote: > Cadence Torrent PHY is a multiprotocol PHY supporting different multilink > PHY configurations including DisplayPort, PCIe, USB, SGMII, QSGMII etc. > Existing Torrent PHY driver supports only DisplayPort. This patch series > prepares Torrent PHY driver so that different multilink configurations can > be supported. It also updates DT bindings accordingly. This doesn't affect > ABI as Torrent PHY driver has never been functional, and therefore do not > exist in any active use case. > > Support for different multilink configurations with register sequences for > protocols above will be added in a separate patch series. Applied, thanks -- ~Vinod