]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
xhci: debugfs: Add virt endpoint state to xhci debugfs
authorWangYuli <wangyuli@uniontech.com>
Wed, 6 Nov 2024 10:14:35 +0000 (12:14 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 6 Nov 2024 12:26:14 +0000 (13:26 +0100)
commit6d00b6142d8e22b2bcd7532546830984b421e583
treea5ad20486c89d76565a153175bfec5dfdec6da19
parent4aa2e16e052b4382b576bba88074530550101224
xhci: debugfs: Add virt endpoint state to xhci debugfs

The ring data structure of each xHCI endpoint might stop sending
data due to the virt endpoint state.

Show the virt endpoint state within the endpoint context via debugfs
to facilitate debugging.

Co-developed-by: Xu Rao <raoxu@uniontech.com>
Signed-off-by: Xu Rao <raoxu@uniontech.com>
Signed-off-by: WangYuli <wangyuli@uniontech.com>
Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
Link: https://lore.kernel.org/r/20241106101459.775897-10-mathias.nyman@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/xhci-debugfs.c