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=-16.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,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 EE3D0C47095 for ; Wed, 9 Jun 2021 08:05:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D638A6100A for ; Wed, 9 Jun 2021 08:05:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234840AbhFIIHo (ORCPT ); Wed, 9 Jun 2021 04:07:44 -0400 Received: from mail.kernel.org ([198.145.29.99]:56564 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234624AbhFIIHn (ORCPT ); Wed, 9 Jun 2021 04:07:43 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id E10EE6128A; Wed, 9 Jun 2021 08:05:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1623225934; bh=/1YUpu5KV5wlJB0fk5MoNhE6iczTEPlxWsVJSsfwdWw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=tRqRDyb0ZrlfSNf6lMJSG+ZlsDQvN2lluYaEMLzttUdg26f1FfEad0aBD7dQX0Dim iVQtWWqA40ljaWxFabi3NKp1/YnGmvz2Exb7TvIsT6ZJAsDS0iEb8XwjyVJOsfZODn UNo60Q9Mq8wLiJuIsb/jcjcJl/wjm8YpbD8nO47s= Date: Wed, 9 Jun 2021 10:05:23 +0200 From: Greg KH To: Peter Chen Cc: linux-usb@vger.kernel.org Subject: Re: [GIT PULL] usb: fixes for v5.13 Message-ID: References: <20210607013011.GA4633@nchen> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210607013011.GA4633@nchen> Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org On Mon, Jun 07, 2021 at 09:30:11AM +0800, Peter Chen wrote: > The following changes since commit 9e3927f6373da54cb17e17f4bd700907e1123d2f: > > usb: chipidea: udc: assign interrupt number to USB gadget structure (2021-05-17 10:04:05 +0800) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git/ tags/usb-v5.13-rc6 Pulled and pushed out, thanks. greg k-h