summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* usb: chipidea: host: fix NULL ptr dereference during shutdownStefan Wahren2016-10-251-0/+2
* usb: renesas_usbhs: add wait after initialization for R-Car Gen3Yoshihiro Shimoda2016-10-241-2/+6
* usb: increase ohci watchdog delay to 275 msecBryan Paluch2016-10-241-1/+1
* usb: musb: Call pm_runtime from musb_gadget_queueTony Lindgren2016-10-241-0/+4
* usb: musb: Fix hardirq-safe hardirq-unsafe lock order errorTony Lindgren2016-10-241-5/+2
* usb: ehci-platform: increase EHCI_MAX_RSTS to 4Masahiro Yamada2016-10-241-1/+1
* usb: ohci-at91: Set RemoteWakeupConnected bit explicitly.Wenyou Yang2016-10-241-3/+6
* Merge tag 'usb-serial-4.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2016-10-224-5/+10
|\
| * USB: serial: fix potential NULL-dereference at probeJohan Hovold2016-10-211-1/+2
| * USB: serial: cp210x: fix tiocmget error handlingJohan Hovold2016-10-201-1/+3
| * USB: serial: ftdi_sio: add support for Infineon TriBoard TC2X7Stefan Tauner2016-10-172-3/+5
* | xhci: use default USB_RESUME_TIMEOUT when resuming ports.Mathias Nyman2016-10-201-2/+2
* | xhci: workaround for hosts missing CAS bitMathias Nyman2016-10-203-0/+46
* | xhci: add restart quirk for Intel Wildcatpoint PCHMathias Nyman2016-10-201-1/+3
* | wusb: fix error return code in wusb_prf()Wei Yongjun2016-10-191-1/+3
* | Merge tag 'fixes-for-v4.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2016-10-197-38/+173
|\ \
| * | Revert "usb: dwc2: gadget: fix TX FIFO size and address initialization"John Youn2016-10-182-8/+46
| * | Revert "usb: dwc2: gadget: change variable name to more meaningful"John Youn2016-10-181-4/+4
| * | usb: dwc3: Fix size used in dma_free_coherent()Christophe JAILLET2016-10-171-2/+2
| * | usb: gadget: f_fs: stop sleeping in ffs_func_eps_disableMichal Nazarewicz2016-10-171-16/+93
| * | usb: gadget: f_fs: edit epfile->ep under lockMichal Nazarewicz2016-10-171-3/+3
| * | usb: dwc2: Add msleep for host-onlyHeiko Stuebner2016-10-171-1/+10
| * | usb: dwc3: gadget: never pre-start Isochronous endpointsFelipe Balbi2016-10-171-3/+11
| * | usb: dwc3: gadget: properly account queued requestsFelipe Balbi2016-10-171-3/+5
| * | usb: gadget: function: u_ether: don't starve tx request queueFelipe Balbi2016-10-171-2/+3
| * | usb: gadget: udc: atmel: fix endpoint nameAlexandre Belloni2016-10-171-1/+1
| |/
* | wusb: Stop using the stack for sg crypto scratch spaceAndy Lutomirski2016-10-171-22/+37
|/
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-10-152-190/+0
|\
| * USB: host: ehci-sead3: Remove SEAD-3 EHCI codePaul Burton2016-10-052-190/+0
* | treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada2016-10-113-3/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-103-14/+14
|\ \
| * \ Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-103-13/+20
| |\ \ | | |/
| * | fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-273-14/+14
* | | Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds2016-10-071-0/+34
|\ \ \
| * \ \ Merge tag 'amlogic-drivers-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann2016-09-191-0/+34
| |\ \ \
| | * | | usb: dwc2: add support for Meson8b and GXBB SoCsJerome Brunet2016-09-141-0/+34
* | | | | Revert "usbtmc: convert to devm_kzalloc"Greg Kroah-Hartman2016-09-281-1/+2
* | | | | USB: serial: cp210x: Add ID for a Juniper consoleKyle Jones2016-09-271-0/+1
* | | | | usb: Kconfig: using select for USB_COMMON dependencyPeter Chen2016-09-272-3/+5
* | | | | usb: hub: change CLEAR_FEATURE to SET_FEATUREYonglong Wu2016-09-271-1/+1
* | | | | usb: core: Introduce a USB port LED triggerRafał Miłecki2016-09-273-0/+324
* | | | | USB: bcma: drop Northstar PHY 2.0 initialization codeRafał Miłecki2016-09-271-55/+25
* | | | | usb: core: hcd: add missing header dependenciesBaoyou Xie2016-09-271-0/+1
* | | | | usb: musb: da8xx: fix error handling message in probeArnd Bergmann2016-09-231-7/+7
* | | | | usb: musb: Fix session based PM for first invalid VBUSTony Lindgren2016-09-232-5/+9
* | | | | usb: musb: Fix PM runtime for disconnect after unconfigureTony Lindgren2016-09-231-0/+3
* | | | | musb: Export musb_root_disconnect for use in modulesHans de Goede2016-09-221-0/+1
* | | | | usb: misc: legousbtower: Fix NULL pointer deferenceGreg Kroah-Hartman2016-09-211-18/+17
* | | | | cdc-acm: hardening against malicious devicesOliver Neukum2016-09-211-0/+5
* | | | | Revert "usb: gadget: NCM: Protect dev->port_usb using dev->lock"Greg Kroah-Hartman2016-09-191-5/+2
OpenPOWER on IntegriCloud