summaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)Author
2016-06-29usb: dwc2: add printf attribute to cat_printf()Nicolas Iooss
2016-06-29usb: renesas_usbhs: show error code when probe failedYoshihiro Shimoda
2016-06-27USB: don't free bandwidth_mutex too earlyAlan Stern
2016-06-26usb: renesas_usbhs: make usbhs_write32() staticBen Dooks
2016-06-26usb: early/ehci-dbgp: make it explicitly non-modularPaul Gortmaker
2016-06-26xhci: get rid of platform dataHeikki Krogerus
2016-06-26usb: dwc3: host: use build-in property instead of platform dataHeikki Krogerus
2016-06-26xhci: plat: adapt to unified device property interfaceHeikki Krogerus
2016-06-26xhci: rename and simplify last_trb_on_last_seg() helperMathias Nyman
2016-06-26xhci: remove enqueue_is_link() helperMathias Nyman
2016-06-26xhci: rework inc_deq() and fix off by one error.Mathias Nyman
2016-06-26xhci: use and add separate function for checking for link trbsMathias Nyman
2016-06-26xhci: clean up event ring checks from inc_enq()Mathias Nyman
2016-06-26xhci: TD-fragment, align the unsplittable case with a bounce bufferMathias Nyman
2016-06-26xhci: align the last trb before link if it is easily splittable.Mathias Nyman
2016-06-26xhci: don't rely on precalculated value of needed trbs in the enqueue loopMathias Nyman
2016-06-26xhci: use boolean to indicate last trb in td remainder calculationMathias Nyman
2016-06-26xhci: properly prepare zero packet TD after normal bulk TD.Mathias Nyman
2016-06-26xhci: rename ep_ring variable in queue_bulk_tx(), no functional changeMathias Nyman
2016-06-25tty: vt, convert more macros to functionsJiri Slaby
2016-06-25tty: vt, remove consw->con_bmoveJiri Slaby
2016-06-25tty: vt, consw->con_set_palette cleanupJiri Slaby
2016-06-25tty: vt, consw->con_scrolldelta cleanupJiri Slaby
2016-06-25sisusb: remove dummy variablesJiri Slaby
2016-06-24Merge tag 'usb-ci-v4.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman
2016-06-22usb: renesas_usbhs: make usbhs_write32() staticBen Dooks
2016-06-21usb: gadget: pch_udc: reorder spin_[un]lock to avoid deadlockIago Abal
2016-06-21usb: Use (foo *) instead of (foo*).Sandhya Bankar
2016-06-21dwc3: gadget: Implement the suspend entry event handlerBaolin Wang
2016-06-21usb: phy: move msm_hsusb.h into driverArnd Bergmann
2016-06-21usb: gadget: f_fs: buffer data from ‘oversized’ OUT requestsMichal Nazarewicz
2016-06-21usb: gadget: f_fs: printk error when excess data is dropped on readMichal Nazarewicz
2016-06-21usb: phy: omap-otg: Space required after that ','.Sandhya Bankar
2016-06-21usb: gadget: bdc: fix spelling mistake: "allocted" -> "allocated"Colin Ian King
2016-06-21usb: gadget: mv_u3d: fix unused-but-set-variable warningsMichal Nazarewicz
2016-06-21usb: gadget: r8a66597: fix unused-but-set-variable warningsMichal Nazarewicz
2016-06-21usb: gadget: m66592: fix unused-but-set-variable warningsMichal Nazarewicz
2016-06-21usb: gadget: fix unused-but-set-variale warningsMichal Nazarewicz
2016-06-21usb: dwc3: core: cleanup IRQ resourcesRoger Quadros
2016-06-21USB: Fix of_usb_get_dr_mode_by_phy with a shared phy blockHans de Goede
2016-06-21usb: gadget: udc: atmel: Also get regmap for at91sam9x5-pmcAlexandre Belloni
2016-06-21usb: dwc2: gadget: Final fixes for BDMA ISOCVardan Mikayelyan
2016-06-21usb: dwc2: gadget: Add EP disabled interrupt handlerVardan Mikayelyan
2016-06-21usb: dwc2: gadget: Add Incomplete ISO IN/OUT Interrupt handlersVardan Mikayelyan
2016-06-21usb: dwc2: gadget: Add OUTTKNEPDIS and NAKINTRPT handlersVardan Mikayelyan
2016-06-21usb: dwc2: gadget: Add dwc2_gadget_start_next_request functionVardan Mikayelyan
2016-06-21usb: dwc2: gadget: Add dwc2_gadget_read_ep_interrupts functionVardan Mikayelyan
2016-06-21usb: dwc2: gadget: Corrected interval calculationVardan Mikayelyan
2016-06-21usb: dwc2: gadget: Add dwc2_gadget_incr_frame_num()Vardan Mikayelyan
2016-06-21usb: dwc2: gadget: Fix transfer stop programming for out endpointVardan Mikayelyan