summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* usb: typec: ucsi: Only check the contract if there is a connectionHeikki Krogerus2021-12-211-1/+3
* xhci: Fresco FL1100 controller should not have BROKEN_MSI quirk set.Mathias Nyman2021-12-211-1/+4
* usb: mtu3: set interval of FS intr and isoc endpointChunfeng Yun2021-12-211-0/+7
* usb: mtu3: fix list_head check warningChunfeng Yun2021-12-211-0/+1
* usb: mtu3: add memory barrier before set GPD's HWOChunfeng Yun2021-12-211-1/+6
* usb: mtu3: fix interval value for intr and isocChunfeng Yun2021-12-211-2/+2
* usb: gadget: f_fs: Clear ffs_eventfd in ffs_data_clear.Vincent Pelletier2021-12-211-3/+6
* Revert "usb: early: convert to readl_poll_timeout_atomic()"Greg Kroah-Hartman2021-12-171-4/+11
* Merge tag 'usb-serial-5.16-rc6' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2021-12-172-2/+12
|\
| * USB: serial: option: add Telit FN990 compositionsDaniele Palmas2021-12-141-0/+8
| * USB: serial: cp210x: fix CP2105 GPIO registrationJohan Hovold2021-12-141-2/+4
* | usb: typec: tcpm: fix tcpm unregister port but leave a pending timerXu Yang2021-12-151-5/+13
* | usb: cdnsp: Fix lack of spin_lock_irqsave/spin_lock_restorePawel Laszczak2021-12-151-0/+12
* | USB: NO_LPM quirk Lenovo USB-C to Ethernet Adapher(RTL8153-04)Jimmy Wang2021-12-151-0/+3
* | usb: xhci: Extend support for runtime power management for AMD's Yellow carp.Nehal Bakulchandra Shah2021-12-151-1/+5
* | usb: dwc2: fix STM ID/VBUS detection startup delay in dwc2_driver_probeAmelie Delaunay2021-12-151-0/+3
* | USB: gadget: bRequestType is a bitfield, not a enumGreg Kroah-Hartman2021-12-153-9/+9
* | usb: cdnsp: Fix incorrect status for control requestPawel Laszczak2021-12-131-0/+2
* | usb: cdnsp: Fix issue in cdnsp_log_ep trace eventPawel Laszczak2021-12-131-2/+2
* | usb: cdnsp: Fix incorrect calling of cdnsp_died functionPawel Laszczak2021-12-131-1/+8
* | usb: xhci-mtk: fix list_del warning when enable list debugChunfeng Yun2021-12-131-1/+1
* | usb: gadget: u_ether: fix race in setting MAC address in setup phaseMarian Postevca2021-12-131-10/+6
|/
* Merge tag 'usb-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-12-128-33/+61
|\
| * usb: core: config: using bit mask instead of individual bitsPavel Hofman2021-12-121-2/+2
| * usb: core: config: fix validation of wMaxPacketValue entriesPavel Hofman2021-12-121-1/+1
| * USB: gadget: zero allocate endpoint 0 buffersGreg Kroah-Hartman2021-12-122-2/+2
| * USB: gadget: detect too-big endpoint 0 requestsGreg Kroah-Hartman2021-12-123-1/+40
| * xhci: avoid race between disable slot command and host runtime suspendMathias Nyman2021-12-103-8/+16
| * xhci: Remove CONFIG_USB_DEFAULT_PERSIST to prevent xHCI from runtime suspendingKai-Heng Feng2021-12-101-4/+0
| * Revert "usb: dwc3: dwc3-qcom: Enable tx-fifo-resize property by default"Douglas Anderson2021-12-091-15/+0
* | Merge tag 'net-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-12-091-0/+1
|\ \ | |/ |/|
| * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-12-081-0/+1
| |\
| | * treewide: Add missing includes masked by cgroup -> bpf dependencyJakub Kicinski2021-12-031-0/+1
| * | USB: NO_LPM quirk Lenovo Powered USB-C Travel HubOle Ernst2021-11-291-0/+3
* | | usb: cdnsp: Fix a NULL pointer dereference in cdnsp_endpoint_init()Zhou Qingyang2021-12-031-0/+3
* | | usb: cdns3: gadget: fix new urb never complete if ep cancel previous requestsFrank Li2021-12-031-16/+4
* | | usb: typec: tcpm: Wait in SNK_DEBOUNCED until disconnectBadhri Jagan Sridharan2021-12-031-4/+0
* | | USB: NO_LPM quirk Lenovo Powered USB-C Travel HubOle Ernst2021-12-031-0/+3
* | | xhci: Fix commad ring abort, write all 64 bits to CRCR register.Mathias Nyman2021-12-031-7/+14
|/ /
* | Merge tag 'usb-serial-5.16-rc3' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2021-11-252-0/+6
|\ \
| * | USB: serial: option: add Fibocom FM101-GL variantsMingjie Zhang2021-11-241-0/+3
| * | USB: serial: pl2303: fix GC type detectionJohan Hovold2021-11-231-0/+1
| * | USB: serial: option: add Telit LE910S1 0x9200 compositionDaniele Palmas2021-11-221-0/+2
| |/
* | usb: typec: tipd: Fix initialization sequence for cd321xHector Martin2021-11-231-17/+16
* | usb: typec: tipd: Fix typo in cd321x_switch_power_stateHector Martin2021-11-231-1/+1
* | usb: hub: Fix locking issues with address0_mutexMathias Nyman2021-11-231-8/+12
* | usb: chipidea: ci_hdrc_imx: fix potential error pointer dereference in probeDan Carpenter2021-11-171-9/+9
* | usb: hub: Fix usb enumeration issue due to address0 raceMathias Nyman2021-11-171-3/+11
* | usb: typec: fusb302: Fix masking of comparator and bc_lvl interruptsOndrej Jirman2021-11-171-2/+4
* | usb: dwc3: leave default DMA for PCI devicesFabio Aiuto2021-11-171-3/+5