summaryrefslogtreecommitdiff
path: root/include/linux/usb
AgeCommit message (Expand)AuthorFilesLines
2025-02-21usb: typec: tcpci: Prevent Sink disconnection before vPpsShutdown in SPR PPSKyle Tso1-1/+2
2025-01-17xhci: use pm_ptr() instead of #ifdef for CONFIG_PM conditionalsArnd Bergmann1-2/+0
2024-11-01usb: gadget: Add function wakeup supportElson Roy Serrao2-0/+7
2024-10-17usbnet: fix cyclical race on disconnect with work queueOliver Neukum1-0/+15
2024-04-27usb: new quirk to reduce the SET_ADDRESS request timeoutHardik Gajjar1-0/+3
2024-04-27usb: xhci: Add timeout argument in address_device USB HCD callbackHardik Gajjar1-2/+3
2024-03-06usb: gadget: Properly configure the device for remote wakeupElson Roy Serrao2-0/+10
2023-12-20r8152: add vendor/device ID pair for ASUS USB-C2500Kelly Kane1-0/+1
2023-12-20r8152: add vendor/device ID pair for D-Link DUB-E250Antonio Napolitano1-0/+1
2023-09-23usb: chipidea: add workaround for chipidea PEC bugXu Yang1-0/+1
2023-09-13usb: typec: bus: verify partner exists in typec_altmode_attentionRD Babiera1-1/+1
2023-09-06usb: typec: tcpci: clear the fault status bitMarco Felsch1-0/+1
2023-07-19Revert "usb: common: usb-conn-gpio: Set last role to unknown before initial d...Greg Kroah-Hartman1-1/+0
2023-07-19usb: common: usb-conn-gpio: Set last role to unknown before initial detectionPrashanth K1-0/+1
2023-06-14usb: usbfs: Enforce page requirements for mmapRuihan Li1-0/+5
2022-10-08Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds3-1/+23
2022-09-05Merge 6.0-rc4 into usb-nextGreg Kroah-Hartman1-0/+5
2022-09-05Merge 6.0-rc4 into tty-nextGreg Kroah-Hartman1-0/+5
2022-09-01USB: hcd-pci: Drop the unused id parameter from usb_hcd_pci_probe()Heikki Krogerus1-1/+0
2022-08-31usb: chipidea: Add support for VBUS control with PHYPiyush Mehta1-0/+1
2022-08-30usb: serial: Make ->set_termios() old ktermios constIlpo Järvinen1-2/+2
2022-08-19usb: typec: tcpci: Move function "tcpci_to_typec_cc" to commonGene Chen1-0/+22
2022-08-18usb: typec: altmodes/displayport: correct pin assignment for UFP receptaclesPablo Sun1-0/+5
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds29-272/+2
2022-08-04Merge tag 'usb-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds8-7/+374
2022-07-28add missing includes and forward declarations to networking includes under li...Jakub Kicinski1-0/+6
2022-07-27USB: HCD: Fix URB giveback issue in tasklet functionWeitao Wang1-0/+1
2022-07-21net/cdc_ncm: Increase NTB max RX/TX values to 64kbŁukasz Spintzyk1-2/+2
2022-07-14usb: typec: Add support for retimersPrashant Malani1-0/+45
2022-07-08usb: misc: Add onboard_usb_hub driverMatthias Kaehlcke1-0/+18
2022-07-08usb: typec: tcpci: move tcpci.h to include/linux/usb/Xin Ji1-0/+210
2022-06-29usb: typec_altmode: add a missing "@" at a kernel-doc parameterMauro Carvalho Chehab1-1/+1
2022-06-21usb: typec: mux: Add CONFIG guards for functionsPrashant Malani1-6/+38
2022-06-12usb: typec: USB Power Delivery helpers for ports and partnersHeikki Krogerus1-0/+13
2022-06-12usb: typec: Separate USB Power Delivery from USB Type-CHeikki Krogerus2-0/+48
2022-06-10USB: Follow-up to SPDX GPL-2.0+ identifiers addition - remove now useless com...Christophe JAILLET14-187/+2
2022-06-10USB: Follow-up to SPDX identifiers addition - remove now useless commentsChristophe JAILLET15-85/+0
2022-06-03Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds3-19/+33
2022-05-12usb: core: hcd: Add support for deferring roothub registrationKishon Vijay Abraham I1-0/+2
2022-05-11USB: gadget: Add ID numbers to gadget namesAlan Stern1-0/+2
2022-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-05-03Revert "usb: misc: Add onboard_usb_hub driver"Greg Kroah-Hartman1-18/+0
2022-05-03Revert "usb: core: hcd: Create platform devices for onboard hubs in probe()"Greg Kroah-Hartman1-1/+0
2022-05-03Merge 5.18-rc5 into usb-nextGreg Kroah-Hartman1-1/+1
2022-04-26usb: core: hcd: Create platform devices for onboard hubs in probe()Matthias Kaehlcke1-0/+1
2022-04-26usb: misc: Add onboard_usb_hub driverMatthias Kaehlcke1-0/+18
2022-04-26USB: gadget: Add a new bus for gadgetsAlan Stern1-9/+17
2022-04-26USB: gadget: Rename usb_gadget_probe_driver()Alan Stern1-2/+2
2022-04-26usb: typec: mux: Introduce indirectionBjorn Andersson1-10/+12
2022-04-21usb: typec: tcpm: Fix undefined behavior due to shift overflowing the constantBorislav Petkov1-1/+1