summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2015-04-07usb: musb: use new USB_RESUME_TIMEOUTFelipe Balbi
2015-04-07usb: host: uhci: use new USB_RESUME_TIMEOUTFelipe Balbi
2015-04-07usb: host: ehci: use new USB_RESUME_TIMEOUTFelipe Balbi
2015-04-07usb: host: xhci: use new USB_RESUME_TIMEOUTFelipe Balbi
2015-03-24usb: musb: Fix fifo reads for dm816x with musb_dspsTony Lindgren
2015-03-24usb: phy: Fix USB_ULPI_VIEWPORT Kconfig dependencyIvan T. Ivanov
2015-03-24usb: gadget: f_printer: fix dependenciesAndrzej Pietrasiewicz
2015-03-19usb: gadget: atmel_usba: use endian agnostic IO on ARMBen Dooks
2015-03-19usb: dwc2: pci: Correctly compile dwc2-pci as a module or built-inJohn Youn
2015-03-19usb: gadget: constify of_device_id arrayFabian Frederick
2015-03-19usb: gadget: goku_udc: Remove uses of seq_<foo> return valuesJoe Perches
2015-03-19usb: renesas_usbhs: fix spinlock suspected in a gadget complete functionYoshihiro Shimoda
2015-03-19usb: common: otg-fsm: only signal connect after switching to peripheralPeter Chen
2015-03-19usb: phy: Find the right match in devm_usb_phy_matchAxel Lin
2015-03-19usb: chipidea: udc: apply new usb_udc_vbus_handler interfacePeter Chen
2015-03-19usb: udc: add usb_udc_vbus_handlerPeter Chen
2015-03-19usb: udc: store usb_udc pointer in struct usb_gadgetPeter Chen
2015-03-19usb: dwc2: avoid leaking DMA channels on disconnectionVincent Palatin
2015-03-13usb: phy: msm: Remove dead codeStephen Boyd
2015-03-13usb: renesas_usbhs: add support for USB-DMACYoshihiro Shimoda
2015-03-13usb: renesas_usbhs: fix the sequence in xfer_work()Yoshihiro Shimoda
2015-03-13usb: renesas_usbhs: add the channel number in dma-namesYoshihiro Shimoda
2015-03-13usb: gadget: f_printer: use non-zero flag for bitwise andAndrzej Pietrasiewicz
2015-03-13usb: gadget: printer: use after free in gprinter_alloc_inst()Dan Carpenter
2015-03-13usb: gadget: printer: delete some dead codeDan Carpenter
2015-03-13usb: dwc2: pci: Select the generic PHY for dwc2-pci driverJohn Youn
2015-03-13usb: gadget: serial: %pf is only for function pointersScott Wood
2015-03-12usb: dwc2: rework initialization of host and gadget in dual-role modeMarek Szyprowski
2015-03-11usb: dwc2: pci: Add device mode to the dwc2-pci driverJohn Youn
2015-03-11usb: gadget: lpc32xxx_udc: Fix NULL dereferencePeter Chen
2015-03-11usb: musb: cppi41: fix condition to call cppi41_trans_done().Takeyoshi Kikuchi
2015-03-11usb: phy: phy-generic: No need to call gpiod_direction_output() twiceFabio Estevam
2015-03-11usb: gadget: f_hid: remove unnecessary usb_ep_dequeue()Robert Baldyga
2015-03-11usb: gadget: dummy-hcd: Remove utf8 from format stringRasmus Villemoes
2015-03-11usb: gadget: atmel_usba_udc: Add suspend/resume with wakeup supportSylvain Rochet
2015-03-11usb: gadget: atmel_usba_udc: condition clocks to vbus stateSylvain Rochet
2015-03-11usb: gadget: atmel_usba_udc: Request an auto disabled Vbus signal IRQSylvain Rochet
2015-03-11usb: gadget: atmel_usba_udc: Fixed vbus_prev initial stateSylvain Rochet
2015-03-11usb: phy: fixed comment typoMickael Maison
2015-03-11usb: phy: ab8500: fixed comment typoMickael Maison
2015-03-11usb: gadget: f_mass_storage: use defined constant instead of numeric valueTal Shorer
2015-03-11usb: gadget: Fix typo fond in Documentation/Docbook/gadget.xmlMasanari Iida
2015-03-11usb: musb: dsps: don't fake of_node to musb coreFelipe Balbi
2015-03-11usb: musb: dsps: request phy using our device pointerFelipe Balbi
2015-03-10usb: gadget: printer: add configfs supportAndrzej Pietrasiewicz
2015-03-10usb: gadget: printer: use module_usb_composite_driver helper macroAndrzej Pietrasiewicz
2015-03-10usb: gadget: f_printer: remove compatibility layerAndrzej Pietrasiewicz
2015-03-10usb: gadget: printer: convert to new interface of f_printerAndrzej Pietrasiewicz
2015-03-10usb: gadget: f_printer: convert to new function interface with backward compa...Andrzej Pietrasiewicz
2015-03-10usb: gadget: printer: factor out f_printerAndrzej Pietrasiewicz