summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-157-19/+15
|\
| * USB: cdc-acm: fix TIOCMIWAITJohan Hovold2016-11-101-2/+0
| * cdc-acm: fix uninitialized variableOliver Neukum2016-11-071-0/+2
| * drivers/usb: Skip auto handoff for TI and RENESAS usb controllersBabu Moger2016-11-071-0/+8
| * usb: musb: remove duplicated actionsKirill Esipov2016-11-071-5/+0
| * usb: musb: da8xx: Don't print phy error on -EPROBE_DEFERDavid Lechner2016-11-071-1/+2
| * usb: gadget: u_ether: remove interrupt throttlingFelipe Balbi2016-11-011-8/+0
| * usb: dwc3: st: add missing <linux/pinctrl/consumer.h> includeFelipe Balbi2016-10-311-0/+1
| * usb: dwc3: Fix error handling for core initVivek Gautam2016-10-311-3/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-3024-270/+295
|\ \ | |/
| * 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
* | | net: use core MTU range checking in misc driversJarod Wilson2016-10-202-19/+6
|/ /
* | 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
OpenPOWER on IntegriCloud