summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-045-75/+7
|\
| * tty: replace ->proc_fops with ->proc_showChristoph Hellwig2018-05-161-14/+1
| * proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-164-61/+6
* | usbip: usbip_host: fix bad unlock balance during stub_probe()Shuah Khan (Samsung OSG)2018-05-161-1/+2
* | usbip: usbip_host: fix NULL-ptr deref and use-after-free errorsShuah Khan (Samsung OSG)2018-05-153-15/+60
* | usbip: usbip_host: run rebind from exit when module is removedShuah Khan (Samsung OSG)2018-05-152-14/+52
* | usbip: usbip_host: delete device from busid_table after rebindShuah Khan (Samsung OSG)2018-05-151-0/+6
* | usbip: usbip_host: refine probe and disconnect debug msgs to be usefulShuah Khan2018-05-151-2/+2
* | usb: musb: fix remote wakeup racing with suspendDaniel Glöckner2018-05-143-13/+24
* | xhci: Fix USB3 NULL pointer dereference at logical disconnect.Mathias Nyman2018-05-141-1/+1
|/
* Merge tag 'usb-serial-4.17-rc4' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2018-05-042-34/+40
|\
| * USB: serial: visor: handle potential invalid device configurationGreg Kroah-Hartman2018-05-021-34/+35
| * USB: serial: option: adding support for ublox R410MSZ Lin (林上智)2018-05-021-0/+5
* | Revert "usb: host: ehci: Use dma_pool_zalloc()"Greg Kroah-Hartman2018-05-042-3/+6
* | usb: typec: tps6598x: handle block reads separately with plain-I2C adaptersHeikki Krogerus2018-05-031-8/+39
* | usb: typec: tcpm: Release the role mux when exitingHeikki Krogerus2018-05-031-0/+1
* | USB: Accept bulk endpoints with 1024-byte maxpacketAlan Stern2018-05-031-1/+3
* | xhci: Fix use-after-free in xhci_free_virt_deviceMathias Nyman2018-05-031-0/+1
* | usb: musb: trace: fix NULL pointer dereference in musb_g_tx()Bin Liu2018-04-301-1/+2
* | usb: musb: host: fix potential NULL pointer dereferenceBin Liu2018-04-301-1/+3
* | Merge tag 'fixes-for-v4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2018-04-306-9/+37
|\ \ | |/ |/|
| * usb: dwc3: gadget: Fix list_del corruption in dwc3_ep_dequeueMayank Rana2018-04-251-1/+1
| * usb: dwc3: gadget: dwc3_gadget_del_and_unmap_request() can be staticWei Yongjun2018-04-251-1/+1
| * usb: dwc2: pci: Fix error return code in dwc2_pci_probe()Wei Yongjun2018-04-251-1/+3
| * usb: dwc2: WA for Full speed ISOC IN in DDMA mode.Artur Petrosyan2018-04-252-0/+23
| * usb: dwc2: dwc2_vbus_supply_init: fix error checkTomeu Vizoso2018-04-251-5/+8
| * usb: gadget: f_phonet: fix pn_net_xmit()'s return typeLuc Van Oostenryck2018-04-251-1/+1
* | Merge tag 'usb-serial-4.17-rc3' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2018-04-264-1/+11
|\ \
| * | USB: serial: ftdi_sio: use jtag quirk for Arrow USB BlasterVasyl Vavrychuk2018-04-161-1/+2
| * | USB: serial: cp210x: add ID for NI USB serial consoleKyle Roeschley2018-04-161-0/+1
| * | USB: serial: simple: add libtransistor consoleCollin May2018-04-162-0/+8
| |/
* | USB: musb: dsps: drop duplicate phy initialisationJohan Hovold2018-04-231-2/+0
* | USB: musb: host: prevent core phy initialisationJohan Hovold2018-04-231-0/+1
* | usb: core: phy: add the SPDX-License-Identifier and include guardMartin Blumenstingl2018-04-231-0/+12
* | xhci: Fix Kernel oops in xhci dbgttyZhengjun Xing2018-04-221-3/+5
* | usb: select USB_COMMON for usb role switch configArnd Bergmann2018-04-221-0/+1
* | usb: core: phy: add missing forward declaration for "struct device"Martin Blumenstingl2018-04-221-0/+1
* | usb: core: phy: make it a no-op if CONFIG_GENERIC_PHY is disabledMartin Blumenstingl2018-04-221-0/+3
* | usb: core: use phy_exit during suspend if wake up is not supportedMartin Blumenstingl2018-04-223-3/+45
* | usb: core: split usb_phy_roothub_{init,alloc}Martin Blumenstingl2018-04-223-30/+37
* | usb: core: phy: fix return value of usb_phy_roothub_exit()Martin Blumenstingl2018-04-221-1/+1
* | usb: typec: ucsi: Increase command completion timeout valueHeikki Krogerus2018-04-221-1/+1
* | Revert "xhci: plat: Register shutdown for xhci_plat"Greg Kroah-Hartman2018-04-221-1/+0
* | usb: core: Add quirk for HP v222w 16GB MiniKamil Lulko2018-04-221-0/+3
* | usb: typec: ucsi: fix tracepoint related build errorTobias Regnery2018-04-221-1/+1
* | usbip: usbip_event: fix to not print kernel pointer addressShuah Khan2018-04-221-4/+0
* | usbip: usbip_host: fix to hold parent lock for device_attach() callsShuah Khan2018-04-221-0/+5
* | usbip: vhci_hcd: Fix usb device and sockfd leaksShuah Khan2018-04-221-1/+1
* | usbip: vhci_hcd: check rhport before using in vhci_hub_control()Shuah Khan2018-04-221-0/+13
* | USB: Increment wakeup count on remote wakeup.Ravi Chandra Sadineni2018-04-222-1/+10
OpenPOWER on IntegriCloud