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 A0987C43461 for ; Wed, 16 Sep 2020 16:54:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5618C221F1 for ; Wed, 16 Sep 2020 16:54:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600275258; bh=EhSHOvvv8rPn7msIksiUHxGQ+dV6J/L8T9JL7uE0RgY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=nKxSp0Vb5I4LTLA07wyclRSaYWqwXbXo0Gx0Nn9HnI6KpHbv/YrVQnAkEaGJo2KGG Tr7Mn3MrxszVNGSyGRUYH5QKCYvEL8MJSdahfhMDYzeqKBIn6qRzbXOS/m68PhaU0i F+6Jj02KOnsvHgH6Y4w5r6rui3JHDniArGwO1rwY= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726179AbgIPQyH (ORCPT ); Wed, 16 Sep 2020 12:54:07 -0400 Received: from mail.kernel.org ([198.145.29.99]:45064 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726559AbgIPQd2 (ORCPT ); Wed, 16 Sep 2020 12:33:28 -0400 Received: from localhost (unknown [122.172.186.249]) (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 03EF92220B; Wed, 16 Sep 2020 12:09:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600258197; bh=EhSHOvvv8rPn7msIksiUHxGQ+dV6J/L8T9JL7uE0RgY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=UTiVn3crViX3uJwzOyegZqlx89cwq+dQkNQ2ieGlGsMdDxnJnJO/QogEnLLNPMEfR 3LUr+wbdUIS1NKC1fap+OdVbzbKq7x/GiYBgfZvwwovADD6dN2BV/mjZmc5CFSP0bw fS//glOkrDAs/Yajz04+WzBRFphwSFk5/uIUTI2g= Date: Wed, 16 Sep 2020 17:39:48 +0530 From: Vinod Koul To: Sekhar Nori Cc: Swapnil Jakhade , kishon@ti.com, linux-kernel@vger.kernel.org, maxime@cerno.tech, Laurent.pinchart@ideasonboard.com, mparab@cadence.com, yamonkar@cadence.com, tomi.valkeinen@ti.com, jsarha@ti.com, praneeth@ti.com Subject: Re: [PATCH v6 0/2] PHY: Add new PHY attribute max_link_rate Message-ID: <20200916120948.GG2968@vkoul-mobl> References: <1599805114-22063-1-git-send-email-sjakhade@cadence.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Sekhar, On 16-09-20, 13:11, Sekhar Nori wrote: > Hi Vinod, > > On 11/09/20 11:48 AM, Swapnil Jakhade wrote: > > This patch series adds a new PHY attribute max_link_rate. > > It also updates Cadence Torrent PHY driver to set attributes bus_width, > > max_link_rate and mode for DisplayPort. > > > > It includes following patches: > > > > 1. 0001-phy-Add-new-PHY-attribute-max_link_rate.patch > > This patch adds max_link_rate as a new PHY attribute. > > > > 2. 0002-phy-cadence-torrent-Set-Torrent-PHY-attributes.patch > > This patch sets PHY attributes in Cadence Torrent PHY driver. This will > > enable drivers using this PHY to read these properties. > > > > These attributes will be used in the Cadence MHDP DRM bridge driver [1] > > which is in the process of upstreaming. > > Can you please add these patches on an immutable branch/tag when you are > ready to apply them - will try to see if we can use it to get the > DisplayPort driver merged in v5.10 too. I have pushed in into topic/phy_attrs, please let me know if you need a tag for this > > Hi Laurent, any other ideas on managing the dependency? > > Thanks, > Sekhar -- ~Vinod