summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2016-07-08[media] vb2: replace void *alloc_ctxs by struct device *alloc_devsHans Verkuil1-1/+1
2016-07-07timers: Remove set_timer_slack() leftoversThomas Gleixner2-3/+0
2016-07-04Merge 4.7-rc6 into usb-nextGreg Kroah-Hartman5-16/+21
2016-07-04Merge 4.7-rc6 into tty-nextGreg Kroah-Hartman5-16/+21
2016-07-02Merge tag 'mfd-fixes-4.7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+2
2016-07-01Merge tag 'usb-4.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-10/+9
2016-07-01usb: dwc3: host: Fix broken XHCI hostRoger Quadros1-1/+42
2016-07-01xhci: free the correct ringArnd Bergmann1-0/+1
2016-07-01Merge tag 'usb-v4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pet...Greg Kroah-Hartman1-2/+3
2016-07-01usb: dwc3: st: Use explicit reset_control_get_exclusive() APILee Jones1-1/+2
2016-06-30Merge tag 'mfd-fixes-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds3-5/+10
2016-06-30usb: dwc3: st: Inform the reset framework that our reset line may be sharedLee Jones1-1/+2
2016-06-30usb: host: ehci-st: Inform the reset framework that our reset line may be sharedLee Jones1-2/+4
2016-06-30usb: host: ohci-st: Inform the reset framework that our reset line may be sharedLee Jones1-2/+4
2016-06-29Merge tag 'usb-for-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman53-2040/+3944
2016-06-29usb: renesas_usbhs: protect the CFIFOSEL setting in usbhsg_ep_enable()Yoshihiro Shimoda1-1/+8
2016-06-29usb: renesas_usbhs: fix NULL pointer dereference in xfer_work()Yoshihiro Shimoda1-4/+14
2016-06-29usb: gadget: f_fs: check for allocation failureDan Carpenter1-0/+2
2016-06-29USB: dwc2-usb: add USB_GADGET dependencyArnd Bergmann1-0/+1
2016-06-29usb: dwc2: add printf attribute to cat_printf()Nicolas Iooss1-1/+2
2016-06-29usb: renesas_usbhs: show error code when probe failedYoshihiro Shimoda1-1/+1
2016-06-27USB: don't free bandwidth_mutex too earlyAlan Stern1-10/+7
2016-06-26usb: renesas_usbhs: make usbhs_write32() staticBen Dooks1-1/+1
2016-06-26usb: early/ehci-dbgp: make it explicitly non-modularPaul Gortmaker1-2/+2
2016-06-26xhci: get rid of platform dataHeikki Krogerus1-4/+1
2016-06-26usb: dwc3: host: use build-in property instead of platform dataHeikki Krogerus1-9/+9
2016-06-26xhci: plat: adapt to unified device property interfaceHeikki Krogerus1-3/+2
2016-06-26xhci: rename and simplify last_trb_on_last_seg() helperMathias Nyman1-40/+25
2016-06-26xhci: remove enqueue_is_link() helperMathias Nyman1-7/+1
2016-06-26xhci: rework inc_deq() and fix off by one error.Mathias Nyman1-36/+32
2016-06-26xhci: use and add separate function for checking for link trbsMathias Nyman1-11/+13
2016-06-26xhci: clean up event ring checks from inc_enq()Mathias Nyman1-36/+28
2016-06-26xhci: TD-fragment, align the unsplittable case with a bounce bufferMathias Nyman4-40/+155
2016-06-26xhci: align the last trb before link if it is easily splittable.Mathias Nyman1-0/+27
2016-06-26xhci: don't rely on precalculated value of needed trbs in the enqueue loopMathias Nyman1-46/+29
2016-06-26xhci: use boolean to indicate last trb in td remainder calculationMathias Nyman1-7/+6
2016-06-26xhci: properly prepare zero packet TD after normal bulk TD.Mathias Nyman1-23/+15
2016-06-26xhci: rename ep_ring variable in queue_bulk_tx(), no functional changeMathias Nyman1-11/+10
2016-06-25tty: vt, convert more macros to functionsJiri Slaby1-2/+2
2016-06-25tty: vt, remove consw->con_bmoveJiri Slaby1-35/+0
2016-06-25tty: vt, consw->con_set_palette cleanupJiri Slaby1-7/+4
2016-06-25tty: vt, consw->con_scrolldelta cleanupJiri Slaby1-8/+3
2016-06-25sisusb: remove dummy variablesJiri Slaby3-34/+24
2016-06-25Merge tag 'usb-ci-v4.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman1-0/+2
2016-06-22usb: renesas_usbhs: make usbhs_write32() staticBen Dooks1-1/+1
2016-06-21usb: gadget: pch_udc: reorder spin_[un]lock to avoid deadlockIago Abal1-8/+8
2016-06-21usb: Use (foo *) instead of (foo*).Sandhya Bankar1-1/+1
2016-06-21dwc3: gadget: Implement the suspend entry event handlerBaolin Wang1-1/+25
2016-06-21usb: phy: move msm_hsusb.h into driverArnd Bergmann1-1/+177
2016-06-21usb: gadget: f_fs: buffer data from ‘oversized’ OUT requestsMichal Nazarewicz1-21/+109