summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2019-01-25usbip: Fix vhci_urb_enqueue() URB null transfer buffer error pathShuah Khan1-2/+4
2019-01-25usb: sisusb: remove useless macros and compact the codeJiri Slaby1-33/+15
2019-01-25usb: sisusb: let files build only when neededJiri Slaby3-13/+2
2019-01-25usb: sisusb_con, cleanup configsJiri Slaby4-33/+20
2019-01-25usb: sisusb_con, convert addr macros to functionsJiri Slaby1-39/+39
2019-01-25usb: ftdi-elan: remove a unnecessary variable 'empty_packets'YueHaibing1-2/+0
2019-01-25usb: assign ACPI companions for embedded USB devicesDmitry Torokhov1-9/+35
2019-01-25usb: split code locating ACPI companion into port and deviceDmitry Torokhov1-61/+72
2019-01-22USB: host: whci: rename Kbuild fileGreg Kroah-Hartman1-0/+2
2019-01-22USB: remove README fileGreg Kroah-Hartman1-54/+0
2019-01-22USB: add missing SPDX lines to Kconfig and MakefilesGreg Kroah-Hartman32-0/+45
2019-01-22USB: storage: karma: add whitespace after declarationsBharath Vedartham1-0/+2
2019-01-18Merge tag 'usb-serial-5.0-rc3' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman9-2/+24
2019-01-18USB: serial: keyspan_usa: add proper SPDX lines for .h filesGreg Kroah-Hartman5-0/+5
2019-01-18USB: EHCI: ehci-mv: add MODULE_DEVICE_TABLELubomir Rintel1-0/+1
2019-01-18USB: Consolidate LPM checks to avoid enabling LPM twiceKai-Heng Feng3-13/+13
2019-01-18USB: Add new USB LPM helpersKai-Heng Feng5-11/+30
2019-01-18drivers: usb :fsl: Remove USB Errata checking codeRan Wang2-6/+7
2019-01-18usb: kconfig: remove dependency FSL_SOC for ehci fsl driverRan Wang1-2/+1
2019-01-18usb: ehci: fsl: Update register accessing for arm/arm64 platformsRan Wang1-21/+41
2019-01-18usb: usb251xb: add usb data lane port swap featureMarco Felsch1-2/+13
2019-01-18usb: renesas_usbhs: replace udelay() with usleep_range()Yoshihiro Shimoda2-2/+2
2019-01-18USB: host: ohci-at91: add sam9x60-sfr definition for ohciNicolas Ferre1-2/+5
2019-01-18xhci: Use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+1
2019-01-18usb: hub: add retry routine after intr URB submit errorNicolas Saenz Julienne2-6/+39
2019-01-18USB: leds: fix regression in usbport led triggerChristian Lamparter1-7/+10
2019-01-18usb: chipidea: fix static checker warning for NULL pointerPeter Chen1-1/+2
2019-01-18USB: usbip: delete README fileGreg Kroah-Hartman1-7/+0
2019-01-17USB: serial: pl2303: add new PID to support PL2303TBCharles Yeh2-0/+3
2019-01-17usb: dwc2: gadget: Fix Remote Wakeup interrupt bit clearingMinas Harutyunyan1-1/+1
2019-01-15Merge 5.0-rc2 into usb-nextGreg Kroah-Hartman8-20/+46
2019-01-14USB: serial: ftdi_sio: fix GPIO not working in autosuspendKaroly Pados1-1/+14
2019-01-14usb: gadget: Potential NULL dereference on allocation errorDan Carpenter1-1/+1
2019-01-14usb: dwc3: gadget: Fix the uninitialized link_state when udc startsZeng Tao1-0/+1
2019-01-14usb: dwc3: gadget: Clear req->needs_extra_trb flag on cleanupJack Pham1-0/+1
2019-01-14usb: dwc3: gadget: synchronize_irq dwc irq in suspendBo He1-0/+2
2019-01-13Merge tag 'usb-5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds5-6/+33
2019-01-08USB: core: urb: Use struct_size() in kmalloc()Gustavo A. R. Silva1-3/+2
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain3-14/+13
2019-01-07usb: gadget: udc: reduce indentationJulia Lawall1-9/+8
2019-01-07usb: devio: update max count of DPs per interval for ISOCChunfeng Yun1-5/+3
2019-01-07usb: host: u132-hcd: fix a couple of indentation issuesColin Ian King1-2/+4
2019-01-07usb: core: Simplify return value of usb_get_configuration()Suwan Kim1-4/+1
2019-01-07USB: Add USB_QUIRK_DELAY_CTRL_MSG quirk for Corsair K70 RGBJack Stocker1-1/+2
2019-01-07usbcore: Select only first configuration for non-UAC3 compliant devicesSaranya Gopal1-3/+6
2019-01-07USB: storage: add quirk for SMI SM3350Icenowy Zheng1-0/+12
2019-01-07USB: storage: don't insert sane sense for SPC3+ when bad sense specifiedIcenowy Zheng1-2/+6
2019-01-07usb: cdc-acm: send ZLP for Telit 3G Intel based modemsDaniele Palmas1-0/+7
2019-01-07USB: serial: simple: add Motorola Tetra TPG2200 device idMax Schulze1-1/+2
2019-01-06Merge tag 'pci-v4.21-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+0