summaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2021-04-22usb: dwc2: Fix host mode hibernation exit with remote wakeup flow.Artur Petrosyan1-1/+9
2021-04-22usb: dwc2: Reset DEVADDR after exiting gadget hibernation.Artur Petrosyan1-0/+4
2021-04-22usb: dwc2: Update exit hibernation when port reset is assertedArtur Petrosyan1-6/+11
2021-04-22Merge tag 'usb-serial-5.13-rc1' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman27-920/+1150
2021-04-22usb: dwc3: gadget: Remove FS bInterval_m1 limitationThinh Nguyen1-4/+6
2021-04-22usb: xhci-mtk: remove bus status checkChunfeng Yun1-41/+2
2021-04-22usb: dwc2: Enable RPi in ACPI modeJeremy Linton3-1/+20
2021-04-22USB: CDC-ACM: fix poison/unpoison imbalanceOliver Neukum1-1/+2
2021-04-22USB: Add reset-resume quirk for WD19's Realtek HubChris Chiu1-0/+1
2021-04-22usb: gadget: net2272: remove redundant initialization of statusColin Ian King1-1/+2
2021-04-22usb: storage: datafab: remove redundant assignment of variable resultColin Ian King1-1/+0
2021-04-22usb: misc: adutux: fix whitespace coding style issueMalte Deiseroth1-3/+3
2021-04-22usb: musb: musb_core: Add space after that ','Saurav Girepunje1-2/+2
2021-04-22usb: gadget: dummy_hcd: fix gpf in gadget_setupAnirudh Rayabharam1-8/+15
2021-04-22usb: dwc3: gadget: Fix START_TRANSFER link state checkThinh Nguyen1-6/+7
2021-04-22usb: gadget: Fix double free of device descriptor pointersHemant Kumar1-0/+4
2021-04-22usb: typec: tcpm: Fix error while calculating PPS out valuesBadhri Jagan Sridharan1-3/+3
2021-04-20Merge tag 'v5.12-rc8' into sched/core, to pick up fixesIngo Molnar39-191/+462
2021-04-14usb: xhci-mtk: remove unused membersChunfeng Yun1-3/+0
2021-04-14usb: xhci-mtk: use clock bulk to get clocksChunfeng Yun2-95/+24
2021-04-14usb: xhci-mtk: add support runtime PMChunfeng Yun1-16/+124
2021-04-14usb: xhci-mtk: check return value in suspend/resume hooksChunfeng Yun1-10/+27
2021-04-14usb: typec: tcpm: Allow slow charging loops to comply to pSnkStbyBadhri Jagan Sridharan1-3/+14
2021-04-14usb: typec: tcpm: Honour pSnkStdby requirement during negotiationBadhri Jagan Sridharan1-0/+17
2021-04-14usb: dwc3: gadget: Check for disabled LPM quirkThinh Nguyen3-2/+13
2021-04-14usb: dwc3: core: Add shutdown callback for dwc3Sandeep Maheswaram1-0/+6
2021-04-14usb: dwc3: gadget: Ignore Packet Pending bitThinh Nguyen2-0/+12
2021-04-14USB: Add LPM quirk for Lenovo ThinkPad USB-C Dock Gen2 EthernetKai-Heng Feng1-0/+3
2021-04-14usb: typec: silence a static checker warningDan Carpenter1-2/+4
2021-04-13USB: cdc-acm: add more Maxlinear/Exar models to ignore listMauro Carvalho Chehab1-3/+11
2021-04-13USB: serial: xr: add copyright noticeJohan Hovold1-0/+1
2021-04-13USB: serial: xr: reset FIFOs on openJohan Hovold1-0/+51
2021-04-13USB: serial: xr: add support for XR22801, XR22802, XR22804Johan Hovold1-0/+23
2021-04-13USB: serial: xr: add support for XR21B1411Johan Hovold1-16/+48
2021-04-13USB: serial: xr: add support for XR21B1421, XR21B1422 and XR21B1424Johan Hovold1-76/+262
2021-04-13USB: serial: xr: add type abstractionJohan Hovold1-43/+85
2021-04-13USB: serial: xr: drop type prefix from shared definesJohan Hovold1-61/+61
2021-04-13USB: serial: xr: move pin configuration to probeJohan Hovold1-8/+37
2021-04-13USB: serial: xr: rename GPIO-pin definesJohan Hovold1-17/+17
2021-04-13USB: serial: xr: rename GPIO-mode definesJohan Hovold1-7/+7
2021-04-13USB: serial: xr: add support for XR21V1412 and XR21V1414Johan Hovold1-4/+51
2021-04-13USB: serial: ti_usb_3410_5052: clean up termios CSIZE handlingJohan Hovold1-8/+8
2021-04-13USB: serial: ti_usb_3410_5052: use kernel types consistentlyJohan Hovold1-17/+17
2021-04-13USB: serial: ti_usb_3410_5052: add port-command helpersJohan Hovold1-50/+44
2021-04-13USB: serial: ti_usb_3410_5052: clean up vendor-request helpersJohan Hovold1-8/+7
2021-04-13USB: serial: ti_usb_3410_5052: drop unnecessary packed attributesJohan Hovold1-4/+4
2021-04-13USB: serial: io_ti: drop unnecessary packed attributesJohan Hovold2-4/+4
2021-04-13USB: serial: io_ti: use kernel types consistentlyJohan Hovold2-71/+71
2021-04-13USB: serial: io_ti: add read-port-command helperJohan Hovold1-6/+9
2021-04-13USB: serial: io_ti: add send-port-command helperJohan Hovold1-28/+13