summaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorLines
2020-12-04powerpc/ps3: make system bus's remove and shutdown callbacks return voidUwe Kleine-König-6/+2
2020-10-30Merge tag 'usb-v5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/pe...Greg Kroah-Hartman-83/+102
2020-10-30usb: cdns3: gadget: own the lock wrongly at the suspend routinePeter Chen-4/+7
2020-10-30usb: cdns3: Fix on-chip memory overflow issuePawel Laszczak-76/+94
2020-10-29usb: cdns3: gadget: suspicious implicit sign extensionPeter Chen-1/+1
2020-10-29xhci: Don't create stream debugfs files with spinlock held.Mathias Nyman-1/+4
2020-10-29usb: xhci: Workaround for S3 issue on AMD SNPS 3.0 xHCSandeep Singh-0/+18
2020-10-29xhci: Fix sizeof() mismatchColin Ian King-2/+2
2020-10-29usb: typec: stusb160x: fix signedness comparison issue with enum variablesAmelie Delaunay-12/+8
2020-10-29usb: typec: add missing MODULE_DEVICE_TABLE() to stusb160xAmelie Delaunay-0/+1
2020-10-28USB: apple-mfi-fastcharge: don't probe unhandled devicesBastien Nocera-5/+12
2020-10-28usbcore: Check both id_table and match() when both availableBastien Nocera-12/+24
2020-10-28usb: host: ehci-tegra: Fix error handling in tegra_ehci_probe()Tang Bin-2/+2
2020-10-28usb: typec: stusb160x: fix an IS_ERR() vs NULL check in probeDan Carpenter-2/+2
2020-10-28usb: typec: tcpm: reset hard_reset_count for any disconnectLi Jun-3/+3
2020-10-28usb: cdc-acm: fix cooldown mechanismJerome Brunet-9/+6
2020-10-28usb: host: fsl-mph-dr-of: check return of dma_set_mask()Ran Wang-3/+6
2020-10-28usb: fix kernel-doc markupsMauro Carvalho Chehab-4/+4
2020-10-28usb: typec: stusb160x: fix some signedness bugsDan Carpenter-3/+4
2020-10-28usb: cdns3: Variable 'length' set but not usedPawel Laszczak-2/+0
2020-10-24Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds-71/+162
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-18/+0
2020-10-15Merge tag 'usb-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-1386/+5265
2020-10-14Merge tag 'driver-core-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-17/+14
2020-10-10usb: musb: gadget: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+1
2020-10-09usb: typec: Add QCOM PMIC typec detection driverWesley Cheng-0/+275
2020-10-08Merge tag 'usb-serial-5.10-rc1' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman-19/+36
2020-10-08USB: serial: option: add Cellient MPL200 cardWilken Gottwalt-0/+3
2020-10-08usb: typec: tcpci_maxim: Add support for Sink FRSBadhri Jagan Sridharan-4/+46
2020-10-08usb: typec: tcpci: Implement callbacks for FRSBadhri Jagan Sridharan-0/+25
2020-10-08usb: typec: tcpm: Add support for Sink Fast Role SWAP(FRS)Badhri Jagan Sridharan-3/+226
2020-10-08usb: typec: tcpci_maxim: Chip level TCPC driverBadhri Jagan Sridharan-7/+476
2020-10-08usb: typec: tcpci: Add set_vbus tcpci callbackBadhri Jagan Sridharan-0/+8
2020-10-08usb: typec: tcpci: Add a getter method to retrieve tcpm_port referenceBadhri Jagan Sridharan-0/+8
2020-10-07usbip: vhci_hcd: fix calling usb_hcd_giveback_urb() with irqs enabledShuah Khan-1/+7
2020-10-05usb: cdc-acm: add quirk to blacklist ETAS ES58X devicesVincent Mailhol-0/+11
2020-10-05USB: serial: ftdi_sio: use cur_altsetting for consistencyMychaela N. Falconia-7/+7
2020-10-05USB: serial: option: Add Telit FT980-KS compositionLeonid Bloch-0/+2
2020-10-05Merge 5.9-rc8 into usb-nextGreg Kroah-Hartman-22/+34
2020-10-03Merge tag 'usb-for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman-711/+1791
2020-10-02USB: core: remove polling for /sys/kernel/debug/usb/devicesSergey Korolev-42/+0
2020-10-02usb: typec: add support for STUSB160x Type-C controller familyAmelie Delaunay-0/+888
2020-10-02usb: typec: add typec_find_pwr_opmodeAmelie Delaunay-0/+15
2020-10-02usb: typec: hd3ss3220: Use OF graph API to get the connector fwnodeBiju Das-4/+14
2020-10-02usb: dwc2: Fix INTR OUT transfers in DDMA mode.Minas Harutyunyan-7/+33
2020-10-02usb: dwc2: don't use ID/Vbus detection if usb-role-switch on STM32MP15 SoCsAmelie Delaunay-1/+1
2020-10-02usb: dwc2: override PHY input signals with usb role switch supportAmelie Delaunay-4/+210
2020-10-02usb: dwc3: of-simple: Add compatible string for Intel Keem Bay platformWan Ahmad Zainie-0/+1
2020-10-02usb: dwc3: gadget: Support up to max stream idThinh Nguyen-2/+2
2020-10-02USB: cdc-wdm: Make wdm_flush() interruptible and add wdm_fsync().Oliver Neukum-17/+55