summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2016-03-04usb: udc: lpc32xx: remove USB PLL and USB OTG clock managementVladimir Zapolskiy
2016-03-04usb: udc: lpc32xx: remove direct access to clock controller registersVladimir Zapolskiy
2016-03-04usb: udc: lpc32xx: switch to clock prepare/unprepare modelVladimir Zapolskiy
2016-03-04usb: renesas_usbhs: gadget: fix giveback status code in usbhsg_pipe_disable()Yoshihiro Shimoda
2016-03-04usb: gadget: renesas_usb3: Use ARCH_RENESASSimon Horman
2016-03-04usb: dwc2: Fix issues in dwc2_complete_non_isoc_xfer_ddma()John Youn
2016-03-04usb: dwc2: Add support for Lantiq ARX and XRX SoCsAntti Seppälä
2016-03-04usb: phy: generic: Handle late registration of gadgetMaarten ter Huurne
2016-03-04usb: gadget: bdc_udc: fix race condition in bdc_udc_exit()Alexey Khoroshilov
2016-03-04usb: musb: core: added missing const qualifier to musb_hdrc_platform_data::co...Petr Kulhavy
2016-03-04usb: dwc2: Move host-specific core functions into hcd.cJohn Youn
2016-03-04usb: dwc2: Move register save and restore functionsJohn Youn
2016-03-04usb: dwc2: Use kmem_cache_free()Amitoj Kaur Chawla
2016-03-04usb: dwc2: host: If using uframe scheduler, end splits betterDouglas Anderson
2016-03-04usb: dwc2: host: Totally redo the microframe schedulerDouglas Anderson
2016-03-04usb: dwc2: host: Properly set even/odd frameDouglas Anderson
2016-03-04usb: dwc2: host: Add dwc2_hcd_get_future_frame_number() callDouglas Anderson
2016-03-04usb: dwc2: host: Manage frame nums better in schedulerDouglas Anderson
2016-03-04usb: dwc2: host: Add scheduler logging for missed SOFsDouglas Anderson
2016-03-04usb: dwc2: host: Split code out to make dwc2_do_reserve()Douglas Anderson
2016-03-04usb: dwc2: host: Reorder things in hcd_queue.cDouglas Anderson
2016-03-04usb: dwc2: host: Rename some fields in struct dwc2_qhDouglas Anderson
2016-03-04usb: dwc2: host: Use periodic interrupt even with DMADouglas Anderson
2016-03-04usb: dwc2: host: There's not really a TT for the root hubDouglas Anderson
2016-03-04usb: dwc2: host: Properly set the HFIRDouglas Anderson
2016-03-04usb: dwc2: host: Giveback URB in tasklet contextDouglas Anderson
2016-03-04usb: dwc2: host: Add a delay before releasing periodic bandwidthDouglas Anderson
2016-03-04usb: dwc2: host: Add scheduler tracingDouglas Anderson
2016-03-04usb: dwc2: host: fix split transfer schedule sequenceDouglas Anderson
2016-03-04usb: dwc2: host: Always add to the tail of queuesDouglas Anderson
2016-03-04usb: dwc2: host: Avoid use of chan->qh after qh freedDouglas Anderson
2016-03-04usb: dwc2: host: Set host_rx_fifo_size to 525 for rk3066Douglas Anderson
2016-03-04usb: dwc2: host: Get aligned DMA in a more supported wayDouglas Anderson
2016-03-04usb: dwc2: rockchip: Make the max_transfer_size automaticDouglas Anderson
2016-03-04usb: dwc3: Validate the maximum_speed parameterJohn Youn
2016-03-04usb: musb: sunxi: support module autoloadingEmilio López
2016-03-04usb: chipidea: otg: add A idle to B disconnect timerLi Jun
2016-03-04usb: chipidea: otg: enable HNP polling support for gadget and hostLi Jun
2016-03-04usb: chipidea: otg: set host_request_flag for gadgetLi Jun
2016-03-04usb: gadget: composite: handle otg status selector request from OTG hostLi Jun
2016-03-04usb: chipidea: udc: bypass otg status selector handling to gadget driverLi Jun
2016-03-04usb: common: otg-fsm: add HNP polling supportLi Jun
2016-03-04usb: gadget: provide interface for legacy gadgets to get UDC nameMarek Szyprowski
2016-03-04usb: gadget: f_midi: stash substream in gmidi_in_port structureMichal Nazarewicz
2016-03-04usb: gadget: f_midi: missing unlock on error pathDan Carpenter
2016-03-04usb: gadget: f_midi: use flexible array member for gmidi_in_port elementsMichal Nazarewicz
2016-03-04usb: gadget: f_midi: fix in_last_port looping logicMichal Nazarewicz
2016-03-04usb: gadget: f_midi: move some of f_midi_transmit to separate funcMichal Nazarewicz
2016-03-04usb: gadget: f_midi: remove useless midi reference from port structFelipe F. Tonello
2016-03-04usb: f_fs: avoid race condition with ffs_epfile_io_completeDu, Changbin