aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2021-04-13USB: serial: io_ti: clean up vendor-request helpersJohan Hovold1-7/+6
2021-04-13USB: serial: ti_usb_3410_5052: drop drain delay for 3410Johan Hovold1-3/+14
2021-04-13USB: serial: ti_usb_3410_5052: reduce drain delay to one charJohan Hovold1-1/+5
2021-04-13USB: serial: io_ti: document reason for drain delayJohan Hovold1-0/+4
2021-04-13USB: serial: f81232: drop time-based drain delayJohan Hovold1-1/+0
2021-04-13usb: dwc2: Add exit clock gating before removing driverArtur Petrosyan1-0/+9
2021-04-13usb: dwc2: Add clock gating exiting flow by system resumeArtur Petrosyan1-0/+22
2021-04-13usb: dwc2: Add clock gating entering flow by system suspendArtur Petrosyan1-0/+9
2021-04-13usb: dwc2: Allow exit clock gating in urb enqueueArtur Petrosyan1-0/+8
2021-04-13usb: dwc2: Update exit clock gating when port is resumedArtur Petrosyan1-25/+4
2021-04-13usb: dwc2: Update enter clock gating when port is suspendedArtur Petrosyan1-15/+4
2021-04-13usb: dwc2: Add exit clock gating when port reset is assertedArtur Petrosyan1-0/+4
2021-04-13usb: dwc2: Add exit clock gating from session request interruptArtur Petrosyan1-6/+13
2021-04-13usb: dwc2: Add exit clock gating from wakeup interruptArtur Petrosyan1-11/+22
2021-04-13usb: dwc2: Allow entering clock gating from USB_SUSPEND interruptArtur Petrosyan1-3/+7
2021-04-13usb: dwc2: Add host clock gating support functionsArtur Petrosyan2-0/+91
2021-04-13usb: dwc2: Add device clock gating support functionsArtur Petrosyan2-2/+79
2021-04-12Merge tag 'usb-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb into usb-nextGreg Kroah-Hartman11-43/+162
2021-04-12Revert "usb: Link the ports to the connectors they are attached to"Greg Kroah-Hartman1-3/+0
2021-04-12usb: cdnsp: Fixes issue with Configure Endpoint commandPawel Laszczak2-5/+13
2021-04-12usb: cdnsp: remove redundant initialization of variable retColin Ian King1-1/+1
2021-04-12usb: cdns3: delete repeated clear operationsWang Qing1-1/+0
2021-04-12usb: cdns3: Optimize DMA request buffer allocationSanket Parmar2-6/+25
2021-04-12usb: cdns3: Use dma_pool_* api to alloc trb poolSanket Parmar2-23/+20
2021-04-12usb: cdns3: fix static checker warning.Frank Li1-1/+1
2021-04-12usb: cdns3: imx: mark cdns_imx_system_resume as __maybe_unusedWei Yongjun1-1/+1
2021-04-12usb: cdns3: trace: delete the trace parameter for request->trbPeter Chen1-4/+1
2021-04-12usb: cdns3: imx: add power lost support for system resumeFrank Li1-0/+34
2021-04-12usb: cdns3: add power lost support for system resumeFrank Li5-3/+68
2021-04-12USB: serial: cp210x: add gpio-configuration debug printkJohan Hovold1-0/+6