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 05B30C1B0D8 for ; Thu, 10 Dec 2020 03:25:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B80C123770 for ; Thu, 10 Dec 2020 03:25:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729533AbgLJDZi (ORCPT ); Wed, 9 Dec 2020 22:25:38 -0500 Received: from mail-oo1-f66.google.com ([209.85.161.66]:36312 "EHLO mail-oo1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729002AbgLJDZb (ORCPT ); Wed, 9 Dec 2020 22:25:31 -0500 Received: by mail-oo1-f66.google.com with SMTP id j8so958347oon.3; Wed, 09 Dec 2020 19:25:15 -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=SGHystu8KEcuTA0RNExv/VnJoWPktKLvdV3bpnziI/o=; b=fD0RQJop7KquIVS6OTt4/Y/vF4VBO2sOE5+TuF4qWHh/9huRsOsM1Bjb5YI63Fzj9B A95sGEu1XiHzqZfoW5XgrsJnmWz+XlM3CeFGolcQFR1Pkxgq1w2BGNuYVCMfy+Hy5K+2 ehzAbYwn+Sojxv+JVXtZOpLs/2NmsPuW6POFOWFo/EiBF5G899yjMs7Ff1zYvH8rPm1b EXplGoz9wgU/O4NJfRBqbB2Ly+MYpH0Ue+92M7WlBGLEAO+2CDjHKEazGyJe7a3G6JPp 3f9qWOxo3hyfikVq622rl1SPpeklmKA46zmzq/PgBZswX3d2EW5Y0LE+viheDyJxWCAF KUdQ== X-Gm-Message-State: AOAM530WViBjaImgG3wMurajsSsIXcpgEwXN4mBuUvSNPq1uQ3c7lUJn Wz0jeLV6mIbseP/skQbEYA== X-Google-Smtp-Source: ABdhPJxVr0iv7i61NhYxL1VKmCWErqvhvd6h7QtNaiu4n9B+aJ0EfyOf4EsAk/DaMrnShrdMqign7w== X-Received: by 2002:a4a:6b4d:: with SMTP id h13mr4541165oof.67.1607570690575; Wed, 09 Dec 2020 19:24:50 -0800 (PST) Received: from xps15 (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id q18sm749828ood.35.2020.12.09.19.24.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 09 Dec 2020 19:24:49 -0800 (PST) Received: (nullmailer pid 1591441 invoked by uid 1000); Thu, 10 Dec 2020 03:24:48 -0000 Date: Wed, 9 Dec 2020 21:24:48 -0600 From: Rob Herring To: Serge Semin Cc: linux-snps-arc@lists.infradead.org, Greg Kroah-Hartman , Neil Armstrong , linux-mips@vger.kernel.org, Mathias Nyman , Pavel Parkhomenko , Andy Gross , Roger Quadros , Alexey Malahov , Martin Blumenstingl , Rob Herring , linux-kernel@vger.kernel.org, Yoshihiro Shimoda , linux-usb@vger.kernel.org, Lad Prabhakar , devicetree@vger.kernel.org, Ahmad Zainie , linuxppc-dev@lists.ozlabs.org, Bjorn Andersson , Serge Semin , Kevin Hilman , Chunfeng Yun , linux-arm-kernel@lists.infradead.org, Manu Gautam , Felipe Balbi , Krzysztof Kozlowski Subject: Re: [PATCH v5 12/19] dt-bindings: usb: dwc3: Add synopsys, dwc3 compatible string Message-ID: <20201210032448.GA1591395@robh.at.kernel.org> References: <20201205152427.29537-1-Sergey.Semin@baikalelectronics.ru> <20201205152427.29537-13-Sergey.Semin@baikalelectronics.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201205152427.29537-13-Sergey.Semin@baikalelectronics.ru> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 05 Dec 2020 18:24:19 +0300, Serge Semin wrote: > The DWC USB3 driver and some DTS files like Exynos 5250, Keystone k2e, etc > expects the DWC USB3 DT node to have the compatible string with the > "synopsys" vendor prefix. Let's add the corresponding compatible string to > the controller DT schema, but mark it as deprecated seeing the Synopsys, > Inc. is presented with just "snps" vendor prefix. > > Signed-off-by: Serge Semin > > --- > > Changelog v2: > - Drop quotes from around the compat string constant. > > Changelog v4: > - Get the patch back, since we can't discard the deprecated prefix from the > driver. > --- > Documentation/devicetree/bindings/usb/snps,dwc3.yaml | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > 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.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 A8C1EC4361B for ; Thu, 10 Dec 2020 03:28:12 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (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 DA628206E5 for ; Thu, 10 Dec 2020 03:28:11 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org DA628206E5 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from bilbo.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 4Crzrp17h8zDqvW for ; Thu, 10 Dec 2020 14:28:10 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gmail.com (client-ip=209.85.161.67; helo=mail-oo1-f67.google.com; envelope-from=robherring2@gmail.com; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=fail (p=none dis=none) header.from=kernel.org Received: from mail-oo1-f67.google.com (mail-oo1-f67.google.com [209.85.161.67]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4Crzn35KN0zDqsD for ; Thu, 10 Dec 2020 14:24:54 +1100 (AEDT) Received: by mail-oo1-f67.google.com with SMTP id x203so955864ooa.9 for ; Wed, 09 Dec 2020 19:24:54 -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=SGHystu8KEcuTA0RNExv/VnJoWPktKLvdV3bpnziI/o=; b=D/nvQZ1+9yqDNz7ocfxiQFvmpkr9gUKO8NliDNxBj5kmMbWU0v8HvFH3LeKDKlvEsr 6NJ5xZKz/KIBscwCw8APg6cfQG2MBLrxrO1N9XE45KtsYxQGisQiBEUJx9tddbZKL+z8 G0bLuIuBQy3Mivz+N3MGNFx+baMv36wqnRD/qL5Y1pqXPF0pSllMAQEx4ZSmqZHE078F UkqKkhoO3otm60oq1KPamlyyKg3nkw1uNILwOSHUR0NNHHx0QPRXzj1xDnco2UglUEnM u124vqPrUL/oPVOmCondQOlEae01hEjfwy2zIo1vGQVPryBLGKSTd/SSxiXdl7gsAswA wE/g== X-Gm-Message-State: AOAM5310AsFladnie5gT55Enx7TiM5p/ypm5o7X/txqbcAGvhTTmqwGh 9zJirEQqU8tu4+opc6mg4A== X-Google-Smtp-Source: ABdhPJxVr0iv7i61NhYxL1VKmCWErqvhvd6h7QtNaiu4n9B+aJ0EfyOf4EsAk/DaMrnShrdMqign7w== X-Received: by 2002:a4a:6b4d:: with SMTP id h13mr4541165oof.67.1607570690575; Wed, 09 Dec 2020 19:24:50 -0800 (PST) Received: from xps15 (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id q18sm749828ood.35.2020.12.09.19.24.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 09 Dec 2020 19:24:49 -0800 (PST) Received: (nullmailer pid 1591441 invoked by uid 1000); Thu, 10 Dec 2020 03:24:48 -0000 Date: Wed, 9 Dec 2020 21:24:48 -0600 From: Rob Herring To: Serge Semin Subject: Re: [PATCH v5 12/19] dt-bindings: usb: dwc3: Add synopsys, dwc3 compatible string Message-ID: <20201210032448.GA1591395@robh.at.kernel.org> References: <20201205152427.29537-1-Sergey.Semin@baikalelectronics.ru> <20201205152427.29537-13-Sergey.Semin@baikalelectronics.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201205152427.29537-13-Sergey.Semin@baikalelectronics.ru> X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Neil Armstrong , Bjorn Andersson , Pavel Parkhomenko , Kevin Hilman , Krzysztof Kozlowski , Ahmad Zainie , Andy Gross , Chunfeng Yun , linux-snps-arc@lists.infradead.org, devicetree@vger.kernel.org, Mathias Nyman , Martin Blumenstingl , Lad Prabhakar , Alexey Malahov , Rob Herring , linux-arm-kernel@lists.infradead.org, Roger Quadros , Felipe Balbi , Greg Kroah-Hartman , Yoshihiro Shimoda , linux-usb@vger.kernel.org, linux-mips@vger.kernel.org, Serge Semin , linux-kernel@vger.kernel.org, Manu Gautam , linuxppc-dev@lists.ozlabs.org Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Sat, 05 Dec 2020 18:24:19 +0300, Serge Semin wrote: > The DWC USB3 driver and some DTS files like Exynos 5250, Keystone k2e, etc > expects the DWC USB3 DT node to have the compatible string with the > "synopsys" vendor prefix. Let's add the corresponding compatible string to > the controller DT schema, but mark it as deprecated seeing the Synopsys, > Inc. is presented with just "snps" vendor prefix. > > Signed-off-by: Serge Semin > > --- > > Changelog v2: > - Drop quotes from around the compat string constant. > > Changelog v4: > - Get the patch back, since we can't discard the deprecated prefix from the > driver. > --- > Documentation/devicetree/bindings/usb/snps,dwc3.yaml | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > 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.0 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 A2B1BC4361B for ; Thu, 10 Dec 2020 03:24:53 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 56D062313E for ; Thu, 10 Dec 2020 03:24:53 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 56D062313E Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-snps-arc-bounces+linux-snps-arc=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject: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=clHXmtA4Bx0u/0gx+nfloqJdk+mzgN8M08TkcUdBCbw=; b=bC0V9bcJSwxdJj35HASVl606W JPfUI/JReGz2+zMHpXBF8wqlt3YwYaGoQLpC9enSxHYzTWxvehGkNpQc9OGoXFiA4asi3ggR68E9/ a0wfBMBPmt32j5bQtaHdZoCjlY527ZJWcyxEXSSZ8AW/56FBI/CtNuyFRJgCrt3mnzawhvQGSoocx j1Ks7zcE+spdBo47H85uVAIqJezhMGpAWf57fAobnv1D/oRk1BUA1Slivgz80H42tbqwwg+GriGox ahQMVXIYnVisfPj1huYCNwURNaBay7yVH0BWztfs5ceiUjtfm73TWLWCFmFme2ManAzFv3SeiuUks p0AIzLStA==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1knCZY-0002e8-OH; Thu, 10 Dec 2020 03:24:52 +0000 Received: from mail-oo1-f66.google.com ([209.85.161.66]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1knCZX-0002dS-4d; Thu, 10 Dec 2020 03:24:51 +0000 Received: by mail-oo1-f66.google.com with SMTP id s1so960490oon.2; Wed, 09 Dec 2020 19:24:50 -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=SGHystu8KEcuTA0RNExv/VnJoWPktKLvdV3bpnziI/o=; b=t/X4eNf2/+iVc2IASbSticUKudXiG4Lk2+YQHm6VB3/zZ1YT+A7z1Upyp6ooE0KeG6 tdOsC1Nub5jewUwBS2Oqwa3Bo5sVt5dbtQbpaSTgvNS3az7eZ2akEiOC7Cc+wWcCq15W GZcfs6u8qmRjqqH+XW8zuan/1zq64MA1uNHW6J7GZc1CJQ/er662Esc32gX7N1afjvFS bcY59B66klI8WQv0KVQZhFW6VdXJkXgQen1poW/06yZ9YSSMGqAEaQlaut24uKoxIsnQ /H7bZaI1x36ETuzyq4/adOH6V+bimU9vZXTc6brIVsPOETlJexh45TXbteNotJ9coC9G 6Ybg== X-Gm-Message-State: AOAM533wCAjYm+66gQ/EsQhb2DD3cOYi5DEpNahYx6ZTi/jOxUUBmO6S 8rNs4PgDT/bsqlzPAPN7Og== X-Google-Smtp-Source: ABdhPJxVr0iv7i61NhYxL1VKmCWErqvhvd6h7QtNaiu4n9B+aJ0EfyOf4EsAk/DaMrnShrdMqign7w== X-Received: by 2002:a4a:6b4d:: with SMTP id h13mr4541165oof.67.1607570690575; Wed, 09 Dec 2020 19:24:50 -0800 (PST) Received: from xps15 (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id q18sm749828ood.35.2020.12.09.19.24.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 09 Dec 2020 19:24:49 -0800 (PST) Received: (nullmailer pid 1591441 invoked by uid 1000); Thu, 10 Dec 2020 03:24:48 -0000 Date: Wed, 9 Dec 2020 21:24:48 -0600 From: Rob Herring To: Serge Semin Subject: Re: [PATCH v5 12/19] dt-bindings: usb: dwc3: Add synopsys, dwc3 compatible string Message-ID: <20201210032448.GA1591395@robh.at.kernel.org> References: <20201205152427.29537-1-Sergey.Semin@baikalelectronics.ru> <20201205152427.29537-13-Sergey.Semin@baikalelectronics.ru> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201205152427.29537-13-Sergey.Semin@baikalelectronics.ru> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201209_222451_213797_70DD64D4 X-CRM114-Status: GOOD ( 12.44 ) X-BeenThere: linux-snps-arc@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on Synopsys ARC Processors List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Neil Armstrong , Bjorn Andersson , Pavel Parkhomenko , Kevin Hilman , Krzysztof Kozlowski , Ahmad Zainie , Andy Gross , Chunfeng Yun , linux-snps-arc@lists.infradead.org, devicetree@vger.kernel.org, Mathias Nyman , Martin Blumenstingl , Lad Prabhakar , Alexey Malahov , Rob Herring , linux-arm-kernel@lists.infradead.org, Roger Quadros , Felipe Balbi , Greg Kroah-Hartman , Yoshihiro Shimoda , linux-usb@vger.kernel.org, linux-mips@vger.kernel.org, Serge Semin , linux-kernel@vger.kernel.org, Manu Gautam , linuxppc-dev@lists.ozlabs.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-snps-arc" Errors-To: linux-snps-arc-bounces+linux-snps-arc=archiver.kernel.org@lists.infradead.org On Sat, 05 Dec 2020 18:24:19 +0300, Serge Semin wrote: > The DWC USB3 driver and some DTS files like Exynos 5250, Keystone k2e, etc > expects the DWC USB3 DT node to have the compatible string with the > "synopsys" vendor prefix. Let's add the corresponding compatible string to > the controller DT schema, but mark it as deprecated seeing the Synopsys, > Inc. is presented with just "snps" vendor prefix. > > Signed-off-by: Serge Semin > > --- > > Changelog v2: > - Drop quotes from around the compat string constant. > > Changelog v4: > - Get the patch back, since we can't discard the deprecated prefix from the > driver. > --- > Documentation/devicetree/bindings/usb/snps,dwc3.yaml | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > Reviewed-by: Rob Herring _______________________________________________ linux-snps-arc mailing list linux-snps-arc@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-snps-arc 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,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 4F744C4361B for ; Thu, 10 Dec 2020 03:26:08 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 09D1623380 for ; Thu, 10 Dec 2020 03:26:08 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 09D1623380 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject: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=3CR6xILy/J4JUEpuw1E4B899C3chte5dk3HQ/YLg/8E=; b=dTonjGvLiJJO72RKLyp7lOu0c XmyRDzDBQy/r7uZnVrGlfubP5EzOAiD/pusH3rAMZPVLJSLOwZ0AMx3EBYCO+NFwudA4QjnEJJF4Y yiWPOqjKrcHubj0W4lQBC3+L9u/S8g+ADrgAtAaz1cN4Da7SFGuObtI8rb0lx/hNLBgz5PDiUcOkI l/cQ2WS6H+kN/Y5pVFWzF8fZaTZbGcqlgamETHjtZFl5i6kXt5WGewhDSFQ1740slZ75ogodlcqex iEPQt46EOdWoVAXdUp1YOZ1RZ0i+8UOuIUfwS0uobYdRKIlSGoQWzMRXp2Lee9JyfJUvNThonj9Wo A6B5ehXGw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1knCZZ-0002eH-DQ; Thu, 10 Dec 2020 03:24:53 +0000 Received: from mail-oo1-f66.google.com ([209.85.161.66]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1knCZX-0002dS-4d; Thu, 10 Dec 2020 03:24:51 +0000 Received: by mail-oo1-f66.google.com with SMTP id s1so960490oon.2; Wed, 09 Dec 2020 19:24:50 -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=SGHystu8KEcuTA0RNExv/VnJoWPktKLvdV3bpnziI/o=; b=t/X4eNf2/+iVc2IASbSticUKudXiG4Lk2+YQHm6VB3/zZ1YT+A7z1Upyp6ooE0KeG6 tdOsC1Nub5jewUwBS2Oqwa3Bo5sVt5dbtQbpaSTgvNS3az7eZ2akEiOC7Cc+wWcCq15W GZcfs6u8qmRjqqH+XW8zuan/1zq64MA1uNHW6J7GZc1CJQ/er662Esc32gX7N1afjvFS bcY59B66klI8WQv0KVQZhFW6VdXJkXgQen1poW/06yZ9YSSMGqAEaQlaut24uKoxIsnQ /H7bZaI1x36ETuzyq4/adOH6V+bimU9vZXTc6brIVsPOETlJexh45TXbteNotJ9coC9G 6Ybg== X-Gm-Message-State: AOAM533wCAjYm+66gQ/EsQhb2DD3cOYi5DEpNahYx6ZTi/jOxUUBmO6S 8rNs4PgDT/bsqlzPAPN7Og== X-Google-Smtp-Source: ABdhPJxVr0iv7i61NhYxL1VKmCWErqvhvd6h7QtNaiu4n9B+aJ0EfyOf4EsAk/DaMrnShrdMqign7w== X-Received: by 2002:a4a:6b4d:: with SMTP id h13mr4541165oof.67.1607570690575; Wed, 09 Dec 2020 19:24:50 -0800 (PST) Received: from xps15 (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id q18sm749828ood.35.2020.12.09.19.24.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 09 Dec 2020 19:24:49 -0800 (PST) Received: (nullmailer pid 1591441 invoked by uid 1000); Thu, 10 Dec 2020 03:24:48 -0000 Date: Wed, 9 Dec 2020 21:24:48 -0600 From: Rob Herring To: Serge Semin Subject: Re: [PATCH v5 12/19] dt-bindings: usb: dwc3: Add synopsys, dwc3 compatible string Message-ID: <20201210032448.GA1591395@robh.at.kernel.org> References: <20201205152427.29537-1-Sergey.Semin@baikalelectronics.ru> <20201205152427.29537-13-Sergey.Semin@baikalelectronics.ru> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201205152427.29537-13-Sergey.Semin@baikalelectronics.ru> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201209_222451_213797_70DD64D4 X-CRM114-Status: GOOD ( 12.44 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Neil Armstrong , Bjorn Andersson , Pavel Parkhomenko , Kevin Hilman , Krzysztof Kozlowski , Ahmad Zainie , Andy Gross , Chunfeng Yun , linux-snps-arc@lists.infradead.org, devicetree@vger.kernel.org, Mathias Nyman , Martin Blumenstingl , Lad Prabhakar , Alexey Malahov , Rob Herring , linux-arm-kernel@lists.infradead.org, Roger Quadros , Felipe Balbi , Greg Kroah-Hartman , Yoshihiro Shimoda , linux-usb@vger.kernel.org, linux-mips@vger.kernel.org, Serge Semin , linux-kernel@vger.kernel.org, Manu Gautam , linuxppc-dev@lists.ozlabs.org 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 Sat, 05 Dec 2020 18:24:19 +0300, Serge Semin wrote: > The DWC USB3 driver and some DTS files like Exynos 5250, Keystone k2e, etc > expects the DWC USB3 DT node to have the compatible string with the > "synopsys" vendor prefix. Let's add the corresponding compatible string to > the controller DT schema, but mark it as deprecated seeing the Synopsys, > Inc. is presented with just "snps" vendor prefix. > > Signed-off-by: Serge Semin > > --- > > Changelog v2: > - Drop quotes from around the compat string constant. > > Changelog v4: > - Get the patch back, since we can't discard the deprecated prefix from the > driver. > --- > Documentation/devicetree/bindings/usb/snps,dwc3.yaml | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > Reviewed-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel