aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
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-12USB: serial: mos7720: improve OOM-handling in read_mos_reg()Tom Rix1-1/+3
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/kernel/git/johan/usb-serial into usb-linusGreg 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
2021-01-04USB: serial: iuu_phoenix: fix DMA from stackJohan Hovold1-5/+15
2021-01-04USB: serial: option: add LongSung M5710 module supportDaniel Palmer1-0/+1
2021-01-04USB: serial: option: add Quectel EM160R-GLBjørn Mork1-0/+2
2020-12-30USB: Gadget: dummy-hcd: Fix shift-out-of-bounds bugAlan Stern1-12/+23
2020-12-29usb: cdns3: imx: improve driver .remove APIPeter Chen1-0/+5
2020-12-29usb: cdns3: imx: fix can't create core device the second time issuePeter Chen1-10/+1
2020-12-29usb: cdns3: imx: fix writing read-only memory issuePeter Chen1-1/+5
2020-12-29usb: cdnsp: Fix for undefined reference to `usb_hcd_is_primary_hcd'Pawel Laszczak1-1/+6
2020-12-29usb: cdnsp: Fixes for sparse warningsPawel Laszczak7-37/+32
2020-12-29usb: cdns3: Fixes for sparse warningsPawel Laszczak2-5/+5
2020-12-29usb: cdnsp: fix error handling in cdnsp_mem_init()Pawel Laszczak1-12/+24
2020-12-29usb: cdns3: Removes xhci_cdns3_suspend_quirk from host-export.hPawel Laszczak2-8/+3
2020-12-29usb: cdnsp: Removes some not useful function argumentsPawel Laszczak3-14/+13
2020-12-29usb: cdns3: fix warning when USB_CDNS_HOST is not setRandy Dunlap1-2/+2
2020-12-29usb: cdns3: fix build when PM_SLEEP is not setRandy Dunlap1-0/+5
2020-12-29usb: cdnsp: Mark cdnsp_gadget_ops with static keywordZou Wei1-1/+1
2020-12-29usb: cdns3: Change file names for cdns3 driver.Pawel Laszczak7-11/+11
2020-12-29usb: cdnsp: Add tracepoints for CDNSP driverPawel Laszczak8-16/+1614
2020-12-29usb: cdnsp: cdns3 Add main part of Cadence USBSSP DRD DriverPawel Laszczak15-29/+6641
2020-12-29usb: cdnsp: Device side header file for CDNSP driverPawel Laszczak1-0/+1463
2020-12-29usb: cdns3: Changed type of gadget_dev in cdns structurePawel Laszczak1-2/+2
2020-12-29usb: cdns3: Refactoring names in reusable codePawel Laszczak10-198/+199
2020-12-29usb: cdns3: Moves reusable code to separate modulePawel Laszczak6-7/+35