aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller13-73/+227
2016-11-18Merge tag 'usb-serial-4.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linusGreg Kroah-Hartman3-0/+9
2016-11-18Merge tag 'fixes-for-v4.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linusGreg Kroah-Hartman1-4/+4
2016-11-18usb: gadget: f_fs: fix wrong parenthesis in ffs_func_req_match()Felix Hädicke1-4/+4
2016-11-17usb: musb: Drop pointless PM runtime code for dsps glueTony Lindgren1-20/+2
2016-11-17usb: musb: Add missing pm_runtime_disable and drop 2430 PM timeoutTony Lindgren1-6/+4
2016-11-17usb: musb: Fix PM for hub disconnectTony Lindgren4-18/+27
2016-11-17usb: musb: Fix sleeping function called from invalid context for hdrc glueTony Lindgren4-18/+167
2016-11-17usb: musb: Fix broken use of static variable for multiple instancesTony Lindgren2-4/+7
2016-11-16USB: serial: cp210x: add ID for the Zone DPMXPaul Jakma1-0/+1
2016-11-15usb: chipidea: move the lock initialization to core filePeter Chen2-2/+1
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-19/+15
2016-11-15Fix USB CB/CBI storage devices with CONFIG_VMAP_STACK=yPetr Vandrovec1-1/+6
2016-11-10USB: cdc-acm: fix TIOCMIWAITJohan Hovold1-2/+0
2016-11-07USB: serial: ftdi_sio: add support for TI CC3200 LaunchPadDoug Brown2-0/+8
2016-11-07cdc-acm: fix uninitialized variableOliver Neukum1-0/+2
2016-11-07drivers/usb: Skip auto handoff for TI and RENESAS usb controllersBabu Moger1-0/+8
2016-11-07usb: musb: remove duplicated actionsKirill Esipov1-5/+0
2016-11-07usb: musb: da8xx: Don't print phy error on -EPROBE_DEFERDavid Lechner1-1/+2
2016-11-01usb: gadget: u_ether: remove interrupt throttlingFelipe Balbi1-8/+0
2016-10-31usb: dwc3: st: add missing <linux/pinctrl/consumer.h> includeFelipe Balbi1-0/+1
2016-10-31usb: dwc3: Fix error handling for core initVivek Gautam1-3/+2
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller24-270/+295
2016-10-25usb: chipidea: host: fix NULL ptr dereference during shutdownStefan Wahren1-0/+2
2016-10-24usb: renesas_usbhs: add wait after initialization for R-Car Gen3Yoshihiro Shimoda1-2/+6
2016-10-24usb: increase ohci watchdog delay to 275 msecBryan Paluch1-1/+1
2016-10-24usb: musb: Call pm_runtime from musb_gadget_queueTony Lindgren1-0/+4
2016-10-24usb: musb: Fix hardirq-safe hardirq-unsafe lock order errorTony Lindgren1-5/+2
2016-10-24usb: ehci-platform: increase EHCI_MAX_RSTS to 4Masahiro Yamada1-1/+1
2016-10-24usb: ohci-at91: Set RemoteWakeupConnected bit explicitly.Wenyou Yang1-3/+6
2016-10-22Merge tag 'usb-serial-4.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linusGreg Kroah-Hartman4-5/+10
2016-10-21USB: serial: fix potential NULL-dereference at probeJohan Hovold1-1/+2
2016-10-20net: use core MTU range checking in misc driversJarod Wilson2-19/+6
2016-10-20xhci: use default USB_RESUME_TIMEOUT when resuming ports.Mathias Nyman1-2/+2
2016-10-20xhci: workaround for hosts missing CAS bitMathias Nyman3-0/+46
2016-10-20xhci: add restart quirk for Intel Wildcatpoint PCHMathias Nyman1-1/+3
2016-10-20USB: serial: cp210x: fix tiocmget error handlingJohan Hovold1-1/+3
2016-10-19wusb: fix error return code in wusb_prf()Wei Yongjun1-1/+3
2016-10-19Merge tag 'fixes-for-v4.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linusGreg Kroah-Hartman7-38/+173
2016-10-18Revert "usb: dwc2: gadget: fix TX FIFO size and address initialization"John Youn2-8/+46
2016-10-18Revert "usb: dwc2: gadget: change variable name to more meaningful"John Youn1-4/+4
2016-10-17USB: serial: ftdi_sio: add support for Infineon TriBoard TC2X7Stefan Tauner2-3/+5
2016-10-17wusb: Stop using the stack for sg crypto scratch spaceAndy Lutomirski1-22/+37
2016-10-17usb: dwc3: Fix size used in dma_free_coherent()Christophe JAILLET1-2/+2
2016-10-17usb: gadget: f_fs: stop sleeping in ffs_func_eps_disableMichal Nazarewicz1-16/+93
2016-10-17usb: gadget: f_fs: edit epfile->ep under lockMichal Nazarewicz1-3/+3
2016-10-17usb: dwc2: Add msleep for host-onlyHeiko Stuebner1-1/+10
2016-10-17usb: dwc3: gadget: never pre-start Isochronous endpointsFelipe Balbi1-3/+11
2016-10-17usb: dwc3: gadget: properly account queued requestsFelipe Balbi1-3/+5
2016-10-17usb: gadget: function: u_ether: don't starve tx request queueFelipe Balbi1-2/+3