summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2022-11-10xhci-pci: Set runtime PM as default policy on all xHC 1.2 or later devicesMario Limonciello1-28/+4
2022-11-03xhci: Remove device endpoints from bandwidth list when freeing the deviceMathias Nyman1-8/+12
2022-11-03xhci: Add quirk to reset host back to default state at shutdownMathias Nyman3-2/+13
2022-11-03usb: xhci: add XHCI_SPURIOUS_SUCCESS to ASM1042 despite being a V0.96 controllerJens Glathe1-1/+7
2022-11-03usb: bdc: change state when port disconnectedJustin Chen1-0/+1
2022-11-03usb: dwc3: gadget: Don't set IMI for no_interruptThinh Nguyen1-2/+2
2022-11-03usb: dwc3: gadget: Stop processing more requests on IMIThinh Nguyen1-0/+4
2022-11-03USB: add RESET_RESUME quirk for NVIDIA Jetson devices in RCMHannu Hartikainen1-0/+9
2022-10-26usb: idmouse: fix an uninit-value in idmouse_openDongliang Mu1-4/+4
2022-10-26Revert "usb: storage: Add quirk for Samsung Fit flash"sunghwan jung1-6/+0
2022-10-26usb: musb: Fix musb_gadget.c rxstate overflow bugRobin Guo1-0/+3
2022-10-26usb: host: xhci: Fix potential memory leak in xhci_alloc_stream_info()Jianglei Nie1-1/+6
2022-10-26usb: host: xhci-plat: suspend/resume clks for brcmJustin Chen1-1/+1
2022-10-26usb: host: xhci-plat: suspend and resume clocksJustin Chen2-1/+16
2022-10-26usb: gadget: function: fix dangling pnp_string in f_printer.cAlbert Briscoe1-6/+6
2022-10-26xhci: Don't show warning for reinit on known broken suspendMario Limonciello1-1/+2
2022-10-26usb: common: debug: Check non-standard control requestsThinh Nguyen1-32/+64
2022-10-26usb: common: move function's kerneldoc next to its definitionChunfeng Yun2-2/+55
2022-10-26usb: common: add function to get interval expressed in us unitChunfeng Yun3-48/+49
2022-10-26usb: common: Parse for USB SSP genXxYThinh Nguyen1-1/+25
2022-10-26usb: add quirks for Lenovo OneLink+ DockJean-Francois Le Fillatre1-0/+4
2022-10-15USB: serial: qcserial: add new usb-id for Dell branded EM7455Frank Wunderlich1-0/+1
2022-10-15USB: serial: ftdi_sio: fix 300 bps rate for SIOJohan Hovold1-2/+1
2022-10-15usb: mon: make mmapped memory read onlyTadeusz Struk1-0/+5
2022-10-05usb: typec: ucsi: Remove incorrect warningHeikki Krogerus1-2/+0
2022-10-05uas: ignore UAS for Thinkplus chipsHongling Zeng1-0/+7
2022-10-05usb-storage: Add Hiksemi USB3-FW to IGNORE_UASHongling Zeng1-0/+7
2022-10-05uas: add no-uas quirk for Hiksemi usb_diskHongling Zeng1-0/+7
2022-09-28usb: xhci-mtk: fix issue of out-of-bounds array accessChunfeng Yun1-4/+6
2022-09-28USB: serial: option: add Quectel RM520Njerry meng1-0/+4
2022-09-28USB: serial: option: add Quectel BG95 0x0203 compositionCarl Yin(殷张成)1-0/+2
2022-09-28USB: core: Fix RST error in hub.cAlan Stern1-1/+1
2022-09-28Revert "usb: gadget: udc-xilinx: replace memcpy with memcpy_toio"Greg Kroah-Hartman1-8/+8
2022-09-28Revert "usb: add quirks for Lenovo OneLink+ Dock"Greg Kroah-Hartman1-4/+0
2022-09-28usb: cdns3: fix issue with rearming ISO OUT endpointPawel Laszczak1-0/+1
2022-09-28usb: cdns3: fix incorrect handling TRB_SMM flag for ISOC transferPawel Laszczak1-1/+2
2022-09-28usb: gadget: udc-xilinx: replace memcpy with memcpy_toioPiyush Mehta1-8/+8
2022-09-28usb: add quirks for Lenovo OneLink+ DockJean-Francois Le Fillatre1-0/+4
2022-09-28usb: xhci-mtk: relax TT periodic bandwidth allocationIkjoon Jang1-7/+13
2022-09-28usb: xhci-mtk: allow multiple Start-Split in a microframeChunfeng Yun2-20/+0
2022-09-28usb: xhci-mtk: add some schedule error numberChunfeng Yun1-9/+35
2022-09-28usb: xhci-mtk: add a function to (un)load bandwidth infoChunfeng Yun1-21/+16
2022-09-28usb: xhci-mtk: use @sch_tt to check whether need do TT scheduleChunfeng Yun1-2/+2
2022-09-28usb: xhci-mtk: add only one extra CS for FS/LS INTRChunfeng Yun1-7/+3
2022-09-28usb: xhci-mtk: get the microframe boundary for ESITChunfeng Yun1-5/+19
2022-09-28usb: dwc3: gadget: Avoid duplicate requests to enable Run/StopWesley Cheng1-3/+5
2022-09-28usb: dwc3: gadget: Don't modify GEVNTCOUNT in pullup()Thinh Nguyen1-27/+8
2022-09-28usb: dwc3: gadget: Refactor pullup()Thinh Nguyen1-29/+36
2022-09-28usb: dwc3: gadget: Prevent repeat pullup()Thinh Nguyen1-0/+4
2022-09-28usb: dwc3: Issue core soft reset before enabling run/stopWesley Cheng3-3/+14