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=-6.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED 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 0566BC433DF for ; Sun, 11 Oct 2020 18:14:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C79D42222A for ; Sun, 11 Oct 2020 18:14:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726617AbgJKSOf (ORCPT ); Sun, 11 Oct 2020 14:14:35 -0400 Received: from mail.baikalelectronics.com ([87.245.175.226]:59158 "EHLO mail.baikalelectronics.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726186AbgJKSOf (ORCPT ); Sun, 11 Oct 2020 14:14:35 -0400 Received: from localhost (unknown [127.0.0.1]) by mail.baikalelectronics.ru (Postfix) with ESMTP id 6F36F8030867; Sun, 11 Oct 2020 18:14:32 +0000 (UTC) X-Virus-Scanned: amavisd-new at baikalelectronics.ru Received: from mail.baikalelectronics.ru ([127.0.0.1]) by localhost (mail.baikalelectronics.ru [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Ghhd_t_Bpdk5; Sun, 11 Oct 2020 21:14:31 +0300 (MSK) Date: Sun, 11 Oct 2020 21:14:30 +0300 From: Serge Semin To: Sergei Shtylyov CC: Serge Semin , Mathias Nyman , Felipe Balbi , Greg Kroah-Hartman , Rob Herring , Alexey Malahov , Pavel Parkhomenko , Andy Gross , Bjorn Andersson , Manu Gautam , Roger Quadros , Lad Prabhakar , Yoshihiro Shimoda , Neil Armstrong , Kevin Hilman , , , Subject: Re: [PATCH 13/18] dt-bindings: usb: dwc3: Add Tx De-emphasis restrictions Message-ID: <20201011181430.w5dkhc67qml7l4bk@mobilestation> References: <20201010224121.12672-1-Sergey.Semin@baikalelectronics.ru> <20201010224121.12672-14-Sergey.Semin@baikalelectronics.ru> <4b256e47-d058-a74f-0ad1-677886a03e74@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <4b256e47-d058-a74f-0ad1-677886a03e74@gmail.com> X-ClientProxiedBy: MAIL.baikal.int (192.168.51.25) To mail (192.168.51.25) Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org On Sun, Oct 11, 2020 at 11:56:21AM +0300, Sergei Shtylyov wrote: > On 11.10.2020 1:41, Serge Semin wrote: > > > In accordance with the driver comments the PIPE3 de-emphasis can be tunned > > Tuned. Oh. My spell checker accepted this as past participle of the verb "tun" .) > > > to be either -6dB, or -2.5dB or disabled. Let's add the de-emphasis > > Either -6dB, -2.5dB, or disabled? Hm, I always thought that "or" is supposed to be placed before each alternative in the either-or construction, like "either ... or ... or ... or ...". Am I wrong? -Sergey > > > property restriction so the DT schema would make sure the controller DT > > node is equipped with correct values. > > > > Signed-off-by: Serge Semin > [...] > > MBR, Sergei