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 X-Spam-Level: X-Spam-Status: No, score=-10.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 741F9C1975A for ; Tue, 17 Mar 2020 18:54:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4841020735 for ; Tue, 17 Mar 2020 18:54:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1584471254; bh=+/gzzCepNp7hZ607T7cprnktZIk0ec9Z1atYSj81ho0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=ymCBbcvqprHzHEMvSGsX13b2h+LJdSu9JpRCEzYCnnE7AtZUpciCIu2Yg2+TLqE41 Ol2pBgniEInhT4DCdC7eth3Ien12qjO5/k55ALK97f9A1G4z/wkFl8VdNYH/LvEk/m 7+U42VcDNjyR3vq6WJmRq2C0SM12FQmw+pxM3ln4= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726541AbgCQSyN (ORCPT ); Tue, 17 Mar 2020 14:54:13 -0400 Received: from mail.kernel.org ([198.145.29.99]:59010 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726388AbgCQSyN (ORCPT ); Tue, 17 Mar 2020 14:54:13 -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 9146420724; Tue, 17 Mar 2020 18:54:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1584471253; bh=+/gzzCepNp7hZ607T7cprnktZIk0ec9Z1atYSj81ho0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=tca6X/K2p2of+yCLT4tCpLTfDDP4Oc6r3/qo2LDUqDefIihoDF/Ov3Ss6DGUBuJfA nOWe2mRsVdaXYQlf3jR19wotEWLeEVZ9oK0iZLFnxRoYmrW8UcqXTFK0DVAK2/bPat t289YJ2lDt/wXvOpf6W6pglRkHW3/NzMGP2Kr/0k= Date: Tue, 17 Mar 2020 19:54:04 +0100 From: Greg Kroah-Hartman To: Peter Chen Cc: "linux-usb@vger.kernel.org" Subject: Re: [GIT PULL] usb: chipidea: changes for v5.7-rc1 Message-ID: <20200317185404.GB1480055@kroah.com> References: <20200317122414.GA11834@b29397-desktop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200317122414.GA11834@b29397-desktop> Sender: linux-usb-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org On Tue, Mar 17, 2020 at 12:23:56PM +0000, Peter Chen wrote: > The following changes since commit 6a7c533d4a1854f54901a065d8c672e890400d8a: > > xhci-pci: Allow host runtime PM as default for Intel Tiger Lake xHCI (2020-03-12 17:34:49 +0100) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git/ tags/usb-ci-v5.7-rc1 Pulled and pushed out, thanks. greg k-h