summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* USB: Add LPM quirk for Lenovo ThinkPad USB-C Dock Gen2 EthernetKai-Heng Feng2021-04-141-0/+3
* usb: typec: silence a static checker warningDan Carpenter2021-04-141-2/+4
* usb: dwc2: Add exit clock gating before removing driverArtur Petrosyan2021-04-131-0/+9
* usb: dwc2: Add clock gating exiting flow by system resumeArtur Petrosyan2021-04-131-0/+22
* usb: dwc2: Add clock gating entering flow by system suspendArtur Petrosyan2021-04-131-0/+9
* usb: dwc2: Allow exit clock gating in urb enqueueArtur Petrosyan2021-04-131-0/+8
* usb: dwc2: Update exit clock gating when port is resumedArtur Petrosyan2021-04-131-25/+4
* usb: dwc2: Update enter clock gating when port is suspendedArtur Petrosyan2021-04-131-15/+4
* usb: dwc2: Add exit clock gating when port reset is assertedArtur Petrosyan2021-04-131-0/+4
* usb: dwc2: Add exit clock gating from session request interruptArtur Petrosyan2021-04-131-6/+13
* usb: dwc2: Add exit clock gating from wakeup interruptArtur Petrosyan2021-04-131-11/+22
* usb: dwc2: Allow entering clock gating from USB_SUSPEND interruptArtur Petrosyan2021-04-131-3/+7
* usb: dwc2: Add host clock gating support functionsArtur Petrosyan2021-04-132-0/+91
* usb: dwc2: Add device clock gating support functionsArtur Petrosyan2021-04-132-2/+79
* Merge tag 'usb-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pe...Greg Kroah-Hartman2021-04-1211-43/+162
|\
| * usb: cdnsp: Fixes issue with Configure Endpoint commandPawel Laszczak2021-04-122-5/+13
| * usb: cdnsp: remove redundant initialization of variable retColin Ian King2021-04-121-1/+1
| * usb: cdns3: delete repeated clear operationsWang Qing2021-04-121-1/+0
| * usb: cdns3: Optimize DMA request buffer allocationSanket Parmar2021-04-122-6/+25
| * usb: cdns3: Use dma_pool_* api to alloc trb poolSanket Parmar2021-04-122-23/+20
| * usb: cdns3: fix static checker warning.Frank Li2021-04-121-1/+1
| * usb: cdns3: imx: mark cdns_imx_system_resume as __maybe_unusedWei Yongjun2021-04-121-1/+1
| * usb: cdns3: trace: delete the trace parameter for request->trbPeter Chen2021-04-121-4/+1
| * usb: cdns3: imx: add power lost support for system resumeFrank Li2021-04-121-0/+34
| * usb: cdns3: add power lost support for system resumeFrank Li2021-04-125-3/+68
* | Revert "usb: Link the ports to the connectors they are attached to"Greg Kroah-Hartman2021-04-121-3/+0
* | usbip: vudc: fix missing unlock on error in usbip_sockfd_store()Ye Bin2021-04-121-0/+2
|/
* Merge 5.12-rc7 into usb-nextGreg Kroah-Hartman2021-04-128-7/+50
|\
| * usbip: synchronize event handler with sysfs code pathsShuah Khan2021-04-051-0/+2
| * usbip: vudc synchronize sysfs code pathsShuah Khan2021-04-052-0/+6
| * usbip: stub-dev synchronize sysfs code pathsShuah Khan2021-04-051-2/+9
| * usbip: add sysfs_lock to synchronize sysfs code pathsShuah Khan2021-04-053-5/+29
| * Merge tag 'v5.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/peter....Greg Kroah-Hartman2021-04-051-0/+4
| |\
| | * usb: cdnsp: Fixes issue with dequeuing requests after disabling endpointPawel Laszczak2021-03-271-0/+4
* | | usb: dwc3: qcom: Detect DWC3 DT-nodes using compatible stringSerge Semin2021-04-101-1/+1
* | | usb: dwc3: qcom: Remove redundant dev_err call in dwc3_qcom_probe()Bixuan Cui2021-04-101-1/+0
* | | usb: core: reduce power-on-good delay time of root hubChunfeng Yun2021-04-101-2/+4
* | | USB:ehci:fix Kunpeng920 ehci hardware problemLongfang Liu2021-04-101-0/+3
* | | USB: cdc-acm: fix TIOCGSERIAL implementationJohan Hovold2021-04-091-2/+1
* | | USB: cdc-acm: fix unprivileged TIOCCSERIALJohan Hovold2021-04-091-2/+0
* | | Revert "USB: cdc-acm: fix rounding error in TIOCSSERIAL"Johan Hovold2021-04-091-9/+2
* | | usb: typec: tcpm: Add support for altmodesHans de Goede2021-04-091-0/+4
* | | usb: typec: Add typec_port_register_altmodes()Hans de Goede2021-04-091-0/+54
* | | usb: roles: Call try_module_get() from usb_role_switch_find_by_fwnode()Hans de Goede2021-04-091-0/+2
* | | usb: dwc3: xilinx: Remove the extra freeing of clocksManish Narani2021-04-091-2/+0
* | | usb: dwc3: Resolve kernel-doc warning for Xilinx DWC3 driverManish Narani2021-04-091-1/+1
* | | usb: core: hub: Fix PM reference leak in usb_port_resume()Bixuan Cui2021-04-091-1/+1
* | | usb: musb: fix PM reference leak in musb_irq_work()Bixuan Cui2021-04-091-1/+1
* | | usb: gadget: tegra-xudc: Fix possible use-after-free in tegra_xudc_remove()Yang Yingliang2021-04-091-1/+1
* | | usb: host: u132-hcd: use DEFINE_MUTEX() for mutex lockZheng Yongjun2021-04-091-2/+1