summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-04-07usb: musb: use new USB_RESUME_TIMEOUTFelipe Balbi2-4/+5
2015-04-07usb: host: uhci: use new USB_RESUME_TIMEOUTFelipe Balbi1-2/+3
2015-04-07usb: host: ehci: use new USB_RESUME_TIMEOUTFelipe Balbi2-8/+11
2015-04-07usb: host: xhci: use new USB_RESUME_TIMEOUTFelipe Balbi1-1/+1
2015-03-24usb: musb: Fix fifo reads for dm816x with musb_dspsTony Lindgren1-1/+24
2015-03-24usb: phy: Fix USB_ULPI_VIEWPORT Kconfig dependencyIvan T. Ivanov1-1/+1
2015-03-24usb: gadget: f_printer: fix dependenciesAndrzej Pietrasiewicz1-0/+1
2015-03-19usb: gadget: atmel_usba: use endian agnostic IO on ARMBen Dooks2-8/+18
2015-03-19usb: dwc2: pci: Correctly compile dwc2-pci as a module or built-inJohn Youn1-4/+2
2015-03-19usb: gadget: constify of_device_id arrayFabian Frederick1-1/+1
2015-03-19usb: gadget: goku_udc: Remove uses of seq_<foo> return valuesJoe Perches1-111/+122
2015-03-19usb: renesas_usbhs: fix spinlock suspected in a gadget complete functionYoshihiro Shimoda1-3/+19
2015-03-19usb: common: otg-fsm: only signal connect after switching to peripheralPeter Chen1-2/+2
2015-03-19usb: phy: Find the right match in devm_usb_phy_matchAxel Lin1-1/+3
2015-03-19usb: chipidea: udc: apply new usb_udc_vbus_handler interfacePeter Chen1-5/+5
2015-03-19usb: udc: add usb_udc_vbus_handlerPeter Chen1-1/+33
2015-03-19usb: udc: store usb_udc pointer in struct usb_gadgetPeter Chen1-25/+9
2015-03-19usb: dwc2: avoid leaking DMA channels on disconnectionVincent Palatin1-0/+8
2015-03-13usb: phy: msm: Remove dead codeStephen Boyd2-17/+3
2015-03-13usb: renesas_usbhs: add support for USB-DMACYoshihiro Shimoda6-6/+226
2015-03-13usb: renesas_usbhs: fix the sequence in xfer_work()Yoshihiro Shimoda1-2/+2
2015-03-13usb: renesas_usbhs: add the channel number in dma-namesYoshihiro Shimoda1-7/+13
2015-03-13usb: gadget: f_printer: use non-zero flag for bitwise andAndrzej Pietrasiewicz1-1/+1
2015-03-13usb: gadget: printer: use after free in gprinter_alloc_inst()Dan Carpenter1-0/+1
2015-03-13usb: gadget: printer: delete some dead codeDan Carpenter1-5/+0
2015-03-13usb: dwc2: pci: Select the generic PHY for dwc2-pci driverJohn Youn1-0/+1
2015-03-13usb: gadget: serial: %pf is only for function pointersScott Wood1-1/+1
2015-03-12usb: dwc2: rework initialization of host and gadget in dual-role modeMarek Szyprowski2-8/+23
2015-03-11usb: dwc2: pci: Add device mode to the dwc2-pci driverJohn Youn2-90/+76
2015-03-11usb: gadget: lpc32xxx_udc: Fix NULL dereferencePeter Chen1-12/+3
2015-03-11usb: musb: cppi41: fix condition to call cppi41_trans_done().Takeyoshi Kikuchi1-2/+4
2015-03-11usb: phy: phy-generic: No need to call gpiod_direction_output() twiceFabio Estevam1-7/+5
2015-03-11usb: gadget: f_hid: remove unnecessary usb_ep_dequeue()Robert Baldyga1-1/+0
2015-03-11usb: gadget: dummy-hcd: Remove utf8 from format stringRasmus Villemoes1-1/+1
2015-03-11usb: gadget: atmel_usba_udc: Add suspend/resume with wakeup supportSylvain Rochet1-0/+57
2015-03-11usb: gadget: atmel_usba_udc: condition clocks to vbus stateSylvain Rochet2-48/+100
2015-03-11usb: gadget: atmel_usba_udc: Request an auto disabled Vbus signal IRQSylvain Rochet1-7/+2
2015-03-11usb: gadget: atmel_usba_udc: Fixed vbus_prev initial stateSylvain Rochet1-0/+2
2015-03-11usb: phy: fixed comment typoMickael Maison1-1/+1
2015-03-11usb: phy: ab8500: fixed comment typoMickael Maison1-1/+1
2015-03-11usb: gadget: f_mass_storage: use defined constant instead of numeric valueTal Shorer1-1/+1
2015-03-11usb: gadget: Fix typo fond in Documentation/Docbook/gadget.xmlMasanari Iida1-2/+2
2015-03-11usb: musb: dsps: don't fake of_node to musb coreFelipe Balbi1-1/+0
2015-03-11usb: musb: dsps: request phy using our device pointerFelipe Balbi1-1/+1
2015-03-10usb: gadget: printer: add configfs supportAndrzej Pietrasiewicz3-2/+148
2015-03-10usb: gadget: printer: use module_usb_composite_driver helper macroAndrzej Pietrasiewicz1-13/+1
2015-03-10usb: gadget: f_printer: remove compatibility layerAndrzej Pietrasiewicz1-113/+0
2015-03-10usb: gadget: printer: convert to new interface of f_printerAndrzej Pietrasiewicz2-14/+37
2015-03-10usb: gadget: f_printer: convert to new function interface with backward compa...Andrzej Pietrasiewicz5-1/+220
2015-03-10usb: gadget: printer: factor out f_printerAndrzej Pietrasiewicz2-1249/+1285