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 89D4AC43461 for ; Wed, 16 Sep 2020 19:13:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3B9FC20715 for ; Wed, 16 Sep 2020 19:13:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600283598; bh=/PEHb0bQ0hzOiam0x0I97ptl06cw+UgKXjvJHrGwcYY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=1J3eu8Gcw9XXsPZl0H1c+Js/9k+irZOSoz7raLq7uxjAWafEsiCCuZbXmtO3zcCIA f/Fb05OMXCiCqzXbO0fU9f3RQPafH/kJkrFgGVzbEBLR3+sZuKR/tkAlhnnX5uovOm L/d7sOXh3GtCPqq4u0YVNNEQhcRELAnBub0O8uo0= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727816AbgIPTNQ (ORCPT ); Wed, 16 Sep 2020 15:13:16 -0400 Received: from mail.kernel.org ([198.145.29.99]:56006 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727313AbgIPRka (ORCPT ); Wed, 16 Sep 2020 13:40:30 -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 CAD5622209; Wed, 16 Sep 2020 12:09:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600258141; bh=/PEHb0bQ0hzOiam0x0I97ptl06cw+UgKXjvJHrGwcYY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=yEcEjb8IC0CCZ6yqWkNX+XpPZz8UINg3ejRTW7ycSGwrsaP8uswlXCdupdiNhox1R 7diKZG76HtPSM8sc4CY1TrI7CODs+fe1+sKdpULCVIG8T/GVbKbS+nTnXGaWcHBKtC n2rYAnOXLpd3bngDaqvvq3YUPY1+yQPQhPbwWckI= Date: Wed, 16 Sep 2020 17:38:54 +0530 From: Vinod Koul To: Swapnil Jakhade Cc: kishon@ti.com, linux-kernel@vger.kernel.org, maxime@cerno.tech, Laurent.pinchart@ideasonboard.com, mparab@cadence.com, yamonkar@cadence.com, nsekhar@ti.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: <20200916120854.GF2968@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: <1599805114-22063-1-git-send-email-sjakhade@cadence.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11-09-20, 08:18, 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. Applied, thanks -- ~Vinod