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 59BB9C54EE9 for ; Thu, 22 Sep 2022 13:48:25 +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=7BwgpBZcXE9It/C8bpD/NzgzYBO/SbNJHrBCMPxK7po=; b=JDZsRRLIsBAwkb lUIItt0CHh4ZFkF0OEYq9MDSAHzCAiSmDHNdwfIaJSNfHff+5fqmP1FJjkpZCisT+ETUDAgdDSgBA PU+PX+ox1sm1O7fFLg0HZBNT56097rryLFmxSEZxQuc7tkuaJKy6LxYDXkLx2TnvtXVP/SEK2w6XN YGkvYJdTyzW8owbd+kM3KijkE/41gdFBmZ+UAcya6jSV9qmsEiYupcYTeSBC6NY6YSIMQpZ+vzZHk idTFDp89OXBSKR+vau4zrLO1XImuLsyNSUNOIQWC896DHzzvqrCEqHjarpeCMPYWvZD3nOb7/0GbV aCj3t0SVWRqyT3vpvKXg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1obMXs-00Flhf-2g; Thu, 22 Sep 2022 13:47:16 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1obMXo-00Flek-1b for linux-arm-kernel@lists.infradead.org; Thu, 22 Sep 2022 13:47:13 +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 dfw.source.kernel.org (Postfix) with ESMTPS id 485DF63495; Thu, 22 Sep 2022 13:47:11 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E0624C433D6; Thu, 22 Sep 2022 13:47:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1663854430; bh=GHdswNwa2l6I7a9Y1aPqdGywYJbHnh4/1zLSt2sJKZo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=i+GJonRlXcgtZo99D8zxZCnqgRyctr7FVQfHZzpnKMgBzpoiZ2MRFrzxBRfn1ufhz IWUdzwMAHWUO3Zty4tNp7/a5R3D0NDGp8DweWGpCZEuAw2A3SnZ0xZ0SPbkS4vv7Tp F8TUNynX+wDwbK8QwfmSgKCJgM0BukGcs377BI1w= Date: Thu, 22 Sep 2022 15:47:02 +0200 From: Greg Kroah-Hartman To: Alexander Stein Cc: Shawn Guo , Rob Herring , Krzysztof Kozlowski , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Li Jun , linux-usb@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: Re: [PATCH v2 4/4] arm64: dts: tqma8mpql: add support for 2nd USB (host) interface Message-ID: References: <20220915062855.751881-1-alexander.stein@ew.tq-group.com> <20220915062855.751881-5-alexander.stein@ew.tq-group.com> <5606023.DvuYhMxLoT@steina-w> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <5606023.DvuYhMxLoT@steina-w> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220922_064712_158328_AD9B6D05 X-CRM114-Status: GOOD ( 20.68 ) 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 Thu, Sep 22, 2022 at 03:39:01PM +0200, Alexander Stein wrote: > Hi Greg, > > Am Donnerstag, 22. September 2022, 15:17:06 CEST schrieb Greg Kroah-Hartman: > > On Thu, Sep 15, 2022 at 08:28:55AM +0200, Alexander Stein wrote: > > > The on-board USB hub has a single reset line which needs to be enabled. > > > > > > Signed-off-by: Alexander Stein > > > --- > > > > > > .../freescale/imx8mp-tqma8mpql-mba8mpxl.dts | 41 +++++++++++++++++++ > > > 1 file changed, 41 insertions(+) > > > > This patch failed to apply, please rebase and resend. > > If I rebase this one to usb-testing (or usb-next) this will conflict with > additional patches for this file already in linux-next later on, especially > fb4f0b69565e ("arm64: dts: tqma8mpql: add USB DR support"). So IMHO this might > not the best idea. > How to proceed here? Maybe Shawn can take this one once the other 3 patches > hit linux-next. Yeah, or just wait for 6.1-rc1 to come out? Your call, greg k-h _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel