From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751892AbdASJuT (ORCPT ); Thu, 19 Jan 2017 04:50:19 -0500 Received: from mail-wj0-f194.google.com ([209.85.210.194]:35733 "EHLO mail-wj0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751485AbdASJuQ (ORCPT ); Thu, 19 Jan 2017 04:50:16 -0500 Date: Thu, 19 Jan 2017 10:41:45 +0100 From: Ingo Molnar To: Lu Baolu 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 Subject: Re: [PATCH v5 4/4] usb: doc: add document for USB3 debug port usage Message-ID: <20170119094145.GF22865@gmail.com> References: <1479189731-2728-1-git-send-email-baolu.lu@linux.intel.com> <1479189731-2728-5-git-send-email-baolu.lu@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1479189731-2728-5-git-send-email-baolu.lu@linux.intel.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 * 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.) Thanks, Ingo