summaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2020-10-29usb: typec: stusb160x: fix signedness comparison issue with enum variablesAmelie Delaunay1-12/+8
2020-10-29usb: typec: add missing MODULE_DEVICE_TABLE() to stusb160xAmelie Delaunay1-0/+1
2020-10-28USB: apple-mfi-fastcharge: don't probe unhandled devicesBastien Nocera1-5/+12
2020-10-28usbcore: Check both id_table and match() when both availableBastien Nocera3-12/+24
2020-10-28usb: host: ehci-tegra: Fix error handling in tegra_ehci_probe()Tang Bin1-2/+2
2020-10-28usb: typec: stusb160x: fix an IS_ERR() vs NULL check in probeDan Carpenter1-2/+2
2020-10-28usb: typec: tcpm: reset hard_reset_count for any disconnectLi Jun1-3/+3
2020-10-28usb: cdc-acm: fix cooldown mechanismJerome Brunet2-9/+6
2020-10-28usb: host: fsl-mph-dr-of: check return of dma_set_mask()Ran Wang1-3/+6
2020-10-28usb: fix kernel-doc markupsMauro Carvalho Chehab4-4/+4
2020-10-28usb: typec: stusb160x: fix some signedness bugsDan Carpenter1-3/+4
2020-10-28kcov, usb: only collect coverage from __usb_hcd_giveback_urb in softirqAndrey Konovalov1-2/+9
2020-10-28USB: host: isp1362: delete isp1362_show_regs()Greg Kroah-Hartman1-54/+0
2020-10-28usb: xhci: Remove in_interrupt() checksAhmed S. Darwish2-5/+3
2020-10-28usbip: Remove in_interrupt() checkAhmed S. Darwish1-5/+0
2020-10-28usb: gadget: pxa27x_udc: Replace in_interrupt() usage in commentsAhmed S. Darwish1-9/+10
2020-10-28usb: core: Replace in_interrupt() in commentsAhmed S. Darwish6-29/+51
2020-10-28usb: gadget: udc: Remove in_interrupt()/in_irq() from commentsAhmed S. Darwish2-4/+4
2020-10-28USB: host: ehci-pmcmsp: Cleanup usb_hcd_msp_remove()Thomas Gleixner1-2/+2
2020-10-28usb: hosts: Remove in_interrupt() from commentsAhmed S. Darwish6-26/+37
2020-10-28usb: atm: Replace in_interrupt() usage in commentThomas Gleixner1-1/+1
2020-10-28USB: sisusbvga: Make console support depend on BROKENThomas Gleixner1-1/+1
2020-10-28usb: Add driver to allow any GPIO to be used for 7211 USB signalsAl Cooper3-0/+361
2020-10-28usb: host: xhci-mem: remove unneeded breakTom Rix1-1/+0
2020-10-28usb: storage: freecom: remove unneeded breakTom Rix1-1/+0
2020-10-28usb: misc: iowarrior: remove unneeded breakTom Rix1-3/+0
2020-10-28usb: host: ehci-sched: add comment about find_tt() not returning errorSudip Mukherjee1-0/+12
2020-10-28usb: cdns3: Variable 'length' set but not usedPawel Laszczak1-2/+0
2020-10-28USB: serial: option: add Quectel EC200T module supportZiyi Cao1-0/+2
2020-10-27usb: raw-gadget: fix memory leak in gadget_setupZqiang1-1/+4
2020-10-27usb: dwc2: Avoid leaving the error_debugfs label unusedMartin Blumenstingl1-0/+3
2020-10-27usb: dwc3: ep0: Fix delay status handlingThinh Nguyen1-1/+2
2020-10-27usb: gadget: fsl: fix null pointer checkingRan Wang1-1/+1
2020-10-27usb: gadget: goku_udc: fix potential crashes in probeEvgeny Novikov1-1/+1
2020-10-27usb: dwc3: pci: add support for the Intel Alder Lake-SHeikki Krogerus1-0/+4
2020-10-24Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds4-71/+162
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-18/+0
2020-10-15Merge tag 'usb-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds139-1386/+5265
2020-10-14Merge tag 'driver-core-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-17/+14
2020-10-10usb: musb: gadget: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-10-09usb: typec: Add QCOM PMIC typec detection driverWesley Cheng3-0/+275
2020-10-08Merge tag 'usb-serial-5.10-rc1' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman6-19/+36
2020-10-08USB: serial: option: add Cellient MPL200 cardWilken Gottwalt1-0/+3
2020-10-08usb: typec: tcpci_maxim: Add support for Sink FRSBadhri Jagan Sridharan1-4/+46
2020-10-08usb: typec: tcpci: Implement callbacks for FRSBadhri Jagan Sridharan2-0/+25
2020-10-08usb: typec: tcpm: Add support for Sink Fast Role SWAP(FRS)Badhri Jagan Sridharan1-3/+226
2020-10-08usb: typec: tcpci_maxim: Chip level TCPC driverBadhri Jagan Sridharan4-7/+476
2020-10-08usb: typec: tcpci: Add set_vbus tcpci callbackBadhri Jagan Sridharan2-0/+8
2020-10-08usb: typec: tcpci: Add a getter method to retrieve tcpm_port referenceBadhri Jagan Sridharan2-0/+8
2020-10-07usbip: vhci_hcd: fix calling usb_hcd_giveback_urb() with irqs enabledShuah Khan1-1/+7