summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: uvc: fix multiple opensThomas Haemmerle2021-10-052-7/+44
* usb: cdc-wdm: Constify static struct wwan_port_opsRikard Falkeborn2021-10-051-1/+1
* usb: usb-skeleton: Update min() to min_t()Philipp Hortmann2021-10-051-1/+1
* usb: exynos: describe driver in KConfigKrzysztof Kozlowski2021-10-052-5/+8
* usb: gadget: udc-xilinx: Add clock supportShubhrajyoti Datta2021-10-051-0/+25
* usb: xhci-mtk: use xhci_dbg() to print logChunfeng Yun2021-10-051-1/+1
* USB: EHCI: Improve port index sanitizingAlan Stern2021-10-051-5/+6
* USB: phy: tahvo:remove unnecessary debug logZhiwei Yang2021-10-051-4/+0
* usb: atm: Use struct_size() helperGustavo A. R. Silva2021-10-051-1/+3
* usb: phy: tegra: Support OTG mode programmingDmitry Osipenko2021-10-051-5/+193
* usb: host: oxu210hp: Fix a function name in commentsCai Huoqing2021-10-051-1/+1
* usb: host: fotg210: Fix a function name in commentsCai Huoqing2021-10-051-1/+1
* usb: ehci: Fix a function name in commentsCai Huoqing2021-10-051-1/+1
* usb: typec: tipd: Remove FIXME about testing with I2C_FUNC_I2CSven Peter2021-10-051-3/+0
* usb: typec: tipd: Switch CD321X power state to S0Sven Peter2021-10-052-0/+43
* usb: typec: tipd: Add support for Apple CD321XSven Peter2021-10-053-1/+91
* usb: typec: tipd: Add short-circuit for no irqsSven Peter2021-10-051-1/+6
* usb: typec: tipd: Split interrupt handlerSven Peter2021-10-051-31/+65
* usb: typec: ucsi: Better fix for missing unplug events issueHeikki Krogerus2021-10-052-147/+45
* usb: typec: ucsi: Read the PDOs in separate workHeikki Krogerus2021-10-051-13/+17
* usb: typec: ucsi: Check the partner alt modes always if there is PD contractHeikki Krogerus2021-10-051-5/+9
* usb: typec: ucsi: acpi: Reduce the command completion timeoutHeikki Krogerus2021-10-051-1/+1
* usb: typec: ucsi: Add polling mechanism for partner tasks like alt mode checkingHeikki Krogerus2021-10-052-19/+101
* usb: typec: ucsi: Don't stop alt mode registration on busy conditionHeikki Krogerus2021-10-051-0/+2
* usb: typec: ucsi: Always cancel the command if PPM reports BUSY conditionHeikki Krogerus2021-10-051-1/+3
* usb: typec: tcpci: Fix spelling mistake "resolbed" -> "resolved"Xu Yang2021-10-051-1/+1
* usb: misc: ehset: Workaround for "special" hubsRazvan Heghedus2021-10-051-16/+65
* Merge 5.15-rc3 into usb-nextGreg Kroah-Hartman2021-09-27319-1549/+3388
|\
| * Merge tag 'edac_urgent_for_v5.15_rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-09-262-2/+2
| |\
| | * EDAC/dmc520: Assign the proper type to dimm->edac_modeBorislav Petkov2021-09-161-1/+1
| | * EDAC/synopsys: Fix wrong value type assignment for edac_modeSai Krishna Potthuri2021-09-161-1/+1
| * | Merge tag 'thermal-v5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-09-263-8/+8
| |\ \
| | * | thermal/drivers/tsens: Fix wrong check for tzd in irq handlersAnsuel Smith2021-09-211-2/+2
| | * | thermal/core: Potential buffer overflow in thermal_build_list_of_policies()Dan Carpenter2021-09-211-4/+3
| | * | thermal/drivers/int340x: Do not set a wrong tcc offset on resumeAntoine Tenart2021-09-141-2/+3
| | |/
| * | Merge tag 'irq-urgent-2021-09-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-09-266-13/+64
| |\ \
| | * \ Merge tag 'irqchip-fixes-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner2021-09-246-13/+64
| | |\ \
| | | * | irqchip/gic: Work around broken Renesas integrationMarc Zyngier2021-09-221-1/+51
| | | * | irqchip/renesas-rza1: Use semicolons instead of commasGeert Uytterhoeven2021-09-221-6/+6
| | | * | irqchip/gic-v3-its: Fix potential VPE leak on errorKaige Fu2021-09-221-1/+1
| | | * | irqchip/goldfish-pic: Select GENERIC_IRQ_CHIP to fix buildRandy Dunlap2021-09-221-0/+1
| | | * | irqchip/mbigen: Repair non-kernel-doc notationRandy Dunlap2021-09-221-3/+3
| | | * | irqchip/armada-370-xp: Fix ack/eoi breakageMarc Zyngier2021-09-221-2/+2
| * | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2021-09-2632-284/+273
| |\ \ \ \
| | * | | | scsi: ses: Retry failed Send/Receive Diagnostic commandsWen Xiong2021-09-221-4/+18
| | * | | | scsi: target: Fix spelling mistake "CONFLIFT" -> "CONFLICT"Colin Ian King2021-09-221-1/+1
| | * | | | scsi: lpfc: Fix gcc -Wstringop-overread warning, againArnd Bergmann2021-09-221-5/+2
| | * | | | scsi: lpfc: Use correct scnprintf() limitDan Carpenter2021-09-221-1/+2
| | * | | | scsi: lpfc: Fix sprintf() overflow in lpfc_display_fpin_wwpn()Dan Carpenter2021-09-221-1/+1
| | * | | | scsi: acornscsi: Remove tagged queuing vestigesHannes Reinecke2021-09-223-93/+23