aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2021-10-05usb: xhci: tegra: mark PM functions as __maybe_unusedArnd Bergmann1-8/+4
2021-10-05usb: gadget: udc: core: Print error code in usb_gadget_probe_driver()Andy Shevchenko1-1/+1
2021-10-05usb: gadget: udc: core: Use pr_fmt() to prefix messagesAndy Shevchenko1-2/+4
2021-10-05usb: gadget: uvc: fix multiple opensThomas Haemmerle2-7/+44
2021-10-05usb: cdc-wdm: Constify static struct wwan_port_opsRikard Falkeborn1-1/+1
2021-10-05usb: usb-skeleton: Update min() to min_t()Philipp Hortmann1-1/+1
2021-10-05usb: exynos: describe driver in KConfigKrzysztof Kozlowski2-5/+8
2021-10-05usb: gadget: udc-xilinx: Add clock supportShubhrajyoti Datta1-0/+25
2021-10-05usb: xhci-mtk: use xhci_dbg() to print logChunfeng Yun1-1/+1
2021-10-05USB: EHCI: Improve port index sanitizingAlan Stern1-5/+6
2021-10-05USB: phy: tahvo:remove unnecessary debug logZhiwei Yang1-4/+0
2021-10-05usb: atm: Use struct_size() helperGustavo A. R. Silva1-1/+3
2021-10-05usb: phy: tegra: Support OTG mode programmingDmitry Osipenko1-5/+193
2021-10-05usb: host: oxu210hp: Fix a function name in commentsCai Huoqing1-1/+1
2021-10-05usb: host: fotg210: Fix a function name in commentsCai Huoqing1-1/+1
2021-10-05usb: ehci: Fix a function name in commentsCai Huoqing1-1/+1
2021-10-05usb: typec: tipd: Remove FIXME about testing with I2C_FUNC_I2CSven Peter1-3/+0
2021-10-05usb: typec: tipd: Switch CD321X power state to S0Sven Peter2-0/+43
2021-10-05usb: typec: tipd: Add support for Apple CD321XSven Peter3-1/+91
2021-10-05usb: typec: tipd: Add short-circuit for no irqsSven Peter1-1/+6
2021-10-05usb: typec: tipd: Split interrupt handlerSven Peter1-31/+65
2021-10-05usb: typec: ucsi: Better fix for missing unplug events issueHeikki Krogerus2-147/+45
2021-10-05usb: typec: ucsi: Read the PDOs in separate workHeikki Krogerus1-13/+17
2021-10-05usb: typec: ucsi: Check the partner alt modes always if there is PD contractHeikki Krogerus1-5/+9
2021-10-05usb: typec: ucsi: acpi: Reduce the command completion timeoutHeikki Krogerus1-1/+1
2021-10-05usb: typec: ucsi: Add polling mechanism for partner tasks like alt mode checkingHeikki Krogerus2-19/+101
2021-10-05usb: typec: ucsi: Don't stop alt mode registration on busy conditionHeikki Krogerus1-0/+2
2021-10-05usb: typec: ucsi: Always cancel the command if PPM reports BUSY conditionHeikki Krogerus1-1/+3
2021-10-05usb: typec: tcpci: Fix spelling mistake "resolbed" -> "resolved"Xu Yang1-1/+1
2021-10-05usb: misc: ehset: Workaround for "special" hubsRazvan Heghedus1-16/+65
2021-10-04scsi: target: usb: Replace enable attr with ops.enableDmitry Bogdanov1-25/+6
2021-09-27Merge 5.15-rc3 into usb-nextGreg Kroah-Hartman19-190/+306
2021-09-24Merge tag 'usb-serial-5.15-rc3' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linusGreg Kroah-Hartman3-3/+48
2021-09-24USB: serial: option: add device id for Foxconn T99W265Slark Xiao1-0/+2
2021-09-24USB: serial: cp210x: add ID for GW Instek GDM-834x Digital MultimeterUwe Brandt1-0/+1
2021-09-23USB: serial: cp210x: add part-number debug printkJohan Hovold1-0/+2
2021-09-23USB: serial: cp210x: fix dropped characters with CP2102Johan Hovold1-0/+35
2021-09-22USB: serial: kl5kusb105: drop line-status helperJohan Hovold1-15/+4
2021-09-22USB: serial: kl5kusb105: simplify line-status handlingJohan Hovold1-8/+4
2021-09-22USB: serial: kl5kusb105: clean up line-status handlingJohan Hovold1-9/+8
2021-09-21usb: musb: tusb6010: uninitialized data in tusb_fifo_write_unaligned()Dan Carpenter1-0/+1
2021-09-21usb-storage: Add quirk for ScanLogic SL11R-IDE older than 2.6cOndrej Zary1-1/+8
2021-09-21Re-enable UAS for LaCie Rugged USB3-FW with fk quirkJulian Sikorski1-1/+1
2021-09-21usb: dwc3: gadget: Avoid starting DWC3 gadget during UDC unbindWesley Cheng2-2/+4
2021-09-21usb: core: hcd: fix messages in usb_hcd_request_irqs()Sergey Shtylyov1-3/+3
2021-09-21usb: host: ehci-mv: drop duplicated MODULE_ALIASKrzysztof Kozlowski1-2/+0
2021-09-21usb: typec: tipd: Remove WARN_ON in tps6598x_block_readSven Peter1-1/+1
2021-09-21usb: typec: tipd: Add an additional overflow checkSven Peter1-0/+3
2021-09-21usb: typec: tipd: Don't read/write more bytes than requiredSven Peter1-2/+2
2021-09-21usb: musb: tusb6010: check return value after calling platform_get_resource()Yang Yingliang1-0/+5