summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-02-20usb: musb: fix enumeration after resumeAndreas Kemnade1-1/+2
2018-02-16Merge tag 'fixes-for-v4.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman15-83/+135
2018-02-16usb: cdc_acm: prevent race at write to acm while system resumesDominik Bozek1-3/+6
2018-02-15Add delay-init quirk for Corsair K70 RGB keyboardsJack Stocker1-0/+3
2018-02-15usb: ohci: Proper handling of ed_rm_list to handle race condition between usb...AMAN DEEP1-7/+10
2018-02-15usb: host: ehci: always enable interrupt for qtd completion at test modePeter Chen1-8/+4
2018-02-15usb: ldusb: add PIDs for new CASSY devices supported by this driverKarsten Koop3-0/+12
2018-02-15usb: renesas_usbhs: missed the "running" flag in usb_dmac with rx pathYoshihiro Shimoda1-0/+5
2018-02-15usb: host: ehci: use correct device pointer for dma opsPeter Chen1-2/+2
2018-02-15usbip: keep usbip_device sockfd state in sync with tcp_socketShuah Khan2-0/+5
2018-02-15ohci-hcd: Fix race condition caused by ohci_urb_enqueue() and io_watchdog_func()Shigeru Yoshida2-4/+10
2018-02-15USB: serial: option: Add support for Quectel EP06Kristian Evensen1-0/+7
2018-02-15xhci: fix xhci debugfs errors in xhci_stopZhengjun Xing1-2/+1
2018-02-15xhci: xhci debugfs device nodes weren't removed after device plugged outZhengjun Xing1-4/+2
2018-02-15xhci: Fix xhci debugfs devices node disappearance after hibernationZhengjun Xing1-0/+1
2018-02-15xhci: Fix NULL pointer in xhci debugfsZhengjun Xing1-2/+2
2018-02-15xhci: Don't print a warning when setting link state for disabled portsMathias Nyman1-9/+9
2018-02-15xhci: workaround for AMD Promontory disabled ports wakeupJoe Lee5-1/+133
2018-02-15usb: dwc3: core: Fix ULPI PHYs and prevent phy_get/ulpi_init during suspend/r...Roger Quadros2-11/+41
2018-02-15USB: gadget: udc: Add missing platform_device_put() on error in bdc_pci_probe()Wei Yongjun1-0/+1
2018-02-12usb: dwc2: Fix dwc2_hsotg_core_init_disconnected()Vardan Mikayelyan1-6/+6
2018-02-12usb: dwc2: Add safety check for STSPHSERCVD intrMinas Harutyunyan1-3/+7
2018-02-12usb: dwc2: Add safety check in setting of descriptor chain pointersMinas Harutyunyan1-1/+3
2018-02-12usb: gadget: fsl_udc_core: fix ep valid checksStefan Agner1-2/+2
2018-02-12usb: renesas_usbhs: missed the "running" flag in usb_dmac with rx pathYoshihiro Shimoda1-0/+5
2018-02-12usb: gadget: udc: Remove USB_GADGET_DUALSPEED selectUlf Magnusson1-1/+0
2018-02-12usb: dwc3: Fix GDBGFIFOSPACE_TYPE valuesThinh Nguyen1-7/+9
2018-02-12usb: gadget: core: Fix use-after-free of usb_requestManu Gautam1-1/+1
2018-02-12usb: dwc3: omap: don't miss events during suspend/resumeRoger Quadros1-0/+16
2018-02-12usb: gadget: f_fs: Use config_ep_by_speed()Jack Pham1-31/+7
2018-02-12usb: gadget: f_fs: Process all descriptors during bindJack Pham1-4/+2
2018-02-12usb: phy: mxs: Fix NULL pointer dereference on i.MX23/28Fabio Estevam1-0/+3
2018-02-12usb: dwc3: core: Power-off core/PHYs on system_suspend in host modeManu Gautam1-14/+22
2018-02-12usb: dwc3: Undo PHY init if soft reset failsBrian Norris1-0/+3
2018-02-12usb: gadget: f_uac2: fix bFirstInterface in composite gadgetJohn Keeping1-0/+2
2018-02-12usb: dwc3: ep0: Reset TRB counter for ep0 INThinh Nguyen1-1/+6
2018-02-12usb: dwc3: gadget: Set maxpacket size for ep0 INThinh Nguyen1-0/+2
2018-02-12usb: gadget: udc: renesas_usb3: fix oops in renesas_usb3_remove()Yoshihiro Shimoda1-1/+1
2018-02-12usb: dwc3: of-simple: fix oops by unbalanced clk disable callEnric Balletbo i Serra1-0/+1
2018-02-12Linux 4.16-rc1v4.16-rc1Linus Torvalds1-2/+2
2018-02-12unify {de,}mangle_poll(), get rid of kernel-side POLL...Al Viro8-142/+47
2018-02-12vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds297-913/+913
2018-02-12Merge branch 'work.poll2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds8-40/+47
2018-02-12Merge tag 'xtensa-20180211' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds1-0/+2
2018-02-12Merge tag 'nios2-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-10/+8
2018-02-11xtensa: fix build with KASANMax Filippov1-0/+2
2018-02-11nios2: defconfig: Cleanup from old Kconfig optionsKrzysztof Kozlowski2-2/+0
2018-02-11nios2: dts: Remove leading 0x and 0s from bindings notationMathieu Malaterre1-8/+8
2018-02-11Merge tag 'pci-v4.16-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+3
2018-02-11Merge tag 'for-linus-20180210' of git://git.kernel.dk/linux-blockLinus Torvalds12-63/+212