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=-14.0 required=3.0 tests=BAYES_00,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 67192C433E0 for ; Wed, 29 Jul 2020 11:58:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 435E32083B for ; Wed, 29 Jul 2020 11:58:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1596023914; bh=kgCgKW/UkVNpxT8QVejdxYR/6KM4D7G5fhSqjL1wBFw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=gPkzNym214vGr662tLv1OvtuNlMS6QYwgH0A+beK3PYGl44ooIWCHNtwPd/VPy9hj rVQr3Ml9eHSqLHKpfen9IzJUwvgcl/yQNOs+UGmkJAXkmfY4ZtK/YEong0LQgZxG8A rR4uk2IXPiDOmGcuw6/PeaB6yj1VgIHv9tbvnZtU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726391AbgG2L6d (ORCPT ); Wed, 29 Jul 2020 07:58:33 -0400 Received: from mail.kernel.org ([198.145.29.99]:43612 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726353AbgG2L6d (ORCPT ); Wed, 29 Jul 2020 07:58:33 -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 9BBEF20829; Wed, 29 Jul 2020 11:58:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1596023913; bh=kgCgKW/UkVNpxT8QVejdxYR/6KM4D7G5fhSqjL1wBFw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=TJB0uXtNU0bOSFogp1h6ALScveVD9ZfV45DRKsC1e5RUkxGhwoBwWmAaMQTy4rrUX uRcvrx6MPW5ecEfw1bR3W+wsOXmGX9BY87topK+hOwz98YSTuNeX3R6q5W2kmGklKa N37ZYhqN7TnpB59K//pq2iAfGafLLmtVSoYsZiak= Date: Wed, 29 Jul 2020 13:58:24 +0200 From: Greg Kroah-Hartman To: Peter Chen Cc: "linux-usb@vger.kernel.org" Subject: Re: [GIT PULL] usb: chipidea changes for v5.9-rc1 Message-ID: <20200729115824.GA2813582@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-usb-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org On Wed, Jul 29, 2020 at 02:12:37AM +0000, Peter Chen wrote: > The following changes since commit af7b4801030c07637840191c69eb666917e4135d: > > Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2020-06-07 17:27:45 -0700) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git/ tags/usb-ci-v5.9-rc1 > > for you to fetch changes up to d6f93d21001e4388a25b0b922e02e64bc6004d2f: > > usb: chipidea: imx: get available runtime dr mode for wakeup setting (2020-07-28 14:12:11 +0800) > > ---------------------------------------------------------------- > ENDIAN issue fix and one query controller role API is introduced. > Can you provide a bit more information in here in the future? This is what shows up in the changelog, and it says nothing about chipidea stuff. I've pulled this now, thanks. greg k-h