aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2020-06-24usb: host: xhci-mtk: avoid runtime suspend when removing hcdMacpaul Lin1-2/+3
2020-06-24xhci: Fix enumeration issue when setting max packet size for FS devices.Al Cooper1-0/+1
2020-06-24xhci: Fix incorrect EP_STATE_MASKMathias Nyman1-1/+1
2020-06-24usb: cdns3: ep0: add spinlock for cdns3_check_new_setupPeter Chen1-3/+4
2020-06-24usb: cdns3: trace: using correct dir valuePeter Chen1-1/+1
2020-06-24usb: cdns3: ep0: fix the test mode set incorrectlyPeter Chen1-1/+2
2020-06-24USB: ch9: add "USB_" prefix in front of TEST definesGreg Kroah-Hartman19-102/+94
2020-06-24Revert "usb: dwc3: exynos: Add support for Exynos5422 suspend clk"Anand Moon1-9/+0
2020-06-24usb: gadget: udc: Potential Oops in error handling codeDan Carpenter1-1/+2
2020-06-24usb: phy: tegra: Fix unnecessary check in tegra_usb_phy_probe()Tang Bin1-5/+1
2020-06-24usb: dwc3: pci: Fix reference count leak in dwc3_pci_resume_workAditya Pakki1-1/+3
2020-06-24usb: cdns3: ep0: add spinlock for cdns3_check_new_setupPeter Chen1-3/+4
2020-06-24usb: cdns3: trace: using correct dir valuePeter Chen1-1/+1
2020-06-24usb: cdns3: ep0: fix the test mode set incorrectlyPeter Chen1-1/+2
2020-06-23media: USB: cdc-acm: blacklist IR Droid / IR Toy deviceSean Young1-0/+6
2020-06-23USB: serial: ch341: add new Product ID for CH340Igor Moura1-0/+1
2020-06-23USB: serial: option: add GosunCn GM500 seriesJörgen Storvist1-0/+3
2020-06-23USB: serial: cypress_m8: enable Simply Automated UPB PIMJames Hilliard2-0/+5
2020-06-19USB: OTG: rename product list of devicesGreg Kroah-Hartman3-14/+10
2020-06-19USB: storage: scsi: fix up comment to be more specificGreg Kroah-Hartman1-1/+1
2020-06-19USB: storage: fix wording in error messageGreg Kroah-Hartman1-1/+1
2020-06-19USB: serial: sierra: unify quirk handling logicGreg Kroah-Hartman1-38/+19
2020-06-19USB: serial: qcserial: fix up wording in a commentGreg Kroah-Hartman1-3/+2
2020-06-19USB: OHCI: remove obsolete FIXME commentGreg Kroah-Hartman1-4/+0
2020-06-19USB: rename USB OTG hub configuration optionGreg Kroah-Hartman4-5/+5
2020-06-19USB: rename USB quirk to USB_QUIRK_ENDPOINT_IGNOREGreg Kroah-Hartman3-14/+14
2020-06-18USB: replace hardcode maximum usb string length by definitionMacpaul Lin3-5/+5
2020-06-18usb: xhci: fix spelling mistake in Kconfig "firwmare" -> "firmware"Colin Ian King1-2/+2
2020-06-18usb: typec: tcpci_rt1711h: avoid screaming irq causing boot hangsLi Jun1-21/+10
2020-06-18USB: ohci-sm501: Add missed iounmap() in removeChuhong Yuan1-0/+1
2020-06-18cdc-acm: Add DISABLE_ECHO quirk for Microchip/SMSC chipJoakim Tjernlund1-0/+2
2020-06-18USB: ehci: reopen solution for Synopsys HC bugLongfang Liu1-0/+7
2020-06-18usb: usbtest: fix missing kfree(dev->buf) in usbtest_disconnectZqiang1-0/+1
2020-06-18usb: dwc2: Postponed gadget registration to the udc class driverMinas Harutyunyan2-6/+11
2020-06-18usb: add USB_QUIRK_DELAY_INIT for Logitech C922Tomasz Meresiński1-1/+2
2020-06-18usb: host: ehci-exynos: Fix error check in exynos_ehci_probe()Tang Bin1-3/+2
2020-06-18usb: typec: mux: intel_pmc_mux: Fix DP alternate mode entryHeikki Krogerus1-2/+11
2020-06-18USB: sisusbvga: change char to u8 for sisusb_copy_memoryChangming Liu3-9/+9
2020-06-18usb: xhci: tegra: Remove PLL power suppliesThierry Reding1-8/+0
2020-06-18usb: sisusb_con: Use array_size() helper in memcpy()Gustavo A. R. Silva1-1/+1
2020-06-18usb: gadget: u_serial.h: increase MAX_U_SERIAL_PORTS to 8Macpaul Lin1-1/+1
2020-06-18usb: dwc2: use well defined macros for power_downJisheng Zhang2-8/+8
2020-06-18drivers: usb: Fix trivial spellingKieran Bingham1-1/+1
2020-06-18USB: core: additional Device Classes to debug/usb/devicesRob Gill1-0/+4
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds9-82/+82
2020-06-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+4
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada9-82/+82
2020-06-10kernel: set USER_DS in kthread_use_mmChristoph Hellwig1-4/+0
2020-06-10kernel: better document the use_mm/unuse_mm API contractChristoph Hellwig2-4/+4
2020-06-10kernel: move use_mm/unuse_mm to kthread.cChristoph Hellwig2-2/+2