summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
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
2016-03-04usb: f_fs: refactor ffs_epfile_ioMichal Nazarewicz
2016-03-04usb: f_fs: replace unnecessary goto with a returnMichal Nazarewicz
2016-03-04usb: f_fs: fix ffs_epfile_io returning success on req alloc failureMichal Nazarewicz
2016-03-04usb: f_fs: fix memory leak when ep changes during transferMichal Nazarewicz
2016-03-04usb: phy: phy-am335x: remove include of regulator/consumer.hBjorn Helgaas
2016-03-04usb: gadget: pxa25x_udc: document endianess betterArnd Bergmann
2016-03-04usb: musb/ux500: remove duplicate check for dma_is_compatibleArnd Bergmann
2016-03-04usb: musb: use %pad format string from dma_addr_tArnd Bergmann
2016-03-04usb: isp1301-omap: mark power_up as __maybe_unusedArnd Bergmann
2016-03-04usb: fsl: drop USB_FSL_MPH_DR_OF Kconfig symbolArnd Bergmann
2016-03-04usb: gadget: pxa25x_udc: use readl/writel for mmioArnd Bergmann
2016-03-04usb: gadget: pxa25x_udc cleanupArnd Bergmann
2016-03-04usb: gadget: pxa25x_udc: move register definitions from archArnd Bergmann
2016-03-04usb: renesas_usbhs: Don't check CSSTS bit if peripheral modeYoshihiro Shimoda
2016-03-04usb: renesas_usbhs: add R-Car Gen3 power controlYoshihiro Shimoda
2016-03-04usb: dwc3: Enable SuperSpeedPlusJohn Youn
2016-03-04usb: dwc3: Update maximum_speed for SuperSpeedPlusJohn Youn
2016-03-04usb: dwc3: Update speed checks for SuperSpeedPlusJohn Youn
2016-03-04usb: dwc3: Update register fields for SuperSpeedPlusJohn Youn
2016-03-04usb: dwc3: DWC_usb31 controller checkJohn Youn
2016-03-04usb: gadget: f_mass_storage: Enable SuperSpeedPlusJohn Youn
2016-03-04usb: gadget: composite: Update debug message for SuperSpeedPlusJohn Youn
2016-03-04usb: gadget: composite: Configure the usb_ep for SuperSpeedPlusJohn Youn
2016-03-04usb: gadget: composite: Write SuperSpeedPlus config descriptorsJohn Youn
2016-03-04usb: gadget: composite: Add function to get descriptorsJohn Youn
2016-03-04usb: gadget: composite: Count configs for SuperSpeedPlusJohn Youn
2016-03-04usb: gadget: Update config for SuperSpeedPlusJohn Youn
2016-03-04usb: gadget: Update function for SuperSpeedPlusJohn Youn
2016-03-04usb: gadget: Update usb_assign_descriptors for SuperSpeedPlusJohn Youn
2016-03-04usb: gadget: composite: Return SSP Dev Cap descriptorJohn Youn
2016-03-04usb: gadget: composite: Return bcdUSB 0x0310John Youn
2016-03-03usb: ohci: nxp: remove USB PLL and USB OTG clock managementVladimir Zapolskiy
2016-03-03usb: ohci: nxp: remove direct access to clock controller registersVladimir Zapolskiy
2016-03-03usb: ehci-atmel: use __maybe_unused to hide pm functionsArnd Bergmann
2016-03-03usb: ohci-at91: use __maybe_unused to hide pm functionsArnd Bergmann
2016-03-03usb: xhci-mtk: use __maybe_unused to hide pm functionsArnd Bergmann
2016-03-03usb: host: unhide suspend/resume declarationsArnd Bergmann
2016-03-03usb: host: Host drivers relying on DMA should depend on HAS_DMAGeert Uytterhoeven
2016-03-03usbip: move usbip_protocol.txt to DocumentationChristian Lamparter
2016-03-03USB: idmouse.c: Put the interface on errorJunjie Mao
2016-03-03usb: hub: fix a typo in hub_port_init() leading to wrong logicOliver Neukum