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.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 CDAB9C43616 for ; Mon, 10 May 2021 13:26:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 993D16157F for ; Mon, 10 May 2021 13:26:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242372AbhEJNYj (ORCPT ); Mon, 10 May 2021 09:24:39 -0400 Received: from mail.kernel.org ([198.145.29.99]:51038 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1348504AbhEJMmF (ORCPT ); Mon, 10 May 2021 08:42:05 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 2814061075; Mon, 10 May 2021 12:40:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1620650459; bh=IFUIQLT4ckcRv4nIp14Tw+hshyc6udmW0RapcuUSdmo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=vq5nD8M+MzlLGt3AMxKIMB6HJH9BBqGtYHj1Ofe+F+OhulRpH1A9rdQzo4NX0q7dx bRLBd9LOsyHENVMvbooeoG4n69uar09KSzvEu2uqMNFgmLYFYTvyM0EB3bftKSp8pv COcKb8lsyehvR3PdUPiM6g59+a4jPkTaZr/11tSE= Date: Mon, 10 May 2021 14:40:57 +0200 From: Greg Kroah-Hartman To: Ferry Toth Cc: linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, Felipe Balbi , Heikki Krogerus , Andy Shevchenko Subject: Re: [PATCH v2 1/1] usb: dwc3: pci: Enable usb2-gadget-lpm-disable for Intel Merrifield Message-ID: References: <20210425195452.94143-1-ftoth@exalondelft.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210425195452.94143-1-ftoth@exalondelft.nl> Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org On Sun, Apr 25, 2021 at 09:54:52PM +0200, Ferry Toth wrote: > On Intel Merrifield LPM is causing the host to reset port after a timeout. > By disabling LPM entirely this is prevented. > > Fixes: 066c09593454 ("usb: dwc3: pci: Enable extcon driver for Intel Merrifield") > Signed-off-by: Ferry Toth > Reviewed-by: Andy Shevchenko > --- > drivers/usb/dwc3/dwc3-pci.c | 1 + > 1 file changed, 1 insertion(+) What changed from v1? Always put that below the --- line.