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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id F1B00C07545 for ; Tue, 24 Oct 2023 09:54:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234222AbjJXJyY (ORCPT ); Tue, 24 Oct 2023 05:54:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58526 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234132AbjJXJyV (ORCPT ); Tue, 24 Oct 2023 05:54:21 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F02AA118; Tue, 24 Oct 2023 02:54:19 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0DF3BC433C8; Tue, 24 Oct 2023 09:54:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1698141259; bh=W+0QNqrgDZnOgi+hua/M9Ooqieg02b9bat44s6CqMUI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=rU3EL63smcyw4DW29cAE87yiTKhtpmVZoah8oPz++M+9CngOTdXHOpiDWm6zB8G0P cxWLL5j2Unb+zvM2Ztic/IytOdi+nrfwR1KXcK0YKDQnppva8BZE15ST8L7AjJnLYO 1ZmSZVPjy8VGBg+EQ6GxSTZQhUniGjXogo0c4iGY= Date: Tue, 24 Oct 2023 11:54:14 +0200 From: Greg Kroah-Hartman To: Johan Hovold Cc: Krishna Kurapati PSSNV , Thinh Nguyen , Philipp Zabel , Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Felipe Balbi , Wesley Cheng , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, quic_pkondeti@quicinc.com, quic_ppratap@quicinc.com, quic_jackp@quicinc.com, ahalaney@redhat.com, quic_shazhuss@quicinc.com Subject: Re: [PATCH v13 05/10] usb: dwc3: qcom: Refactor IRQ handling in QCOM Glue driver Message-ID: <2023102408-deodorize-frequent-184e@gregkh> References: <14fc724c-bc99-4b5d-9893-3e5eff8895f7@quicinc.com> <196601cc-f8c6-4266-bfff-3fd69f0ab31c@quicinc.com> <2023102429-craftsman-student-ba77@gregkh> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Oct 24, 2023 at 11:29:17AM +0200, Johan Hovold wrote: > On Tue, Oct 24, 2023 at 11:23:19AM +0200, Greg Kroah-Hartman wrote: > > On Tue, Oct 24, 2023 at 11:18:26AM +0200, Johan Hovold wrote: > > > > And we may even consider reverting the updated bindings as it appears > > > they are still not correct. > > > > If you can tell me what the git ids of them are, I'll be glad to do so > > right now, sorry for taking them "early". > > That's > > ca58c4ae75b6 ("dt-bindings: usb: qcom,dwc3: Add bindings for SC8280 Multiport") > > and > > eb3f1d9e42b1 ("dt-bindings: usb: Add bindings for multiport properties on DWC3 controller") > > It's probably best to just revert them now. Now reverted, thanks. greg k-h