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=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 3CBEDC432BE for ; Wed, 1 Sep 2021 01:37:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 12E4160ED4 for ; Wed, 1 Sep 2021 01:37:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241525AbhIABio (ORCPT ); Tue, 31 Aug 2021 21:38:44 -0400 Received: from mail-ot1-f45.google.com ([209.85.210.45]:46702 "EHLO mail-ot1-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241332AbhIABin (ORCPT ); Tue, 31 Aug 2021 21:38:43 -0400 Received: by mail-ot1-f45.google.com with SMTP id v33-20020a0568300921b0290517cd06302dso1558455ott.13; Tue, 31 Aug 2021 18:37:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=jGxTqbfDK0eZLNHxAFg+vD5OYnXqeBA60ZAkZk7bA7M=; b=ovQnVfWKtx4dFswuuqQDZu2mdX4R3rw6p3Q/uvFwnPrXC0oMTWL23fXDTLdrFaaIbO DmT69wK77sJ9DtrDTkSTmLanDVCc9B51ipd96J7t1pgTfIeKr4XHhZvA+eiW8J92dZEl 837+8gtwZoKb9Sc7DbEJIAgdjTAlkKWzYs4CUeg4RRMqI+iSsxz+fMHn6Av8QUXnLH12 3+fzm6DSru4CCXlitTJth6wXad7cY59yaWQ1u+UkzlDP9gi6YO3wi6pqKDNhgXcSdRtT OdDc/fhbxKjrqcR2TPAl4nZT7mRqmHXL7zClPHGJ9zjg68BrEBbNRuunNiU3pIsxgSxK VjHw== X-Gm-Message-State: AOAM530JMoqoXH8IG97qdKCexOn0VQu2128aygAkiZDizo8iEdhCWIrU OF5eeRan1VpcAXc7Z37NGg== X-Google-Smtp-Source: ABdhPJz+wfrj36iFqzGxGHUFsresakzzQ89/8vgwK+O+YhNqn0CXgf/jFzwWThp3Ttthd6TyTJGXrw== X-Received: by 2002:a9d:6e81:: with SMTP id a1mr27074700otr.248.1630460267449; Tue, 31 Aug 2021 18:37:47 -0700 (PDT) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id b28sm4109859oob.4.2021.08.31.18.37.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 31 Aug 2021 18:37:46 -0700 (PDT) Received: (nullmailer pid 1008126 invoked by uid 1000); Wed, 01 Sep 2021 01:37:45 -0000 Date: Tue, 31 Aug 2021 20:37:45 -0500 From: Rob Herring To: Baruch Siach Cc: Thinh Nguyen , linux-usb@vger.kernel.org, Felipe Balbi , Andy Gross , Balaji Prakash J , Robert Marko , Rob Herring , Kathiravan T , Bjorn Andersson , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, Jack Pham , linux-arm-msm@vger.kernel.org Subject: Re: [PATCH v3 1/4] dt-bindings: usb: dwc3: add reference clock period Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Tue, 31 Aug 2021 08:57:29 +0300, Baruch Siach wrote: > Document the snps,ref-clock-period-ns property that describes reference > clock period when it deviates from the default set value. > > Signed-off-by: Baruch Siach > --- > v2: > > Address comments from Rob Herring: > > Use standard unit suffix > > Reword description > --- > Documentation/devicetree/bindings/usb/snps,dwc3.yaml | 8 ++++++++ > 1 file changed, 8 insertions(+) > Reviewed-by: Rob Herring 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=-14.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 ABFBCC432BE for ; Wed, 1 Sep 2021 01:39:45 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 65B7761027 for ; Wed, 1 Sep 2021 01:39:45 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 65B7761027 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=c1/ulsiERpUhzldv0j3sNMuboJksHGbPmp3QrlwsZyA=; b=v7jYaw0u8IM6EE x5LPrtpdWNadahPsh6wzPMUU9dkLIEPmpG/XYk1B9IYK72ejIePqKvKsv5AhaxcdCq6I0OhizvCId ftnnVIESB/9p7KSOT/8XFLnzf2R+QTRQQzlqUOX9nBzK48j/YHmDjPSz6puUJTVVTDhypU2+ABmWG 58cb3zR8p4ImlxgUzIqswW/l1gyV+Gk7xtxlfEXozzBrP+YqOWRm1xRUsS3zvQdb0VK6pzBgDUl5S khmRQex6si6dQn971MTYZOf6oQD1H/JaN5+DpSjBT9hzyHNUAdY5XHc82v4kZz517+RuGo3XpXuWq gB7vmUhRJjObATDvLA0Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mLFCK-003VtJ-6d; Wed, 01 Sep 2021 01:37:52 +0000 Received: from mail-ot1-f54.google.com ([209.85.210.54]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mLFCH-003VsT-3V for linux-arm-kernel@lists.infradead.org; Wed, 01 Sep 2021 01:37:50 +0000 Received: by mail-ot1-f54.google.com with SMTP id a20-20020a0568300b9400b0051b8ca82dfcso1625741otv.3 for ; Tue, 31 Aug 2021 18:37:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=jGxTqbfDK0eZLNHxAFg+vD5OYnXqeBA60ZAkZk7bA7M=; b=kh8fgBx4JYJsoEyR+tWSVKfglKbQmf2MQyZFLdy+TPM9jZjpgPpnbkRKzGXaQo9CxA IuWhgk8vdx5rwcpy3eu5ydpB8eR1c9/HH2HbHD0m3WNfzNoZ7cRisC64RJ1vqzrU3yND 7/HNlrteBzIxilvKX0G4J4VS8XuNg5m3fxZVpXz0VOdUKl5BwjnrqHcBcs48fR5owjoR h3faoWgZeF15+wsSPsthJ5MiLVnZOC//VSrrgNnmVgptfwH5opWbU7CI16ZD39YIGsiv NKf2GoeiIFQfxNzUyyQ+Ra4GoUiTggVA3gmCXdOYWZ1PFe2I4AfnOAPqXdAqBPAD84Kb YA8g== X-Gm-Message-State: AOAM5332HWLQpjhYoozCyAVkGzlNf6eJEfkExyNU7jsu2/LuKAfkiX2U 8JlmFDQBpTLzcLYtVKRl5A== X-Google-Smtp-Source: ABdhPJz+wfrj36iFqzGxGHUFsresakzzQ89/8vgwK+O+YhNqn0CXgf/jFzwWThp3Ttthd6TyTJGXrw== X-Received: by 2002:a9d:6e81:: with SMTP id a1mr27074700otr.248.1630460267449; Tue, 31 Aug 2021 18:37:47 -0700 (PDT) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id b28sm4109859oob.4.2021.08.31.18.37.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 31 Aug 2021 18:37:46 -0700 (PDT) Received: (nullmailer pid 1008126 invoked by uid 1000); Wed, 01 Sep 2021 01:37:45 -0000 Date: Tue, 31 Aug 2021 20:37:45 -0500 From: Rob Herring To: Baruch Siach Cc: Thinh Nguyen , linux-usb@vger.kernel.org, Felipe Balbi , Andy Gross , Balaji Prakash J , Robert Marko , Rob Herring , Kathiravan T , Bjorn Andersson , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, Jack Pham , linux-arm-msm@vger.kernel.org Subject: Re: [PATCH v3 1/4] dt-bindings: usb: dwc3: add reference clock period Message-ID: References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210831_183749_189567_6B97C09D X-CRM114-Status: GOOD ( 12.99 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, 31 Aug 2021 08:57:29 +0300, Baruch Siach wrote: > Document the snps,ref-clock-period-ns property that describes reference > clock period when it deviates from the default set value. > > Signed-off-by: Baruch Siach > --- > v2: > > Address comments from Rob Herring: > > Use standard unit suffix > > Reword description > --- > Documentation/devicetree/bindings/usb/snps,dwc3.yaml | 8 ++++++++ > 1 file changed, 8 insertions(+) > Reviewed-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel