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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A7591C4332F for ; Fri, 3 Nov 2023 15:27:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233297AbjKCP14 (ORCPT ); Fri, 3 Nov 2023 11:27:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59282 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233468AbjKCP1y (ORCPT ); Fri, 3 Nov 2023 11:27:54 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2C5D5D47 for ; Fri, 3 Nov 2023 08:27:48 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 698FFC433C8; Fri, 3 Nov 2023 15:27:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1699025267; bh=p/DiDfiUtswqrFHT3cMsob/M/g+W2LgY1gl/ew9gAGk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=fC+queIcZU2LH4AFim+lu7T2gRZ6R17KqpWewCWomt/rvCqkexrYr+jGOcN8hjZoo AVGZ5jGWN6DUmShdPFjXJ9iCW91m/ttGQzYXztjTxq6XbTm8tphRJ0Yav6UE5lwI64 Ba2vQNUMimspOCn7bo1IRPwE9p+2uCwIBrMy9+AE= Date: Fri, 3 Nov 2023 16:27:43 +0100 From: Greg KH To: Hardik Gajjar Cc: Mathias Nyman , stern@rowland.harvard.edu, mathias.nyman@intel.com, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, erosca@de.adit-jv.com, s.shtylyov@omp.ru Subject: Re: [PATCH v7 1/2] usb: xhci: Add timeout argument in address_device USB HCD callback Message-ID: <2023110305-decade-slacking-a36e@gregkh> References: <20231027152029.104363-1-hgajjar@de.adit-jv.com> <20231103151822.GA101660@vmlxhi-118.adit-jv.com> <2023110341-decode-atonable-64b4@gregkh> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2023110341-decode-atonable-64b4@gregkh> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Nov 03, 2023 at 04:26:37PM +0100, Greg KH wrote: > On Fri, Nov 03, 2023 at 04:18:22PM +0100, Hardik Gajjar wrote: > > On Mon, Oct 30, 2023 at 12:45:54PM +0200, Mathias Nyman wrote: > > > On 27.10.2023 18.20, Hardik Gajjar wrote: > > > > - The HCD address_device callback now accepts a user-defined timeout value > > > > in milliseconds, providing better control over command execution times. > > > > - The default timeout value for the address_device command has been set > > > > to 5000 ms, aligning with the USB 3.2 specification. However, this > > > > timeout can be adjusted as needed. > > > > - The xhci_setup_device function has been updated to accept the timeout > > > > value, allowing it to specify the maximum wait time for the command > > > > operation to complete. > > > > - The hub driver has also been updated to accommodate the newly added > > > > timeout parameter during the SET_ADDRESS request. > > > > > > > > Signed-off-by: Hardik Gajjar > > > > > > For the xhci parts > > > > > > Reviewed-by: Mathias Nyman > > > > > > > > > > @Greg KH, Friendly reminder. > > It is the m iddle of the merge window, my branches are closed for > obvious reasons until after -rc1 is out. Please relax and wait for a > week or so _after_ -rc1 is out before worrying about anything. In the meantime, to make things go faster, please help review patches from others on the mailing list so that when the merge window does open back up, my queue will be much smaller and lighter and yours will be closer to the top. thanks, greg k-h