summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc2: fix a race, don't power off/on phy for dual-role modeFabrice Gasnier2023-03-232-6/+3
* usb: dwc2: fix a devres leak in hw_enable upon suspend resumeFabrice Gasnier2023-03-231-14/+2
* usb: chipidea: core: fix possible concurrent when switch roleXu Yang2023-03-233-2/+13
* usb: chipdea: core: fix return -EINVAL if request role is the same with curre...Xu Yang2023-03-231-1/+4
* usb: gadget: Use correct endianness of the wLength field for WebUSBAndy Shevchenko2023-03-161-4/+3
* uas: Add US_FL_NO_REPORT_OPCODES for JMicron JMS583Gen 2Yaroslav Furman2023-03-161-0/+7
* usb: cdnsp: changes PCI Device ID to fix conflict with CNDS3 driverPawel Laszczak2023-03-161-16/+11
* usb: cdns3: Fix issue with using incorrect PCI device functionPawel Laszczak2023-03-161-0/+5
* usb: cdnsp: Fixes issue with redundant Status StagePawel Laszczak2023-03-161-18/+1
* usb: dwc2: drd: fix inconsistent mode if role-switch-default-mode="host"Ziyang Huang2023-03-091-1/+2
* usb: typec: tcpm: fix warning when handle discover_identity messageXu Yang2023-03-091-4/+15
* usb: typec: tcpm: fix create duplicate source-capabilities fileXu Yang2023-03-091-0/+9
* usb: gadget: u_audio: don't let userspace block driver unbindAlvin Šipraga2023-03-091-1/+1
* usb: misc: onboard-hub: add support for Microchip USB2517 USB 2.0 hubAlexander Stein2023-03-092-0/+2
* usb: dwc3: gadget: Add 1ms delay after end transfer command without IOCWesley Cheng2023-03-091-3/+11
* usb: dwc3: Fix a typo in field nameVincenzo Palazzo2023-03-091-1/+1
* usb: ucsi_acpi: Increase the command completion timeoutHans de Goede2023-03-091-1/+1
* usb: ucsi: Fix ucsi->connector raceHans de Goede2023-03-091-13/+9
* usb: ucsi: Fix NULL pointer deref in ucsi_connector_change()Hans de Goede2023-03-091-5/+6
* Merge tag 'phy-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/...Linus Torvalds2023-02-242-34/+12
|\
| * usb: host: ohci-exynos: Convert to devm_of_phy_optional_get()Geert Uytterhoeven2023-02-031-17/+6
| * usb: host: ehci-exynos: Convert to devm_of_phy_optional_get()Geert Uytterhoeven2023-02-031-17/+6
* | Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-248-21/+20
|\ \
| * | driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman2023-01-273-7/+7
| * | driver core: make struct device_type.devnode() take a const *Greg Kroah-Hartman2023-01-271-2/+2
| * | driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman2023-01-275-12/+11
* | | Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-02-243-6/+6
|\ \ \
| * \ \ Merge 6.2-rc7 into tty-nextGreg Kroah-Hartman2023-02-0620-19/+13
| |\ \ \
| * \ \ \ Merge 6.2-rc5 into tty-nextGreg Kroah-Hartman2023-01-2226-49/+292
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | tty: Call ->dtr_rts() parameter active consistentlyIlpo Järvinen2023-01-191-2/+2
| * | | | tty: Convert ->dtr_rts() to take bool argumentIlpo Järvinen2023-01-192-2/+2
| * | | | tty: Convert ->carrier_raised() and callchains to boolIlpo Järvinen2023-01-191-2/+2
| * | | | tty: Cleanup tty_port_set_initialized() bool parameterIlpo Järvinen2023-01-191-1/+1
* | | | | Merge tag 'usb-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-02-24103-1321/+7935
|\ \ \ \ \
| * \ \ \ \ Merge tag 'usb-serial-6.3-rc1' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2023-02-161-0/+4
| |\ \ \ \ \
| | * | | | | USB: serial: option: add support for VW/Skoda "Carstick LTE"Florian Zumbiehl2023-02-061-0/+4
| | | |_|/ / | | |/| | |
| * | | | | usb: dwc3: xilinx: Remove unused of_gpio,hAndy Shevchenko2023-02-161-1/+0
| * | | | | usb: typec: pd: Add higher capability sysfs for sink PDOSaranya Gopal2023-02-151-0/+8
| * | | | | usb: typec: pd: Remove usb_suspend_supported sysfs from sink PDOSaranya Gopal2023-02-151-1/+0
| * | | | | usb: dwc3: pci: add support for the Intel Meteor Lake-MHeikki Krogerus2023-02-151-0/+4
| * | | | | usb: gadget: u_ether: Don't warn in gether_setup_name_default()Jon Hunter2023-02-151-2/+0
| * | | | | usb: gadget: u_ether: Convert prints to device printsJon Hunter2023-02-151-35/+1
| * | | | | usb: gadget: u_serial: Add null pointer check in gserial_resumePrashanth K2023-02-141-4/+19
| * | | | | usb: gadget: uvc: fix missing mutex_unlock() if kstrtou8() failsYang Yingliang2023-02-141-16/+16
| * | | | | xhci: host: potential NULL dereference in xhci_generic_plat_probe()Dan Carpenter2023-02-141-0/+3
| * | | | | Merge 6.2-rc8 into usb-nextGreg Kroah-Hartman2023-02-143-4/+11
| |\ \ \ \ \
| * | | | | | usb: host: fsl-mph-dr-of: reuse device_set_of_node_from_devAlexander Stein2023-02-091-2/+1
| * | | | | | usb: gadget: configfs: Fix set but not used variable warningDaniel Scally2023-02-091-3/+1
| * | | | | | usb: gadget: uvc: Use custom strings if availableDaniel Scally2023-02-071-5/+13
| * | | | | | usb: gadget: uvc: Allow linking function to string descsDaniel Scally2023-02-072-0/+68