aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2023-05-16xhci-pci: Only run d3cold avoidance quirk for s2idleMario Limonciello2-3/+11
2023-05-13usb: typec: qcom: Add Qualcomm PMIC Type-C driverBryan O'Donoghue11-275/+1762
2023-05-13usb: dwc3-meson-g12a: support OTG switch for all IP versionsDmitry Rokosov1-13/+3
2023-05-13usb: dwc2: support dwc2 IP for Amlogic A1 SoC familyDmitry Rokosov1-0/+21
2023-05-13usb: gadget: udc: Handle gadget_connect failure during bind operationKrishna Kurapati1-4/+17
2023-05-13usb: dwc3: gadget: Bail out in pullup if soft reset timeout happensKrishna Kurapati1-1/+4
2023-05-13usb: dwc2: Fix some error handling pathsChristophe JAILLET1-3/+13
2023-05-13usb: dwc3: Add error logs for unknown endpoint eventsRoy Luo2-0/+6
2023-05-13usb-storage: fix deadlock when a scsi command timeouts more than onceMaxime Bizon1-7/+21
2023-05-13usb: dwc3: fix a test for error in dwc3_core_init()Dan Carpenter1-1/+1
2023-05-13usb: typec: tps6598x: Fix fault at module removalRoger Quadros1-0/+3
2023-05-13usb: gadget: u_ether: Fix host MAC address caseKonrad Gräfe1-0/+3
2023-05-13usb: typec: altmodes/displayport: fix pin_assignment_showBadhri Jagan Sridharan1-0/+4
2023-05-13Revert "usb: gadget: udc: core: Invoke usb_gadget_connect only when started"Francesco Dolcini1-104/+44
2023-05-13Revert "usb: gadget: udc: core: Prevent redundant calls to pullup"Francesco Dolcini1-3/+0
2023-05-13usb: xhci: tegra: enable stream protocol supportHenry Lin1-0/+3
2023-05-13usb: xhci: plat: remove error log for failure to get usb-phyStanley Chang1-4/+0
2023-05-13usb: dwc3: debugfs: Resume dwc3 before accessing registersUdipto Goswami1-0/+109
2023-05-13USB: UHCI: adjust zhaoxin UHCI controllers OverCurrent bit valueWeitao Wang1-4/+6
2023-05-13usb: dwc3: core: add support for realtek SoCs custom's global register start ...Stanley Chang2-0/+13
2023-05-13xhci: Improve the XHCI system resume timeBasavaraj Natikar1-1/+1
2023-05-13USB: Extend pci resume function to handle PM eventsBasavaraj Natikar10-24/+35
2023-05-13usb: dwc3: fix gadget mode suspend interrupt handler issueLinyu Yuan2-1/+13
2023-05-13usb: dwc3: gadget: Improve dwc3_gadget_suspend() and dwc3_gadget_resume()Roger Quadros1-33/+34
2023-05-13USB: usbtmc: Fix direction for 0-length ioctl control messagesAlan Stern1-0/+2
2023-05-08usb: typec: mux: Remove some unneeded includesChristophe JAILLET1-4/+1
2023-04-27Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds16-18/+14
2023-04-27Merge tag 'usb-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds118-7397/+2257
2023-04-27Merge tag 'for-linus-2023042601' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-0/+91
2023-04-26Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-1/+2
2023-04-26Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-37/+6
2023-04-26Merge branch 'for-6.4/logitech-hidpp' into for-linusJiri Kosina3-0/+91
2023-04-21usb: dwc3: gadget: Refactor EP0 forced stall/restart into a separate APIWesley Cheng1-32/+21
2023-04-21usb: dwc3: gadget: Execute gadget stop after halting the controllerWesley Cheng1-2/+13
2023-04-20USB: sisusbvga: Add endpoint checksAlan Stern1-0/+14
2023-04-20USB: core: Add routines for endpoint checks in old driversAlan Stern1-0/+76
2023-04-20usb: dwc3: gadget: Stall and restart EP0 if host is unresponsiveWesley Cheng1-17/+32
2023-04-20usb: dwc3: core: add support for disabling High-speed park modeStanley Chang2-0/+9
2023-04-20usb: mtu3: add optional clock xhci_ck and frmcnt_ckChunfeng Yun2-1/+3
2023-04-20usb: mtu3: expose role-switch control to userspaceChunfeng Yun1-0/+1
2023-04-20usb: mtu3: unlock @mtu->lock just before giving back requestChunfeng Yun1-1/+1
2023-04-20usb: mtu3: fix kernel panic at qmu transfer done irq handlerChunfeng Yun1-2/+3
2023-04-20usb: mtu3: use boolean return valueChunfeng Yun1-1/+1
2023-04-20usb: mtu3: give back request when rx error happensChunfeng Yun1-1/+36
2023-04-20usb: chipidea: fix missing goto in `ci_hdrc_probe`Yinhao Hu1-1/+1
2023-04-20usb: gadget: udc: core: Prevent redundant calls to pullupBadhri Jagan Sridharan1-0/+3
2023-04-20usb: gadget: udc: core: Invoke usb_gadget_connect only when startedBadhri Jagan Sridharan1-44/+104
2023-04-20usb: typec: ucsi: don't print PPM init deferred errorsFabrice Gasnier1-2/+4
2023-04-20usb: typec: tcpm: fix multiple times discover svids errorFrank Wang1-1/+15