summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: printer: use after free in gprinter_alloc_inst()Dan Carpenter2015-03-131-0/+1
* usb: gadget: printer: delete some dead codeDan Carpenter2015-03-131-5/+0
* usb: dwc2: pci: Select the generic PHY for dwc2-pci driverJohn Youn2015-03-131-0/+1
* usb: gadget: serial: %pf is only for function pointersScott Wood2015-03-131-1/+1
* usb: dwc2: rework initialization of host and gadget in dual-role modeMarek Szyprowski2015-03-122-8/+23
* usb: dwc2: pci: Add device mode to the dwc2-pci driverJohn Youn2015-03-112-90/+76
* usb: gadget: lpc32xxx_udc: Fix NULL dereferencePeter Chen2015-03-111-12/+3
* usb: musb: cppi41: fix condition to call cppi41_trans_done().Takeyoshi Kikuchi2015-03-111-2/+4
* usb: phy: phy-generic: No need to call gpiod_direction_output() twiceFabio Estevam2015-03-111-7/+5
* usb: gadget: f_hid: remove unnecessary usb_ep_dequeue()Robert Baldyga2015-03-111-1/+0
* usb: gadget: dummy-hcd: Remove utf8 from format stringRasmus Villemoes2015-03-111-1/+1
* usb: gadget: atmel_usba_udc: Add suspend/resume with wakeup supportSylvain Rochet2015-03-111-0/+57
* usb: gadget: atmel_usba_udc: condition clocks to vbus stateSylvain Rochet2015-03-112-48/+100
* usb: gadget: atmel_usba_udc: Request an auto disabled Vbus signal IRQSylvain Rochet2015-03-111-7/+2
* usb: gadget: atmel_usba_udc: Fixed vbus_prev initial stateSylvain Rochet2015-03-111-0/+2
* usb: phy: fixed comment typoMickael Maison2015-03-111-1/+1
* usb: phy: ab8500: fixed comment typoMickael Maison2015-03-111-1/+1
* usb: gadget: f_mass_storage: use defined constant instead of numeric valueTal Shorer2015-03-111-1/+1
* usb: gadget: Fix typo fond in Documentation/Docbook/gadget.xmlMasanari Iida2015-03-112-3/+3
* usb: musb: dsps: don't fake of_node to musb coreFelipe Balbi2015-03-111-1/+0
* usb: musb: dsps: request phy using our device pointerFelipe Balbi2015-03-111-1/+1
* usb: gadget: printer: add configfs supportAndrzej Pietrasiewicz2015-03-105-2/+204
* usb: gadget: printer: use module_usb_composite_driver helper macroAndrzej Pietrasiewicz2015-03-101-13/+1
* usb: gadget: f_printer: remove compatibility layerAndrzej Pietrasiewicz2015-03-101-113/+0
* usb: gadget: printer: convert to new interface of f_printerAndrzej Pietrasiewicz2015-03-102-14/+37
* usb: gadget: f_printer: convert to new function interface with backward compa...Andrzej Pietrasiewicz2015-03-105-1/+220
* usb: gadget: printer: factor out f_printerAndrzej Pietrasiewicz2015-03-102-1249/+1285
* usb: gadget: printer: allocate printer_dev instances dynamicallyAndrzej Pietrasiewicz2015-03-101-22/+40
* usb: gadget: printer: add req_match for printer functionAndrzej Pietrasiewicz2015-03-101-0/+36
* usb: gadget: printer: name class specific requestsAndrzej Pietrasiewicz2015-03-101-3/+6
* usb: gadget: composite: add req_match method to usb_functionAndrzej Pietrasiewicz2015-03-102-1/+8
* usb: gadget: printer: add container_of helper for printer_devAndrzej Pietrasiewicz2015-03-101-5/+10
* usb: gadget: printer: don't access file global usb_printer_gadget in function...Andrzej Pietrasiewicz2015-03-101-1/+1
* usb: gadget: printer: eliminate file global printer_mutexAndrzej Pietrasiewicz2015-03-101-3/+0
* usb: gadget: printer: call gprinter_setup() from gadget's bindAndrzej Pietrasiewicz2015-03-101-17/+18
* usb: gadget: printer: add setup and cleanup functionsAndrzej Pietrasiewicz2015-03-101-15/+31
* usb: gadget: printer: don't access file global pnp_string in function's codeAndrzej Pietrasiewicz2015-03-101-6/+8
* usb: gadget: printer: define pnp string buffer lengthAndrzej Pietrasiewicz2015-03-101-2/+4
* usb: gadget: printer: move function-related unbind code to function's unbindAndrzej Pietrasiewicz2015-03-101-33/+25
* usb: gadget: printer: call usb_add_function() lastAndrzej Pietrasiewicz2015-03-101-5/+4
* usb: gadget: printer: move function-related bind code to function's bindAndrzej Pietrasiewicz2015-03-101-48/+66
* usb: gadget: printer: standardize printer_do_configAndrzej Pietrasiewicz2015-03-101-15/+24
* usb: gadget: printer: follow the naming convention for usb_add_config callbackAndrzej Pietrasiewicz2015-03-101-2/+2
* usb: gadget: printer: eliminate pdev member of struct printer_devAndrzej Pietrasiewicz2015-03-101-4/+4
* usb: gadget: printer: add missing error handlingAndrzej Pietrasiewicz2015-03-101-18/+5
* usb: gadget: printer: revert usb_add_function() effect in error recoveryAndrzej Pietrasiewicz2015-03-101-0/+1
* usb: gadget: printer: eliminate random pointer dereferenceAndrzej Pietrasiewicz2015-03-101-3/+3
* usb: gadget: printer: remove unused and empty printer_unbindAndrzej Pietrasiewicz2015-03-101-6/+0
* usb: gadget: printer: enqueue printer's response for setup requestAndrzej Pietrasiewicz2015-03-101-0/+9
* usb: gadget: composite: don't try standard handling for non-standard requestsAndrzej Pietrasiewicz2015-03-101-0/+7
OpenPOWER on IntegriCloud