summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2021-01-13usb: chipidea: tegra: Support runtime PMDmitry Osipenko1-3/+10
2021-01-13usb: chipidea: tegra: Support host modePeter Geis4-8/+350
2021-01-13usb: chipidea: tegra: Rename UDC to USBDmitry Osipenko2-40/+40
2021-01-13usb: chipidea: tegra: Remove MODULE_ALIASDmitry Osipenko1-1/+0
2021-01-13usb: phy: tegra: Support waking up from a low power modeDmitry Osipenko1-11/+89
2021-01-13usb: phy: tegra: Add delay after power upDmitry Osipenko1-0/+3
2021-01-13usb: gadget: bdc: fix checkpatch.pl repeated word warningChunfeng Yun1-1/+1
2021-01-13usb: gadget: bdc: fix checkpatch.pl spacing errorChunfeng Yun1-1/+1
2021-01-13usb: gadget: bdc: fix checkpatch.pl tab warningChunfeng Yun2-3/+3
2021-01-13usb: gadget: bdc: use the BIT macro to define bit filedChunfeng Yun1-42/+42
2021-01-13usb: gadget: bdc: avoid precedence issuesChunfeng Yun1-9/+9
2021-01-13usb: gadget: bdc: add identifier name for function declaraionChunfeng Yun4-31/+31
2021-01-13usb: gadget: bdc: fix check warning of block comments alignmentChunfeng Yun3-5/+5
2021-01-13usb: gadget: bdc: fix warning of embedded function nameChunfeng Yun2-4/+4
2021-01-13usb: gadget: bdc: prefer pointer dereference to pointer typeChunfeng Yun1-1/+1
2021-01-13usb: gadget: bdc: remove bdc_ep_set_halt() declarationChunfeng Yun1-1/+0
2021-01-13usb: gadget: bdc: fix improper SPDX comment style for header fileChunfeng Yun4-4/+4
2021-01-12usb: typec: ucsi: Add support for USB role switchMayank Rana2-3/+55
2021-01-12usb: dwc2: disable Link Power Management on STM32MP15 HS OTGAmelie Delaunay1-0/+4
2021-01-12usb: dwc2: enable FS/LS PHY clock select on STM32MP15 FS OTGAmelie Delaunay1-0/+2
2021-01-12usb: dwc2: set ahbcfg parameter for STM32MP15 OTG HS and FSAmelie Delaunay1-0/+2
2021-01-12usb/gadget: f_midi: Replace tasklet with workDavidlohr Bueso1-5/+7
2021-01-12usb: dwc3: Simplify with dev_err_probe()Andy Shevchenko1-33/+11
2021-01-12usb: dwc3: keystone: Simplify with dev_err_probe()Andy Shevchenko1-7/+2
2021-01-12usb: udc: core: Introduce started stateThinh Nguyen1-1/+22
2021-01-12usb: dwc3: core: Replace devm_reset_control_array_get()Yejune Deng1-1/+1
2021-01-11Merge 5.11-rc3 into usb-nextGreg Kroah-Hartman30-223/+240
2021-01-07usb: usbip: Use DEFINE_SPINLOCK() for spinlockZheng Yongjun1-3/+1
2021-01-07usb: gadget: configfs: Add a specific configFS reset callbackWesley Cheng1-1/+23
2021-01-07usb: dwc3: gadget: Clear wait flag on dequeueThinh Nguyen1-0/+2
2021-01-07usb: typec: Send uevent for num_altmodes updatePrashant Malani1-0/+2
2021-01-07usb: typec: Fix copy paste error for NVIDIA alt-mode descriptionPeter Robinson1-1/+1
2021-01-07usb: gadget: enable super speed plustaehyun.cho1-2/+2
2021-01-07kcov, usb: hide in_serving_softirq checks in __usb_hcd_giveback_urbAndrey Konovalov1-5/+3
2021-01-06Merge tag 'usb-serial-5.11-rc3' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2-5/+18
2021-01-05usb: uas: Add PNY USB Portable SSD to unusual_uasThinh Nguyen1-0/+7
2021-01-04usb: gadget: configfs: Preserve function ordering after bind failureChandana Kishori Chiluveru1-2/+2
2021-01-04usb: gadget: select CONFIG_CRC32Arnd Bergmann1-0/+2
2021-01-04usb: gadget: core: change the comment for usb_gadget_connectPeter Chen1-2/+1
2021-01-04usb: gadget: configfs: Fix use-after-free issue with udc_nameEddie Hung1-2/+9
2021-01-04usb: dwc3: gadget: Restart DWC3 gadget when enabling pullupWesley Cheng1-11/+3
2021-01-04usb: usbip: vhci_hcd: protect shift sizeRandy Dunlap1-0/+2
2021-01-04USB: usblp: fix DMA to stackJohan Hovold1-2/+19
2021-01-04USB: gadget: f_printer: set a default q_lenMichael R Sweet1-0/+5
2021-01-04usb: dwc3: gadget: Preserve UDC max speed settingWesley Cheng2-51/+58
2021-01-04usb: dwc3: gadget: Allow runtime suspend if UDC unbindedWesley Cheng1-0/+13
2021-01-04usb: gadget: composite: Split composite reset and disconnectWesley Cheng1-2/+19
2021-01-04usb: dwc3: gadget: Introduce a DWC3 VBUS draw callbackWesley Cheng1-0/+11
2021-01-04usb: gadget: u_serial: use %*ph to print small bufferAndy Shevchenko1-3/+1
2021-01-04usb: dwc3: add imx8mp dwc3 glue layer driverLi Jun3-0/+374