]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
USB: EHCI: enhance "async" debugfs output
authorAlan Stern <stern@rowland.harvard.edu>
Fri, 20 Nov 2015 18:53:45 +0000 (13:53 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 1 Dec 2015 18:44:19 +0000 (10:44 -0800)
commit8ee10d6292cab0e425f93dbfa1f0e805c449dfc2
tree4f49b1412c95b490f4dfc1e6cdbc1ad11bbdfe09
parenta016a816bb96088ce4cd0ec890e256e4a63dfb47
USB: EHCI: enhance "async" debugfs output

This patch enhances the "async" debugfs file in ehci-hcd by printing
out several additional fields in the hardware-accessible data
structures.  These fields are important for determining the hardware's
view of the async schedule, in particular, the addresses of the
current and next qTDs for each QH along with the start address of each
qTD's data buffer.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-dbg.c