summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-1310-13/+35
|\
| * usb: cdnsp: Fixes error: uninitialized symbol 'len'Pawel Laszczak2023-04-051-2/+1
| * usb: gadgetfs: Fix ep_read_iter to handle ITER_UBUFSandeep Dhavale2023-04-051-1/+1
| * usb: gadget: f_fs: Fix ffs_epfile_read_iter to handle ITER_UBUFSandeep Dhavale2023-04-051-1/+1
| * usb: typec: altmodes/displayport: Fix configure initial pin assignmentRD Babiera2023-04-051-1/+5
| * usb: dwc3: pci: add support for the Intel Meteor Lake-SHeikki Krogerus2023-04-051-0/+4
| * Merge tag 'usb-serial-6.3-rc5' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2023-03-312-0/+11
| |\
| | * USB: serial: option: add Quectel RM500U-CN modemBjørn Mork2023-03-291-0/+2
| | * USB: serial: option: add Telit FE990 compositionsEnrico Sau2023-03-141-0/+8
| | * USB: serial: cp210x: add Silicon Labs IFS-USB-DATACABLE IDsKees Jan Koster2023-03-131-0/+1
| * | xhci: Free the command allocated for setting LPM if we return earlyMathias Nyman2023-03-301-0/+1
| * | Revert "usb: xhci-pci: Set PROBE_PREFER_ASYNCHRONOUS"Mathias Nyman2023-03-301-4/+3
| * | xhci: also avoid the XHCI_ZERO_64B_REGS quirk with a passthrough iommuD Scott Phillips2023-03-301-1/+5
| * | usb: xhci: tegra: fix sleep in atomic callWayne Chang2023-03-291-3/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-3019-89/+105
|\| |
| * | 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
| |/
* / wwan: core: Support slicing in port TX flow of WWAN subsystemhaozhe chang2023-03-171-1/+2
|/
* 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
|\ \ \ \ \