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 3B28EC32771 for ; Sat, 24 Sep 2022 09:22:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233353AbiIXJWc (ORCPT ); Sat, 24 Sep 2022 05:22:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45788 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229601AbiIXJWa (ORCPT ); Sat, 24 Sep 2022 05:22:30 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E0667138F1A; Sat, 24 Sep 2022 02:22:29 -0700 (PDT) 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 7D5F160A39; Sat, 24 Sep 2022 09:22:29 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D8172C433C1; Sat, 24 Sep 2022 09:22:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1664011348; bh=JptzcU8FfaCLKve+rCyuoGEvbDQfZXZJkTUsc1JHCJI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=en8+0/+vvWCQvqKeoHRL8TCbhnxrEGKSTwBo7YXMejs7pzuCGKpIp3qPrX4gF9Npb U9+uzqJ0QBHjaBPSamu5gKmBAnbj//nA95b6AQV0PgY6js16BTpk3/v03jYVxYLrZ7 nwIj32wyauYgskhYKrDOMs2VoYeA3qlawxCgeKNXMnbRjqJ97lMCMwX1oXqf6NDsbZ diB9a6B5bZVqb044BgAiUNOejqj74r3AEEW864JwXA/ouyMNf7QXDVav4SiSYRcIIv xnbzFclZGbKe/sPUV27A+7M292LyAZHLRwOD+/DnrXQsz1RVGuV/p9DmW6R6S3xLOu fRqSt4eSmrz8g== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1oc1Mm-0002Gp-Ip; Sat, 24 Sep 2022 11:22:32 +0200 Date: Sat, 24 Sep 2022 11:22:32 +0200 From: Johan Hovold To: Greg Kroah-Hartman Cc: Sasha Levin , stable-commits@vger.kernel.org, johan+linaro@kernel.org, Andy Gross , Bjorn Andersson , Konrad Dybcio , Felipe Balbi , linux-kernel@vger.kernel.org Subject: Re: Patch "usb: dwc3: qcom: fix peripheral and OTG suspend" has been added to the 5.19-stable tree Message-ID: References: <20220923165534.652593-1-sashal@kernel.org> 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 Sat, Sep 24, 2022 at 11:14:57AM +0200, Greg Kroah-Hartman wrote: > On Sat, Sep 24, 2022 at 10:56:43AM +0200, Johan Hovold wrote: > > Just drop all the dwc3 patches from the pending-5.19 branch. > > Now dropped, except for the one I added yesterday :) Thanks. Didn't see the DMA one at first. Johan