aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2021-03-11xhci: Fix repeated xhci wake after suspend due to uncleared internal wake stateMathias Nyman1-32/+30
2021-03-11usb: xhci: Fix ASMedia ASM1042A and ASM3242 DMA addressingForest Crossman1-2/+6
2021-03-11xhci: Improve detection of device initiated wake signal.Mathias Nyman1-3/+13
2021-03-11usb: xhci: do not perform Soft Retry for some xHCI hostsStanislaw Gruszka3-1/+8
2021-03-11drm: Use USB controller's DMA mask when importing dmabufsThomas Zimmermann1-0/+32
2021-03-11Merge tag 'usb-serial-5.12-rc3' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman4-35/+20
2021-03-10usbip: fix vudc usbip_sockfd_store races leading to gpfShuah Khan1-8/+34
2021-03-10usbip: fix vhci_hcd attach_store() races leading to gpfShuah Khan1-4/+25
2021-03-10usbip: fix stub_dev usbip_sockfd_store() races leading to gpfShuah Khan1-7/+25
2021-03-10usbip: fix vudc to check for stream socketShuah Khan1-0/+9
2021-03-10usbip: fix vhci_hcd to check for stream socketShuah Khan1-1/+9
2021-03-10usbip: fix stub_dev to check for stream socketShuah Khan1-1/+11
2021-03-10usb: typec: stusb160x: fix return value check in stusb160x_probe()Wei Yongjun1-2/+2
2021-03-10usb: typec: tps6598x: Fix return value check in tps6598x_probe()Wei Yongjun1-2/+2
2021-03-10usb: typec: tcpm: turn tcpm_ams_finish into void functionYang Li1-5/+1
2021-03-10usb: typec: tcpci: Check ROLE_CONTROL while interpreting CC_STATUSBadhri Jagan Sridharan1-3/+18
2021-03-10usb: common: move function's kerneldoc next to its definitionChunfeng Yun2-2/+55
2021-03-10usb: xhci-mtk: print debug info of endpoint intervalChunfeng Yun1-8/+29
2021-03-10usb: common: add function to get interval expressed in us unitChunfeng Yun3-48/+49
2021-03-10usb: xhci-mtk: support to build xhci-mtk-hcd.koChunfeng Yun8-66/+64
2021-03-10usb: xhci-mtk: remove declaration of xhci_mtk_setup()Chunfeng Yun1-9/+8
2021-03-10usb: xhci-mtk: add some schedule error numberChunfeng Yun1-9/+35
2021-03-10usb: xhci-mtk: rebuild the way to get bandwidth domainChunfeng Yun1-18/+11
2021-03-10usb: xhci-mtk: use @tt_info to check the FS/LS device is under a HS hubChunfeng Yun1-6/+2
2021-03-10usb: xhci-mtk: add a member @speed in mu3h_sch_ep_info structChunfeng Yun2-19/+19
2021-03-10usb: xhci-mtk: use clear type instead of voidChunfeng Yun1-1/+1
2021-03-10usb: xhci-mtk: remove unnecessary members of mu3h_sch_tt structChunfeng Yun2-10/+1
2021-03-10usb: xhci-mtk: add a function to get bandwidth boundaryChunfeng Yun1-7/+20
2021-03-10usb: xhci-mtk: add a function to (un)load bandwidth infoChunfeng Yun1-21/+16
2021-03-10usb: xhci-mtk: use @sch_tt to check whether need do TT scheduleChunfeng Yun1-2/+2
2021-03-10usb: xhci-mtk: add only one extra CS for FS/LS INTRChunfeng Yun1-7/+3
2021-03-10usb: xhci-mtk: get the microframe boundary for ESITChunfeng Yun1-5/+19
2021-03-10usb: xhci-mtk: improve bandwidth scheduling with TTChunfeng Yun2-16/+64
2021-03-10usb: xhci-mtk: remove or operator for setting schedule parametersChunfeng Yun1-3/+3
2021-03-10usb: dwc3: document usb_psy in struct dwc3Ray Chi1-0/+1
2021-03-10usb: dwc3: Fix dereferencing of null dwc->usb_psyColin Ian King1-2/+2
2021-03-10USB: typec: tcpm: create debugfs subdir for the driverGreg Kroah-Hartman1-2/+3
2021-03-10USB: typec: fusb302: create debugfs subdir for the driverGreg Kroah-Hartman1-2/+3
2021-03-10USB: host: uhci: remove dentry pointer for debugfsGreg Kroah-Hartman2-11/+5
2021-03-10USB: host: sl811: remove dentry pointer for debugfsGreg Kroah-Hartman2-5/+3
2021-03-10USB: host: isp1362: remove dentry pointer for debugfsGreg Kroah-Hartman2-6/+3
2021-03-10USB: host: isp116x: remove dentry pointer for debugfsGreg Kroah-Hartman2-5/+3
2021-03-10usb: dwc2: Add STM32 related debugfs entriesMartin Devera1-0/+2
2021-03-10usb: chipidea: tegra: fix flexible_array.cocci warningskernel test robot1-1/+1
2021-03-10USB: gadget: dummy-hcd: remove redundant initialization of variable 'value'Colin Ian King1-1/+1
2021-03-10USB: core: no need to save usb_devices_rootGreg Kroah-Hartman1-5/+3
2021-03-10usb: gadget: storage: Remove unused function pointer typedef fsg_routine_tChen Lin1-2/+0
2021-03-10usb: gadget: function: fix typo in f_printer.cWei Ming Chen1-1/+1
2021-03-10usb: typec: tcpm: Wait for vbus discharge to VSAFE0V before togglingBadhri Jagan Sridharan1-10/+65
2021-03-10usb: typec: tps6598x: Add trace event for data statusGuido Günther3-1/+103