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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id F39D7C433F5 for ; Fri, 30 Sep 2022 06:51:33 +0000 (UTC) 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=7Ke0bj5P5XQHSzfc3TikSYfsj4DnzYl9FIntvw67ZzU=; b=avok/DmlhBy7wn yFkqAYnp9CQXGmR4ciNDkElrfGYSdIQdByvA+bQYolPYi4ABF0hQTFaHbwXg8NZYNU6+05CK4TSQ5 3kcjhpEbVGMUhfT7oyps+/HkyOATyO+aAjiloYVq4Xgm06t0Re16zheZnVycgybHqv6usg0o8fRjf Y81XYnbZeyhS/A/HC+q7g3NIMLPrf1HsiIy0bgjgvTWh2I2F7PbIMBNr0NJVkHZlDVVRSD3QIfZ/1 dJFohopFuD/1dzbACt6jLKPMVIoohmA4Dst/0ZDXNs+TJourPMHkhTsWBIpe/AGILapMUugCb+afZ UDNd3ziP3is6KIQh//iQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oe9qo-007d2z-72; Fri, 30 Sep 2022 06:50:23 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oe9qb-007d0A-KW for linux-arm-kernel@lists.infradead.org; Fri, 30 Sep 2022 06:50:11 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 5B419B8275F; Fri, 30 Sep 2022 06:50:07 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 96C6DC433D6; Fri, 30 Sep 2022 06:50:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1664520606; bh=npOlSinhtyjOuNPJQMTR5Tx4sGOymtqPxvSpKcyMJZo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=mZVjJRXSlfnoV9tFBCNHXRpUwvHjnL8yKrJFhmAyE7Wm2ReOfmIrTHJlTK7DEIirr kwuDgwjj0bg4RX0HMY2VPooX8lTR+Coe2Uems58QaMqYDSJ54r1Oh0UNYvmXFfd9gc XweNdAjTU/cKMCbxt+Wfo8Xfful/em0fJCIuXRQ4= Date: Fri, 30 Sep 2022 08:50:03 +0200 From: Greg Kroah-Hartman To: patrice.chotard@foss.st.com Cc: Felipe Balbi , linux-arm-kernel@lists.infradead.org, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, Jerome Audu Subject: Re: [PATCH] usb: dwc3: st: Rely on child's compatible instead of name Message-ID: References: <20220930064406.510330-1-patrice.chotard@foss.st.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220930064406.510330-1-patrice.chotard@foss.st.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220929_235009_902705_6A4D82FE X-CRM114-Status: UNSURE ( 9.80 ) X-CRM114-Notice: Please train this message. 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 Fri, Sep 30, 2022 at 08:44:06AM +0200, patrice.chotard@foss.st.com wrote: > From: Patrice Chotard > > To ensure that child node is found, don't rely on child's node name > which can take different value, but on child's compatible name. > > Cc: Jerome Audu > Signed-off-by: Patrice Chotard What commit id does this fix? Who reported the problem? thanks, greg k-h _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel