summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* treewide: simplify Kconfig dependencies for removed archsArnd Bergmann2018-03-261-1/+1
* Merge tag 'usb-4.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-02-2236-133/+344
|\
| * Revert "usb: musb: host: don't start next rx urb if current one failed"Bin Liu2018-02-201-7/+1
| * usb: musb: fix enumeration after resumeAndreas Kemnade2018-02-201-1/+2
| * Merge tag 'fixes-for-v4.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2018-02-1615-83/+135
| |\
| | * usb: dwc3: core: Fix ULPI PHYs and prevent phy_get/ulpi_init during suspend/r...Roger Quadros2018-02-152-11/+41
| | * USB: gadget: udc: Add missing platform_device_put() on error in bdc_pci_probe()Wei Yongjun2018-02-151-0/+1
| | * usb: dwc2: Fix dwc2_hsotg_core_init_disconnected()Vardan Mikayelyan2018-02-121-6/+6
| | * usb: dwc2: Add safety check for STSPHSERCVD intrMinas Harutyunyan2018-02-121-3/+7
| | * usb: dwc2: Add safety check in setting of descriptor chain pointersMinas Harutyunyan2018-02-121-1/+3
| | * usb: gadget: fsl_udc_core: fix ep valid checksStefan Agner2018-02-121-2/+2
| | * usb: renesas_usbhs: missed the "running" flag in usb_dmac with rx pathYoshihiro Shimoda2018-02-121-0/+5
| | * usb: gadget: udc: Remove USB_GADGET_DUALSPEED selectUlf Magnusson2018-02-121-1/+0
| | * usb: dwc3: Fix GDBGFIFOSPACE_TYPE valuesThinh Nguyen2018-02-121-7/+9
| | * usb: gadget: core: Fix use-after-free of usb_requestManu Gautam2018-02-121-1/+1
| | * usb: dwc3: omap: don't miss events during suspend/resumeRoger Quadros2018-02-121-0/+16
| | * usb: gadget: f_fs: Use config_ep_by_speed()Jack Pham2018-02-121-31/+7
| | * usb: gadget: f_fs: Process all descriptors during bindJack Pham2018-02-121-4/+2
| | * usb: phy: mxs: Fix NULL pointer dereference on i.MX23/28Fabio Estevam2018-02-121-0/+3
| | * usb: dwc3: core: Power-off core/PHYs on system_suspend in host modeManu Gautam2018-02-121-14/+22
| | * usb: dwc3: Undo PHY init if soft reset failsBrian Norris2018-02-121-0/+3
| | * usb: gadget: f_uac2: fix bFirstInterface in composite gadgetJohn Keeping2018-02-121-0/+2
| | * usb: dwc3: ep0: Reset TRB counter for ep0 INThinh Nguyen2018-02-121-1/+6
| | * usb: dwc3: gadget: Set maxpacket size for ep0 INThinh Nguyen2018-02-121-0/+2
| | * usb: gadget: udc: renesas_usb3: fix oops in renesas_usb3_remove()Yoshihiro Shimoda2018-02-121-1/+1
| | * usb: dwc3: of-simple: fix oops by unbalanced clk disable callEnric Balletbo i Serra2018-02-121-0/+1
| * | usb: cdc_acm: prevent race at write to acm while system resumesDominik Bozek2018-02-161-3/+6
| * | Add delay-init quirk for Corsair K70 RGB keyboardsJack Stocker2018-02-151-0/+3
| * | usb: ohci: Proper handling of ed_rm_list to handle race condition between usb...AMAN DEEP2018-02-151-7/+10
| * | usb: host: ehci: always enable interrupt for qtd completion at test modePeter Chen2018-02-151-8/+4
| * | usb: ldusb: add PIDs for new CASSY devices supported by this driverKarsten Koop2018-02-151-0/+6
| * | usb: renesas_usbhs: missed the "running" flag in usb_dmac with rx pathYoshihiro Shimoda2018-02-151-0/+5
| * | usb: host: ehci: use correct device pointer for dma opsPeter Chen2018-02-151-2/+2
| * | usbip: keep usbip_device sockfd state in sync with tcp_socketShuah Khan2018-02-152-0/+5
| * | ohci-hcd: Fix race condition caused by ohci_urb_enqueue() and io_watchdog_func()Shigeru Yoshida2018-02-152-4/+10
| * | USB: serial: option: Add support for Quectel EP06Kristian Evensen2018-02-151-0/+7
| * | xhci: fix xhci debugfs errors in xhci_stopZhengjun Xing2018-02-151-2/+1
| * | xhci: xhci debugfs device nodes weren't removed after device plugged outZhengjun Xing2018-02-151-4/+2
| * | xhci: Fix xhci debugfs devices node disappearance after hibernationZhengjun Xing2018-02-151-0/+1
| * | xhci: Fix NULL pointer in xhci debugfsZhengjun Xing2018-02-151-2/+2
| * | xhci: Don't print a warning when setting link state for disabled portsMathias Nyman2018-02-151-9/+9
| * | xhci: workaround for AMD Promontory disabled ports wakeupJoe Lee2018-02-155-1/+133
| |/
* | sparc,leon: Select USB_UHCI_BIG_ENDIAN_{MMIO,DESC}James Hogan2018-02-151-2/+0
* | usb: Move USB_UHCI_BIG_ENDIAN_* out of USB_SUPPORTJames Hogan2018-02-152-8/+8
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-1113-34/+34
* pinctrl: files should directly include apis they useStephen Rothwell2018-02-051-0/+1
* Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-011-78/+0
|\
| * USB: serial: keyspan: Drop firmware Kconfig optionsBenjamin Gilbert2018-01-251-78/+0
| * treewide: Use DEVICE_ATTR_RWJoe Perches2018-01-091-1/+1
* | Merge tag 'usb-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-02-01128-1354/+3453
|\ \
OpenPOWER on IntegriCloud