aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAge
...
| | | * | | | | | usb: common: otg-fsm: only signal connect after switching to peripheralPeter Chen2015-03-19
| | | * | | | | | usb: phy: Find the right match in devm_usb_phy_matchAxel Lin2015-03-19
| | | * | | | | | usb: chipidea: udc: apply new usb_udc_vbus_handler interfacePeter Chen2015-03-19
| | | * | | | | | usb: udc: add usb_udc_vbus_handlerPeter Chen2015-03-19
| | | * | | | | | usb: udc: store usb_udc pointer in struct usb_gadgetPeter Chen2015-03-19
| | | * | | | | | usb: dwc2: avoid leaking DMA channels on disconnectionVincent Palatin2015-03-19
| | | * | | | | | usb: phy: msm: Remove dead codeStephen Boyd2015-03-13
| | | * | | | | | usb: renesas_usbhs: add support for USB-DMACYoshihiro Shimoda2015-03-13
| | | * | | | | | usb: renesas_usbhs: fix the sequence in xfer_work()Yoshihiro Shimoda2015-03-13
| | | * | | | | | usb: renesas_usbhs: add the channel number in dma-namesYoshihiro Shimoda2015-03-13
| | | * | | | | | usb: gadget: f_printer: use non-zero flag for bitwise andAndrzej Pietrasiewicz2015-03-13
| | | * | | | | | usb: gadget: printer: use after free in gprinter_alloc_inst()Dan Carpenter2015-03-13
| | | * | | | | | usb: gadget: printer: delete some dead codeDan Carpenter2015-03-13
| | | * | | | | | usb: dwc2: pci: Select the generic PHY for dwc2-pci driverJohn Youn2015-03-13
| | | * | | | | | usb: gadget: serial: %pf is only for function pointersScott Wood2015-03-13
| | | * | | | | | usb: dwc2: rework initialization of host and gadget in dual-role modeMarek Szyprowski2015-03-12
| | | * | | | | | usb: dwc2: pci: Add device mode to the dwc2-pci driverJohn Youn2015-03-11
| | | * | | | | | usb: gadget: lpc32xxx_udc: Fix NULL dereferencePeter Chen2015-03-11
| | | * | | | | | usb: musb: cppi41: fix condition to call cppi41_trans_done().Takeyoshi Kikuchi2015-03-11
| | | * | | | | | usb: phy: phy-generic: No need to call gpiod_direction_output() twiceFabio Estevam2015-03-11
| | | * | | | | | usb: gadget: f_hid: remove unnecessary usb_ep_dequeue()Robert Baldyga2015-03-11
| | | * | | | | | usb: gadget: dummy-hcd: Remove utf8 from format stringRasmus Villemoes2015-03-11
| | | * | | | | | usb: gadget: atmel_usba_udc: Add suspend/resume with wakeup supportSylvain Rochet2015-03-11
| | | * | | | | | usb: gadget: atmel_usba_udc: condition clocks to vbus stateSylvain Rochet2015-03-11
| | | * | | | | | usb: gadget: atmel_usba_udc: Request an auto disabled Vbus signal IRQSylvain Rochet2015-03-11
| | | * | | | | | usb: gadget: atmel_usba_udc: Fixed vbus_prev initial stateSylvain Rochet2015-03-11
| | | * | | | | | usb: phy: fixed comment typoMickael Maison2015-03-11
| | | * | | | | | usb: phy: ab8500: fixed comment typoMickael Maison2015-03-11
| | | * | | | | | usb: gadget: f_mass_storage: use defined constant instead of numeric valueTal Shorer2015-03-11
| | | * | | | | | usb: gadget: Fix typo fond in Documentation/Docbook/gadget.xmlMasanari Iida2015-03-11
| | | * | | | | | usb: musb: dsps: don't fake of_node to musb coreFelipe Balbi2015-03-11
| | | * | | | | | usb: musb: dsps: request phy using our device pointerFelipe Balbi2015-03-11
| | | * | | | | | usb: gadget: printer: add configfs supportAndrzej Pietrasiewicz2015-03-10
| | | * | | | | | usb: gadget: printer: use module_usb_composite_driver helper macroAndrzej Pietrasiewicz2015-03-10
| | | * | | | | | usb: gadget: f_printer: remove compatibility layerAndrzej Pietrasiewicz2015-03-10
| | | * | | | | | usb: gadget: printer: convert to new interface of f_printerAndrzej Pietrasiewicz2015-03-10
| | | * | | | | | usb: gadget: f_printer: convert to new function interface with backward compa...Andrzej Pietrasiewicz2015-03-10
| | | * | | | | | usb: gadget: printer: factor out f_printerAndrzej Pietrasiewicz2015-03-10
| | | * | | | | | usb: gadget: printer: allocate printer_dev instances dynamicallyAndrzej Pietrasiewicz2015-03-10
| | | * | | | | | usb: gadget: printer: add req_match for printer functionAndrzej Pietrasiewicz2015-03-10
| | | * | | | | | usb: gadget: printer: name class specific requestsAndrzej Pietrasiewicz2015-03-10
| | | * | | | | | usb: gadget: composite: add req_match method to usb_functionAndrzej Pietrasiewicz2015-03-10
| | | * | | | | | usb: gadget: printer: add container_of helper for printer_devAndrzej Pietrasiewicz2015-03-10
| | | * | | | | | usb: gadget: printer: don't access file global usb_printer_gadget in function...Andrzej Pietrasiewicz2015-03-10
| | | * | | | | | usb: gadget: printer: eliminate file global printer_mutexAndrzej Pietrasiewicz2015-03-10
| | | * | | | | | usb: gadget: printer: call gprinter_setup() from gadget's bindAndrzej Pietrasiewicz2015-03-10
| | | * | | | | | usb: gadget: printer: add setup and cleanup functionsAndrzej Pietrasiewicz2015-03-10
| | | * | | | | | usb: gadget: printer: don't access file global pnp_string in function's codeAndrzej Pietrasiewicz2015-03-10
| | | * | | | | | usb: gadget: printer: define pnp string buffer lengthAndrzej Pietrasiewicz2015-03-10
| | | * | | | | | usb: gadget: printer: move function-related unbind code to function's unbindAndrzej Pietrasiewicz2015-03-10