Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp1369131pxb; Wed, 10 Feb 2021 06:59:32 -0800 (PST) X-Google-Smtp-Source: ABdhPJwVnZY41MH36WRDjMKxOVhD3AtsKVCuKDp5IKqDZvtEqsGVZtLdfgqNyKlVZzPy2Ele158Q X-Received: by 2002:a05:6402:1383:: with SMTP id b3mr3350103edv.131.1612969172776; Wed, 10 Feb 2021 06:59:32 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1612969172; cv=none; d=google.com; s=arc-20160816; b=Vp6SXy4pA3F7rW8QEnzujUw7EFJI+vAUtfBsUqWIcfTTeBvH879ijPcYju5uZeVyHr 4rs5XvZknbRpxQoqbHq+JMDOcGQK5FxCce2DcaPqTHIGNY5T130gcvKV/oQs3GuCXi6l N+6PFu9Aht0rZdASapxmnRaaaeCp4zb8afJeriEyoythisYAvOpxtZxHKj7ZJSwX4abI cCKd+6hlRnuURMmFQ4GagsizvUwbc7MZk622YNSTnYX4JRYG2YiYWWrp1JI6DgHC2WyB E+TedJByUejcM1sMJqAmT32HJHIAxX1AC4zwCt6pSMeMX9I/3DE6HXvX+uz/nBSlPXLi Azzg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=SQw3LH7sygNutoh9pRYUB5kuanWVxAs8CvkMNsGCWAE=; b=Rv+DhHaYeXUcmLgWRgcJ/hLI87PkkT7z2eWe2XyS3o50o6y0I396iw3/HwHO/44Okk 56tt9uYz9wseZfP0zUS5ltBt/f52rqw/S6n+RDsAJhxVNru2fMnABMkrSJH6tMPb6eDw JvuuYjLxQR/l9FuO4nJsrtpGAsgdNoBXGDWGcJbQHUiff7HpwbFHidCdTq1kaXv2tGfo Ms7SRxUunBOGX6lkJ3x4FDk6ZtJOEUFxOWkqXj5ERyvGD+/sWU5RrbNjRun6YO75eIK2 bPpcjELIQtti2XOopMwgOsUem7O2MoWvs1EEu6gry63sCWqi9tQl7OUgLlfjFgBzMqXK lU1A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id hc41si1355498ejc.381.2021.02.10.06.59.08; Wed, 10 Feb 2021 06:59:32 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231543AbhBJO5k (ORCPT + 99 others); Wed, 10 Feb 2021 09:57:40 -0500 Received: from mail.baikalelectronics.com ([87.245.175.226]:34458 "EHLO mail.baikalelectronics.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229888AbhBJO5d (ORCPT ); Wed, 10 Feb 2021 09:57:33 -0500 Date: Wed, 10 Feb 2021 17:56:40 +0300 From: Serge Semin To: Greg Kroah-Hartman CC: Serge Semin , Bjorn Andersson , Felipe Balbi , Krzysztof Kozlowski , Florian Fainelli , Rob Herring , Andy Gross , , , Subject: Re: [PATCH v3 09/10] usb: dwc3: qcom: Detect DWC3 DT-nodes with "usb"-prefixed names Message-ID: <20210210145640.xhvcnarq3xoeeesu@mobilestation> References: <20201205155621.3045-1-Sergey.Semin@baikalelectronics.ru> <20201205155621.3045-10-Sergey.Semin@baikalelectronics.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: X-ClientProxiedBy: MAIL.baikal.int (192.168.51.25) To mail (192.168.51.25) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 03, 2021 at 10:06:46AM +0100, Greg Kroah-Hartman wrote: > On Tue, Feb 02, 2021 at 05:02:08PM -0600, Bjorn Andersson wrote: > > On Sat 05 Dec 09:56 CST 2020, Serge Semin wrote: > > > > > In accordance with the USB HCD/DRD schema all the USB controllers are > > > supposed to have DT-nodes named with prefix "^usb(@.*)?". Since the > > > existing DT-nodes will be renamed in a subsequent patch let's first make > > > sure the DWC3 Qualcomm driver supports them and second falls back to the > > > deprecated naming so not to fail on the legacy DTS-files passed to the > > > newer kernels. > > > > > > > Felipe, will you merge this, so that I can merge the dts patch depending > > on this into the Qualcomm DT tree? > > Patches this old are long-gone out of our queues. If it needs to be > applied to a linux-usb tree, please resend. Greg, Bjorn, I've revised and resent the series. Please find the recently posted patchset: Link: https://lore.kernel.org/lkml/20210208135154.6645-1-Sergey.Semin@baikalelectronics.ru/ Alas I've forgotten to Cc the linux-usb mailing list. Should I resend the series one more time? -Sergey > > thanks, > > greg k-h