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=-17.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI,NICE_REPLY_A, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham 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 CA3B8C48BD1 for ; Fri, 11 Jun 2021 12:42:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B20546136D for ; Fri, 11 Jun 2021 12:42:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231143AbhFKMow (ORCPT ); Fri, 11 Jun 2021 08:44:52 -0400 Received: from fllv0016.ext.ti.com ([198.47.19.142]:36712 "EHLO fllv0016.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231266AbhFKMow (ORCPT ); Fri, 11 Jun 2021 08:44:52 -0400 Received: from fllv0035.itg.ti.com ([10.64.41.0]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 15BCgboc071359; Fri, 11 Jun 2021 07:42:37 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1623415357; bh=v82uh5HzLd/YwEcTzLFbnUXGw9AInR09/KHwciMxi1A=; h=Subject:From:To:CC:References:Date:In-Reply-To; b=evKQ5ekeeKsESB+3hyv0d+WAueNj2j+5OVgEvX1JpPppzGbi2Ds/Awm+BZq7/i/Rd yRBBF7GRcXZAh81ITmxnARXPXP3b3057WZIOAGow8RyZuKhKr6nQcSAt5iYvf6gNhQ qxGr1MPI58brpbVgG66eliJQsdpWnHvUIRZ2PlhE= Received: from DFLE104.ent.ti.com (dfle104.ent.ti.com [10.64.6.25]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 15BCgb6D009782 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 11 Jun 2021 07:42:37 -0500 Received: from DFLE105.ent.ti.com (10.64.6.26) by DFLE104.ent.ti.com (10.64.6.25) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2; Fri, 11 Jun 2021 07:42:37 -0500 Received: from fllv0040.itg.ti.com (10.64.41.20) by DFLE105.ent.ti.com (10.64.6.26) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2 via Frontend Transport; Fri, 11 Jun 2021 07:42:37 -0500 Received: from [10.250.235.117] (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 15BCgT8c034379; Fri, 11 Jun 2021 07:42:31 -0500 Subject: Re: [PATCH v6 1/3] phy: core: Reword the comment specifying the units of max_link_rate to be Mbps From: Aswath Govindraju To: Vinod Koul CC: , Marc Kleine-Budde , Wolfgang Grandegger , Vignesh Raghavendra , Lokesh Vutla , Kishon Vijay Abraham I , Rob Herring , , , References: <20210510051006.11393-1-a-govindraju@ti.com> <20210510051006.11393-2-a-govindraju@ti.com> <615d3a2a-0dc2-0e87-fdac-e170542d33da@ti.com> Message-ID: <0150622f-8543-ac4a-fe18-f22d7862d163@ti.com> Date: Fri, 11 Jun 2021 18:12:27 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <615d3a2a-0dc2-0e87-fdac-e170542d33da@ti.com> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: linux-can@vger.kernel.org Hi Vinod, On 31/05/21 2:04 pm, Aswath Govindraju wrote: > Hi Vinod, > > On 31/05/21 12:48 pm, Vinod Koul wrote: >> On 10-05-21, 10:40, Aswath Govindraju wrote: >>> In some subsystems (eg. CAN, SPI), the max link rate supported can be less >>> than 1 Mbps and if the unit for max_link_rate is Mbps then it can't be >>> used. Therefore, leave the decision of units to be used, to the producer >>> and consumer. >>> >>> Signed-off-by: Aswath Govindraju >>> Acked-by: Marc Kleine-Budde >>> --- >>> include/linux/phy/phy.h | 2 +- >>> 1 file changed, 1 insertion(+), 1 deletion(-) >>> >>> diff --git a/include/linux/phy/phy.h b/include/linux/phy/phy.h >>> index 0ed434d02196..f3286f4cd306 100644 >>> --- a/include/linux/phy/phy.h >>> +++ b/include/linux/phy/phy.h >>> @@ -125,7 +125,7 @@ struct phy_ops { >>> /** >>> * struct phy_attrs - represents phy attributes >>> * @bus_width: Data path width implemented by PHY >>> - * @max_link_rate: Maximum link rate supported by PHY (in Mbps) >>> + * @max_link_rate: Maximum link rate supported by PHY (units to be decided by producer and consumer) >> >> So there are a few users of max_link_rate. It would be better that we >> document all previous users of max_link_rate that unit is in Mbps and >> then modify it here >> > > I was able to see that the max_link_rate attribute was used at, > > drivers/phy/cadence/phy-cadence-torrent.c:2514: > gphy->attrs.max_link_rate = cdns_phy->max_bit_rate; > > and in the bindings there is indication that the units to be used is Mbps. > > Can you please point me if there is any other place that I might have > missed to look at or that might need documentation update? > May I know if this patch series is good to be merged ? Thanks, Aswath > Thanks, > Aswath > >