aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-11usb: common: usb-conn-gpio: use a unique name for usb connector deviceChance Yang1-3/+22
2025-04-11usb: renesas_usbhs: Reorder clock handling and power management in probeLad Prabhakar1-12/+38
2025-04-11usb: renesas_usbhs: Fix typo in commentLad Prabhakar1-1/+1
2025-04-11usb: renesas_usbhs: Correct function references in commentLad Prabhakar1-1/+1
2025-04-11usb: hub: Fail fast in USB3 link power management enable pathMathias Nyman1-8/+12
2025-04-11usb: hub: reorder USB3 link power management enable requestsMathias Nyman1-8/+13
2025-04-11usb: hub: Don't disable LPM completely if device initiated LPM failsMathias Nyman1-11/+2
2025-04-11usb: hub: verify device is configured in usb_device_may_initiate_lpm()Mathias Nyman1-8/+8
2025-04-11usb: hub: Block less in USB3 link power management LPM disable pathMathias Nyman1-6/+10
2025-04-11usb: Add checks for snprintf() calls in usb_alloc_dev()Andy Shevchenko1-4/+10
2025-04-11usb: chipidea: imx: add HSIO Block Control wakeup settingXu Yang1-0/+77
2025-04-11usb: chipidea: imx: add wakeup interrupt handlingXu Yang1-0/+37
2025-04-11usb: ehci-fsl: Fix use of private data to avoid -Wflex-array-member-not-at-en...Alan Stern1-17/+8
2025-04-11usb: cdc-wdm: avoid setting WDM_READ for ZLP-sRobert Hodaszi1-14/+9
2025-04-11usb: gadget: udc-xilinx: Remove the invalid commentLi Qiong1-2/+0
2025-04-11usb: cdns3: Remove the invalid commentLi Qiong1-2/+0
2025-04-11usb: gadget: f_hid: wake up readers on disable/unbindPeter Korsgaard1-2/+17
2025-04-11usb: gadget: uvc: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva1-1/+3
2025-04-11USB: gadget: Replace deprecated strncpy() with strscpy()Thorsten Blum1-1/+1
2025-04-11usb: dwc3: core: Avoid redundant system suspend/resume callbacksRoy Luo1-1/+19
2025-04-11usb: typec: displayport: Receive DP Status Update NAK request exit dp altmodeJos Wang1-0/+4
2025-04-11usb: typec: tipd: Fix wakeup source leaks on device unbindKrzysztof Kozlowski1-1/+1
2025-04-11usb: typec: tcpci: Fix wakeup source leaks on device unbindKrzysztof Kozlowski1-1/+4
2025-04-11usb: typec: tcpci: add regulator supportMichael Grzeschik1-0/+5
2025-04-11usb: typec: tcpm: allow switching to mode accessory to mux properlyMichael Grzeschik1-9/+18
2025-04-11usb: typec: tcpm: allow sink (ufp) to toggle into accessory mode debugMichael Grzeschik1-5/+29
2025-04-11usb: typec: tcpm: allow to use sink in accessory modeMichael Grzeschik1-2/+7
2025-04-11usb: typec: mux: do not return on EOPNOTSUPP in {mux, switch}_setMichael Grzeschik1-2/+2
2025-04-11usb: typec: ucsi: Add the UCSI commands in debugfsMadhu M2-0/+6
2025-04-11usb: typec: ucsi: add Huawei Matebook E Go ucsi driverPengyu Luo3-0/+534
2025-04-11usb: typec: class: Invalidate USB device pointers on partner unregistrationAndrei Kuchynski1-2/+6
2025-04-11usb: typec: class: Fix NULL pointer accessAndrei Kuchynski2-2/+14
2025-04-11xhci: Limit time spent with xHC interrupts disabled during bus resumeMathias Nyman3-16/+20
2025-04-11usb: xhci: Fix invalid pointer dereference in Etron workaroundMichal Pecio1-1/+1
2025-04-11usb: xhci: Fix Short Packet handling rework ignoring errorsMichal Pecio1-1/+1
2025-04-11Revert "xhci: Prevent early endpoint restart when handling STALL errors."Mathias Nyman3-13/+3
2025-04-11Revert "xhci: Avoid queuing redundant Stop Endpoint command for stalled endpo...Mathias Nyman1-5/+3
2025-04-11usb: dwc3: Specify maximum number of XHCI interruptersWesley Cheng3-0/+17
2025-04-11usb: host: xhci: Notify xHCI sideband on transfer ring freeWesley Cheng2-1/+31
2025-04-11usb: host: xhci-plat: Set XHCI max interrupters if property is presentWesley Cheng1-0/+2
2025-04-11usb: host: xhci-mem: Allow for interrupter clients to choose specific indexWesley Cheng3-13/+18
2025-04-11usb: host: xhci-mem: Cleanup pending secondary event ring eventsWesley Cheng4-9/+54
2025-04-11xhci: sideband: add initial api to register a secondary interrupter entityMathias Nyman4-0/+446
2025-04-10usb: typec: tcpm: Use fwnode_get_child_node_count()Andy Shevchenko1-4/+2
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner35-68/+68
2025-04-02Merge tag 'usb-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds66-651/+1338
2025-03-26Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-4/+4
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds8-24/+17
2025-03-22Merge tag 'usb-serial-6.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman1-13/+0
2025-03-14usb: host: cdns3: forward lost power information to xhciThéo Lebrun1-0/+11