Received: by 2002:a25:868d:0:0:0:0:0 with SMTP id z13csp2816550ybk; Mon, 18 May 2020 08:35:42 -0700 (PDT) X-Google-Smtp-Source: ABdhPJx3GaOFLPSbcNHZOkaEGNGBmXmwRRxG/vnJ2O5vC03QeDLxlLEtq0x1hhUeJ4IyDL95H59E X-Received: by 2002:aa7:c887:: with SMTP id p7mr13925383eds.269.1589816141975; Mon, 18 May 2020 08:35:41 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1589816141; cv=none; d=google.com; s=arc-20160816; b=LOqWmuWZo86IlWH4KcTYLDo0oovFcGbJjG0fy0qVq3JL3o45BKm78W7f6/nVFKoiKm 2P0+rNskggMzuivy7l74Lc0yOlToW2Ea5+trndUgAxotOKfA6NZR6MErfv0lt4QBQ+Me fStAU5jDQYtX+vNfrWV9o9mkHsX6VPLG4JC+A3nNPq3oJSxPsojm/RfnerVAZVDmuSOI 66jHByQxl6CdQNdv2m7EZjsSA7h/UkAdP7Y4IebBUG6HK39csQMTD5C9nQb630wNAfRN JD17nCCNIE7fOOhQ52U748gdzOou2Qx7W3YcWjF6uPHhXWCpNERV4tF8NBNVjmG0mRCa nlTw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date :dkim-signature; bh=UZQunAUAafCB5mZU6fu3l4KEVDHBbNZPtD/DztPtsTg=; b=Z84QeWXhtnOVLdDDxM1e1f8OQrJmdTpyjJEw6ltD/cwxV5LNmdPau3o4osRBX/Ysb+ nD+JFqG1uXXKMPusKxtyJXQpSxc6NNe5TpRK3epLqVLFNEfT5VXsstIr58jtdcB5mvT/ PwNzklMHBRCuVvvtd2UUuWoE7kLYAiCLWBtfHq+b5V1HbTlyhVcgAl6StPdWYyARW4Cb 2Qb+kqANYeMhD9LzPjnVg05RY3FIzrad9gtp6d9hmnu5xxSkKKjdLsWY6y6mJtfZtDDa L52a7761R0jmd6MSPUELQJRXX+VA6XFa5PeEWvVInMbDl2zx67Weft4/vkGX3wrM3TlV 4zLg== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=2bkezwy1; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id 25si6711668edx.341.2020.05.18.08.35.17; Mon, 18 May 2020 08:35:41 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=2bkezwy1; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728281AbgERPdP (ORCPT + 99 others); Mon, 18 May 2020 11:33:15 -0400 Received: from mail.kernel.org ([198.145.29.99]:34800 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726958AbgERPdP (ORCPT ); Mon, 18 May 2020 11:33:15 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 269B0207ED; Mon, 18 May 2020 15:33:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1589815994; bh=TyenBBcRlC7bHcDCgrQGTESSKFo/bxcfFo2JmDj2gPg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=2bkezwy1Dc3M7HZgrw3dCxOGmxDcnV20LYmEDJpxoZlAjzDsoEut3EaU8jMFKnHH7 9eO7bFr7vaIXSYWoj9XUc5T/0mtcMFZg0oDggYw7qupQHvTtJEOmou1pm00LR+XO+b gDN3m0O1mh9OPm14IdCrla7JnVoJlBC7DzuhojYA= Date: Mon, 18 May 2020 17:33:12 +0200 From: Greg Kroah-Hartman To: Alan Stern Cc: Qais Yousef , "Rafael J . Wysocki" , Tony Prisk , Mathias Nyman , Oliver Neukum , linux-arm-kernel@lists.infradead.org, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/3] usb/ohci-platform: Fix a warning when hibernating Message-ID: <20200518153312.GA1963214@kroah.com> References: <20200424134800.4629-1-qais.yousef@arm.com> <20200518145748.puvxkcmyrxc7eqt7@e107158-lin.cambridge.arm.com> <20200518151940.GC15479@rowland.harvard.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200518151940.GC15479@rowland.harvard.edu> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 18, 2020 at 11:19:40AM -0400, Alan Stern wrote: > On Mon, May 18, 2020 at 03:57:49PM +0100, Qais Yousef wrote: > > > For both this patch and the 3/3 patch (ehci-platform): > > > > > > Acked-by: Alan Stern > > > > Thanks Alan. Did this make it through to any tree? I don't see it on next, nor > > on Linus. But it could be queued somewhere else. > > > > I have sent v2 to patch 2 (xhci) as a reply, so hopefully it wasn't missed. > > I can resend the whole series if necessary. > > Greg, what happened to this series? Did it just fall through the > cracks? No idea, it's not in my to-review queue, so maybe it got merged somewhere? If not, can someone resend it please? thanks, greg k-h