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 48D0AC07545 for ; Tue, 24 Oct 2023 09:30:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234304AbjJXJaT (ORCPT ); Tue, 24 Oct 2023 05:30:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56504 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234256AbjJXJ3i (ORCPT ); Tue, 24 Oct 2023 05:29:38 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7DAE6173F; Tue, 24 Oct 2023 02:29:01 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E6989C433C7; Tue, 24 Oct 2023 09:29:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1698139741; bh=UZqrmiFyMb6iqj6CEJfrDan6NO1zF1ytYhlleAz7Zd8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=cC0UEiL1k7DyE0KNQjYurtMYHM4qXlM+gG/UHQ6QuaXfo/L0CAmjZeRTLjvcott4W WO7L+wlp5ixc4eKL0KekOYwy4Xzp8D/U1UUZPMydxEA4oWQ5gyTE6SZtWePOyZxozk 2IbsoIgHCnN1QNTwe6gHv+YV59WAa39VtLB/L19ZraaJ3fj3SJoYcSU1otuChayijA VkBHTD3apxEO3/DMClob8moR71I4y576/sW7OgBpxrBcpR2bZww77O9KfIs1r36TEb twQ3WGAMPM+35FVe8h/CQdIPaZRjjtWzfRuSs6GFh25A+X9zfECbLDce9KGkXgsvKO kVkZykHUqd4Sw== Received: from johan by xi.lan with local (Exim 4.96) (envelope-from ) id 1qvDiv-00044j-0D; Tue, 24 Oct 2023 11:29:17 +0200 Date: Tue, 24 Oct 2023 11:29:17 +0200 From: Johan Hovold To: Greg Kroah-Hartman 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: 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: <2023102429-craftsman-student-ba77@gregkh> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. Thanks. Johan