summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* usb: typec: stusb160x: fix power-opmode property with typec-power-opmodeAmelie Delaunay2020-11-271-1/+1
* USB: core: Change %pK for __user pointers to %pxAlan Stern2020-11-201-7/+7
* USB: core: Fix regression in Hercules audio cardAlan Stern2020-11-201-0/+6
* usb: gadget: Fix memleak in gadgetfs_fill_superZhang Qilong2020-11-201-0/+3
* usb: gadget: f_midi: Fix memleak in f_midi_allocZhang Qilong2020-11-201-3/+7
* USB: quirks: Add USB_QUIRK_DISCONNECT_SUSPEND quirk for Lenovo A630Z TIO buil...penghao2020-11-201-0/+4
* usb: typec: qcom-pmic-typec: fix builtin build errorsRandy Dunlap2020-11-161-0/+1
* Merge tag 'usb-fixes-v5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2020-11-161-12/+14
|\
| * usb: cdns3: gadget: calculate TD_SIZE based on TDPeter Chen2020-11-161-11/+13
| * usb: cdns3: gadget: initialize link_trb as NULLPeter Chen2020-11-161-1/+1
* | usb: cdc-acm: Add DISABLE_ECHO for Renesas USB Download modeChris Brandt2020-11-131-0/+9
* | usb: typec: ucsi: Report power supply changesHeikki Krogerus2020-11-133-1/+17
* | xhci: hisilicon: fix refercence leak in xhci_histb_probeZhang Qilong2020-11-131-1/+1
* | Revert "usb: musb: convert to devm_platform_ioremap_resource_byname"Geert Uytterhoeven2020-11-131-1/+3
* | Merge tag 'usb-serial-5.10-rc3' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2020-11-072-1/+16
|\ \
| * | USB: serial: option: add Telit FN980 composition 0x1055Daniele Palmas2020-11-041-0/+2
| * | USB: serial: option: add LE910Cx compositions 0x1203, 0x1230, 0x1231Daniele Palmas2020-11-041-0/+6
| * | USB: serial: cyberjack: fix write-URB completion raceJohan Hovold2020-11-041-1/+6
| * | USB: serial: option: add Quectel EC200T module supportZiyi Cao2020-10-281-0/+2
* | | USB: apple-mfi-fastcharge: fix reference leak in apple_mfi_fc_set_propertyZhang Qilong2020-11-061-1/+3
* | | usb: mtu3: fix panic in mtu3_gadget_stop()Macpaul Lin2020-11-061-0/+1
| |/ |/|
* | USB: Add NO_LPM quirk for Kingston flash driveAlan Stern2020-11-031-0/+3
* | Merge tag 'fixes-for-v5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2020-11-026-4/+15
|\ \
| * | usb: raw-gadget: fix memory leak in gadget_setupZqiang2020-10-271-1/+4
| * | usb: dwc2: Avoid leaving the error_debugfs label unusedMartin Blumenstingl2020-10-271-0/+3
| * | usb: dwc3: ep0: Fix delay status handlingThinh Nguyen2020-10-271-1/+2
| * | usb: gadget: fsl: fix null pointer checkingRan Wang2020-10-271-1/+1
| * | usb: gadget: goku_udc: fix potential crashes in probeEvgeny Novikov2020-10-271-1/+1
| * | usb: dwc3: pci: add support for the Intel Alder Lake-SHeikki Krogerus2020-10-271-0/+4
| |/
* | Merge tag 'usb-v5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/pe...Greg Kroah-Hartman2020-10-303-83/+102
|\ \
| * | usb: cdns3: gadget: own the lock wrongly at the suspend routinePeter Chen2020-10-301-4/+7
| * | usb: cdns3: Fix on-chip memory overflow issuePawel Laszczak2020-10-303-76/+94
| * | usb: cdns3: gadget: suspicious implicit sign extensionPeter Chen2020-10-291-1/+1
| * | usb: cdns3: Variable 'length' set but not usedPawel Laszczak2020-10-281-2/+0
| |/
* | xhci: Don't create stream debugfs files with spinlock held.Mathias Nyman2020-10-291-1/+4
* | usb: xhci: Workaround for S3 issue on AMD SNPS 3.0 xHCSandeep Singh2020-10-292-0/+18
* | xhci: Fix sizeof() mismatchColin Ian King2020-10-291-2/+2
* | usb: typec: stusb160x: fix signedness comparison issue with enum variablesAmelie Delaunay2020-10-291-12/+8
* | usb: typec: add missing MODULE_DEVICE_TABLE() to stusb160xAmelie Delaunay2020-10-291-0/+1
* | USB: apple-mfi-fastcharge: don't probe unhandled devicesBastien Nocera2020-10-281-5/+12
* | usbcore: Check both id_table and match() when both availableBastien Nocera2020-10-283-12/+24
* | usb: host: ehci-tegra: Fix error handling in tegra_ehci_probe()Tang Bin2020-10-281-2/+2
* | usb: typec: stusb160x: fix an IS_ERR() vs NULL check in probeDan Carpenter2020-10-281-2/+2
* | usb: typec: tcpm: reset hard_reset_count for any disconnectLi Jun2020-10-281-3/+3
* | usb: cdc-acm: fix cooldown mechanismJerome Brunet2020-10-282-9/+6
* | usb: host: fsl-mph-dr-of: check return of dma_set_mask()Ran Wang2020-10-281-3/+6
* | usb: fix kernel-doc markupsMauro Carvalho Chehab2020-10-284-4/+4
* | usb: typec: stusb160x: fix some signedness bugsDan Carpenter2020-10-281-3/+4
|/
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2020-10-244-71/+162
|\
| * Merge tag 'samsung-soc-s3c-5.10' of https://git.kernel.org/pub/scm/linux/kern...Olof Johansson2020-09-134-74/+162
| |\