aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-24usb: mtu3: fix warning of sleep in atomic context in notifier callbackChunfeng Yun2-9/+46
2018-05-24usb: mtu3: reset gadget when VBUS_FALL interrupt arisesChunfeng Yun1-1/+3
2018-05-24usb: mtu3: avoid sleep in atomic context when enter test modeChunfeng Yun1-1/+1
2018-05-24usb: mtu3: clear test_mode flag when resetChunfeng Yun1-0/+1
2018-05-24usb: mtu3: fix uncontinuous SeqN issue after disable EPChunfeng Yun1-2/+12
2018-05-24usb: mtu3: re-enable controller to accept LPM request after LPM resumeChunfeng Yun1-1/+7
2018-05-24xhci: debugfs: add debugfs interface to enable compliance mode for a portMathias Nyman1-1/+38
2018-05-24xhci: debugfs: add usb ports to xhci debugfsMathias Nyman1-0/+48
2018-05-24xhci: xhci-mem: remove port_arrays and the code initializing themMathias Nyman2-97/+11
2018-05-24xhci-mtk: use xhci hub structures to get number of ports in roothubsMathias Nyman1-2/+2
2018-05-24xhci: xhci-hub: use port structure members instead of xhci_get_ports()Mathias Nyman1-24/+4
2018-05-24xhci: use port structures instead of port arrays in xhci.c functionsMathias Nyman1-28/+22
2018-05-24xhci: change xhci_test_and_clear_bit() to use new port structureMathias Nyman3-26/+15
2018-05-24xhci: change xhci_set_link_state() to work with port structuresMathias Nyman3-22/+19
2018-05-24xhci: rename faked_port_index to hcd_portnumMathias Nyman1-22/+19
2018-05-24xhci: xhci-ring: use port structures for port event handlerMathias Nyman1-71/+8
2018-05-24xhci: xhci-hub: use new port structures for cas and wake mask functions.Mathias Nyman1-11/+10
2018-05-24xhci: xhci-hub: use new port structures to get port address instead of port arrayMathias Nyman1-62/+78
2018-05-24xhci: Add helper to get xhci roothub from hcdMathias Nyman2-0/+11
2018-05-24xhci: set hcd pointers for xhci usb2 and usb3 roothub structuresMathias Nyman1-0/+2
2018-05-24xhci: Create new structures to store xhci port informationMathias Nyman2-6/+73
2018-05-24xhci: hisilicon: support HiSilicon STB xHCI host controllerJianguo Sun3-0/+418