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 0E055C433DB for ; Fri, 5 Feb 2021 20:54:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B317B64FB0 for ; Fri, 5 Feb 2021 20:54:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233552AbhBETKr (ORCPT ); Fri, 5 Feb 2021 14:10:47 -0500 Received: from mail-ot1-f52.google.com ([209.85.210.52]:38925 "EHLO mail-ot1-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232825AbhBETKI (ORCPT ); Fri, 5 Feb 2021 14:10:08 -0500 Received: by mail-ot1-f52.google.com with SMTP id d7so5930375otq.6; Fri, 05 Feb 2021 12:52:19 -0800 (PST) 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=7dpIcPNrn53fvnnVwCVgKpxpuzXaWSPTWVeWzDJnTbs=; b=jYZTOEmb2U9/MBAmx8WjtjHFBuZxCCvRZWxgWHMyInaBGLDFSnsDMgA+iDyiIAro2S DHHzVwlTmfIzMsdkPjJaOlmOZ7pB1CP/iU4t+OSCNHFU3iwxiMan9cUCUqCF3DPbvFvy 4kvV4gTpQ5OECy3sk6x+0ke8eQiOFuyUxojx/4SDvD2cVYtwa6ppm5wfiTlTeIIeiDbl T7JV7by9H0vP1PJ885aQIYvghJ6yAj32M1HQam2/zqBUc/4n9yYBNErxgKpdd+yV4Vz4 3nVy4bgPvorQCEzkOllNRsxUttw+ADo7kIqxsP6LYPuvyqKVlVyMCbCD8a2p1+tpn9Et 1lLw== X-Gm-Message-State: AOAM5321RRZkdkbuXx3d+4tv5OzPsT8JB+3jyNlqfsUfU7AV32l0P+fi 1JqM238Qs+/NSzhy7gPeUSk38gLRSA== X-Google-Smtp-Source: ABdhPJyvwtwFGwOzKaVzlvCltLu1G83dbOuYAgS1Tt5BqgQt4uKQhLtYHxDwWm5BmVmuvr4CgjpIoA== X-Received: by 2002:a4a:c896:: with SMTP id t22mr4892539ooq.8.1612558069392; Fri, 05 Feb 2021 12:47:49 -0800 (PST) Received: from robh.at.kernel.org (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id s26sm2044191otp.54.2021.02.05.12.47.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 05 Feb 2021 12:47:48 -0800 (PST) Received: (nullmailer pid 3705653 invoked by uid 1000); Fri, 05 Feb 2021 20:47:47 -0000 Date: Fri, 5 Feb 2021 14:47:47 -0600 From: Rob Herring To: Wesley Cheng Cc: balbi@kernel.org, linux-usb@vger.kernel.org, linux-arm-msm@vger.kernel.org, robh+dt@kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, agross@kernel.org, bjorn.andersson@linaro.org, gregkh@linuxfoundation.org Subject: Re: [PATCH v7 5/5] dt-bindings: usb: dwc3: Update dwc3 TX fifo properties Message-ID: <20210205204747.GA3705591@robh.at.kernel.org> References: <1611895604-4496-1-git-send-email-wcheng@codeaurora.org> <1611895604-4496-6-git-send-email-wcheng@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1611895604-4496-6-git-send-email-wcheng@codeaurora.org> Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Thu, 28 Jan 2021 20:46:44 -0800, Wesley Cheng wrote: > Update the tx-fifo-resize property with a better description, while > adding the tx-fifo-max-num, which is a new parameter allowing > adjustments for the maximum number of packets the txfifo resizing logic > can account for while resizing the endpoints. > > Signed-off-by: Wesley Cheng > --- > Documentation/devicetree/bindings/usb/snps,dwc3.yaml | 15 +++++++++++++-- > 1 file changed, 13 insertions(+), 2 deletions(-) > Reviewed-by: Rob Herring