From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753884AbcAHBBn (ORCPT ); Thu, 7 Jan 2016 20:01:43 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:40466 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753350AbcAHBBm (ORCPT ); Thu, 7 Jan 2016 20:01:42 -0500 Date: Thu, 7 Jan 2016 17:01:14 -0800 From: Greg KH To: Babu Moger Cc: mathias.nyman@intel.com, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] drivers/usb: Skip auto handoff for TI and RENESAS usb controllers Message-ID: <20160108010114.GA4503@kroah.com> References: <1452187407-34440-1-git-send-email-babu.moger@oracle.com> <1452211491-206137-1-git-send-email-babu.moger@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1452211491-206137-1-git-send-email-babu.moger@oracle.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jan 07, 2016 at 04:04:51PM -0800, Babu Moger wrote: > I have never seen auto handoff working on TI and RENESAS cards. > Eventually, we force handoff. This code forces the handoff > unconditionally. It saves 5 seconds boot time for each card. > > Changes v0 -> v1 > Made changes per comments from Greg KH. > Extra space removal in assignment > Added both vendor and device id checks. This "changes" stuff goes below the --- line, not here in the body where I would have to hand-edit the patch to remove it. v2? :)