summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\
| | * usb: gadget: s3c: remove unused 'udc' variableKrzysztof Kozlowski2020-08-191-3/+0
| | * usb: gadget: s3c-hsudc: remove platform header dependencyArnd Bergmann2020-08-191-51/+4
| | * usb: gadget: s3c: use platform resourcesArnd Bergmann2020-08-193-20/+158
* | | Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-152-18/+0
|\ \ \
| * \ \ Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/torv...Christoph Hellwig2020-09-2514-91/+123
| |\ \ \
| * | | | usb: don't inherity DMA properties for USB devicesChristoph Hellwig2020-09-172-18/+0
| | |/ / | |/| |
* | | | Merge tag 'usb-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-10-15139-1386/+5265
|\ \ \ \
| * | | | usb: musb: gadget: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-10-101-1/+1
| * | | | usb: typec: Add QCOM PMIC typec detection driverWesley Cheng2020-10-093-0/+275
| * | | | Merge tag 'usb-serial-5.10-rc1' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2020-10-086-19/+36
| |\ \ \ \
| | * | | | USB: serial: option: add Cellient MPL200 cardWilken Gottwalt2020-10-081-0/+3
| | * | | | USB: serial: ftdi_sio: use cur_altsetting for consistencyMychaela N. Falconia2020-10-051-7/+7
| | * | | | USB: serial: option: Add Telit FT980-KS compositionLeonid Bloch2020-10-051-0/+2
| | * | | | USB: serial: qcserial: fix altsetting probingJohan Hovold2020-10-011-2/+2