From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752044AbbKQGQW (ORCPT ); Tue, 17 Nov 2015 01:16:22 -0500 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:60084 "EHLO out5-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750771AbbKQGQV (ORCPT ); Tue, 17 Nov 2015 01:16:21 -0500 X-Sasl-enc: qgvxclxZn04OtwyQ+l6HiDInmrEfDgzkMloltKo1YTwA 1447740980 Date: Mon, 16 Nov 2015 22:16:19 -0800 From: Greg KH To: Chunfeng Yun Cc: Kishon Vijay Abraham I , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-usb@vger.kernel.org, linux-mediatek@lists.infradead.org, Daniel Kurtz Subject: Re: [PATCH] phy: phy-mt65xx-usb3: fix test fail of HS receiver sensitivity Message-ID: <20151117061619.GB18947@kroah.com> References: <1447740178-29588-1-git-send-email-chunfeng.yun@mediatek.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1447740178-29588-1-git-send-email-chunfeng.yun@mediatek.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 Tue, Nov 17, 2015 at 02:02:58PM +0800, Chunfeng Yun wrote: > when use the default value 8 of RG_USB20_SQTH, the HS receiver > sensitivity test of HQA will fail, set it as 2 to fix up the > issue. > > Change-Id: Ia5bdbbfc8ebb170d3ef26007e665b7350b6d28ab What is this field for? Hint, it should never be there for a patch you submit upstream as it means nothing... greg k-h