From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751183AbdATCxn (ORCPT ); Thu, 19 Jan 2017 21:53:43 -0500 Received: from mga03.intel.com ([134.134.136.65]:40764 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751060AbdATCxk (ORCPT ); Thu, 19 Jan 2017 21:53:40 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,257,1477983600"; d="scan'208";a="55430473" Subject: Re: [PATCH v5 4/4] usb: doc: add document for USB3 debug port usage To: Ingo Molnar References: <1479189731-2728-1-git-send-email-baolu.lu@linux.intel.com> <1479189731-2728-5-git-send-email-baolu.lu@linux.intel.com> <20170119094145.GF22865@gmail.com> Cc: Greg Kroah-Hartman , Mathias Nyman , Ingo Molnar , tglx@linutronix.de, peterz@infradead.org, linux-usb@vger.kernel.org, x86@kernel.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org From: Lu Baolu Message-ID: <58817BAF.9070102@linux.intel.com> Date: Fri, 20 Jan 2017 10:53:35 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <20170119094145.GF22865@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Ingo, On 01/19/2017 05:41 PM, Ingo Molnar wrote: > * Lu Baolu wrote: > >> Add Documentation/usb/usb3-debug-port.rst. This document includes >> the user guide for USB3 debug port. >> >> Cc: linux-doc@vger.kernel.org >> Signed-off-by: Lu Baolu >> --- >> Documentation/usb/usb3-debug-port.rst | 95 +++++++++++++++++++++++++++++++++++ >> 1 file changed, 95 insertions(+) >> create mode 100644 Documentation/usb/usb3-debug-port.rst >> >> diff --git a/Documentation/usb/usb3-debug-port.rst b/Documentation/usb/usb3-debug-port.rst >> new file mode 100644 >> index 0000000..70eabe4 >> --- /dev/null >> +++ b/Documentation/usb/usb3-debug-port.rst >> @@ -0,0 +1,95 @@ >> +=============== >> +USB3 debug port >> +=============== >> + >> +:Author: Lu Baolu >> +:Date: October 2016 >> + >> +GENERAL >> +======= >> + >> +This is a HOWTO for using USB3 debug port on x86 systems. >> + >> +Before using any kernel debugging functionalities based on USB3 > s/debugging functionalities > /debugging functionality > >> +debug port, you need to check 1) whether debug port is supported >> +by the xHCI host, 2) which port is used for debugging purpose > s/debugging purpose > /debugging purposes > >> +On debug target system, you need to customize a debugging kernel > s/On debug target system > On the debug target system > > (There are more typos/grammar errors in the document, please re-read it.) Sure. Thank you. Best regards, Lu Baolu