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=-5.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 8F1B6CA9EC5 for ; Wed, 30 Oct 2019 11:51:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 689492087E for ; Wed, 30 Oct 2019 11:51:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1572436271; bh=rlcndvnVGEnLCgirhge887TBNRINVI5atNmAzUyijMs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=dMd2c0+70KSeztcTTgKVi1m3WUsCnoMVehWw+H2KeQrO/kdRnaSvphwfIW17xUy3V /dL3MmdwUJShhGMxvQ5JEB13w5DQIRgul03e66g4+1KOfbARLZQb/Jyx2VGo9NBfL4 ElSOrJ7vUyYzRrTbUVgN0OLpzLnWG4H6255k5YAQ= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726603AbfJ3LvK (ORCPT ); Wed, 30 Oct 2019 07:51:10 -0400 Received: from mail.kernel.org ([198.145.29.99]:45822 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726065AbfJ3LvJ (ORCPT ); Wed, 30 Oct 2019 07:51:09 -0400 Received: from localhost (unknown [91.217.168.176]) (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 AED9920874; Wed, 30 Oct 2019 11:51:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1572436269; bh=rlcndvnVGEnLCgirhge887TBNRINVI5atNmAzUyijMs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=zu2vSxu3X77BFUc82evYsrKClmS5lWteyuo2a1QDC421l6ngfp5mMZzqlJXb8u4Fh PX4ZMPOEqA8diG2CjfceHR63/DxU0V+o3xxG7uzNQrUeuoSw304WnnypvJOw80b+Tg OzC9hd1un7/7CwPOWajtABTuUL9XjXFQkf/GB96E= Date: Wed, 30 Oct 2019 12:51:06 +0100 From: Greg KH To: Felipe Balbi Cc: Roger Quadros , pawell@cadence.com, peter.chen@nxp.com, nsekhar@ti.com, kurahul@cadence.com, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] usb: cdns3: gadget: Fix g_audio use case when connected to Super-Speed host Message-ID: <20191030115106.GA701802@kroah.com> References: <20191029151514.28495-1-rogerq@ti.com> <87y2x2e9s0.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87y2x2e9s0.fsf@gmail.com> User-Agent: Mutt/1.12.2 (2019-09-21) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 30, 2019 at 01:46:07PM +0200, Felipe Balbi wrote: > > Hi, > > Roger Quadros writes: > > > Take into account gadget driver's speed limit when programming > > controller speed. > > > > Signed-off-by: Roger Quadros > > --- > > Hi Greg, > > > > Please apply this for -rc. > > if you want this in -rc, you should have a Fixes line there. I agree, I can't take this for -rc as-is :(