summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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 Iida2-3/+3
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 Pietrasiewicz5-2/+204
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
2015-03-10usb: gadget: printer: allocate printer_dev instances dynamicallyAndrzej Pietrasiewicz1-22/+40
2015-03-10usb: gadget: printer: add req_match for printer functionAndrzej Pietrasiewicz1-0/+36
2015-03-10usb: gadget: printer: name class specific requestsAndrzej Pietrasiewicz1-3/+6
2015-03-10usb: gadget: composite: add req_match method to usb_functionAndrzej Pietrasiewicz2-1/+8
2015-03-10usb: gadget: printer: add container_of helper for printer_devAndrzej Pietrasiewicz1-5/+10
2015-03-10usb: gadget: printer: don't access file global usb_printer_gadget in function...Andrzej Pietrasiewicz1-1/+1
2015-03-10usb: gadget: printer: eliminate file global printer_mutexAndrzej Pietrasiewicz1-3/+0
2015-03-10usb: gadget: printer: call gprinter_setup() from gadget's bindAndrzej Pietrasiewicz1-17/+18
2015-03-10usb: gadget: printer: add setup and cleanup functionsAndrzej Pietrasiewicz1-15/+31
2015-03-10usb: gadget: printer: don't access file global pnp_string in function's codeAndrzej Pietrasiewicz1-6/+8
2015-03-10usb: gadget: printer: define pnp string buffer lengthAndrzej Pietrasiewicz1-2/+4
2015-03-10usb: gadget: printer: move function-related unbind code to function's unbindAndrzej Pietrasiewicz1-33/+25
2015-03-10usb: gadget: printer: call usb_add_function() lastAndrzej Pietrasiewicz1-5/+4
2015-03-10usb: gadget: printer: move function-related bind code to function's bindAndrzej Pietrasiewicz1-48/+66
2015-03-10usb: gadget: printer: standardize printer_do_configAndrzej Pietrasiewicz1-15/+24
2015-03-10usb: gadget: printer: follow the naming convention for usb_add_config callbackAndrzej Pietrasiewicz1-2/+2
2015-03-10usb: gadget: printer: eliminate pdev member of struct printer_devAndrzej Pietrasiewicz1-4/+4
2015-03-10usb: gadget: printer: add missing error handlingAndrzej Pietrasiewicz1-18/+5
2015-03-10usb: gadget: printer: revert usb_add_function() effect in error recoveryAndrzej Pietrasiewicz1-0/+1
2015-03-10usb: gadget: printer: eliminate random pointer dereferenceAndrzej Pietrasiewicz1-3/+3
2015-03-10usb: gadget: printer: remove unused and empty printer_unbindAndrzej Pietrasiewicz1-6/+0
2015-03-10usb: gadget: printer: enqueue printer's response for setup requestAndrzej Pietrasiewicz1-0/+9
2015-03-10usb: gadget: composite: don't try standard handling for non-standard requestsAndrzej Pietrasiewicz1-0/+7
2015-03-10usb: dwc3: make LPM configurable in DTRobert Baldyga6-10/+8
2015-03-10usb: musb: dsps: just start polling alreadyFelipe Balbi1-3/+2
2015-03-10usb: musb: dsps: use msecs_to_jiffies insteadFelipe Balbi1-7/+10
2015-03-10usb: musb: cppi41: do not call udelay()Felipe Balbi1-1/+1
2015-03-10usb: musb: cppi41: exit early when tx fifo is emptyFelipe Balbi1-8/+4
2015-03-10usb: musb: cppi41: decrease indentation levelFelipe Balbi1-43/+45
2015-03-10usb: gadget: net2280: silence sparse warningFelipe Balbi1-0/+2
2015-03-10usb: gadget: net2280: don't connect from udc_startMian Yousaf Kaukab1-1/+0
2015-03-10usb: gadget: net2280: print error in ep_ops error pathsMian Yousaf Kaukab1-47/+119
2015-03-10usb: gadget: net2280: remove fiforegs as it is unusedMian Yousaf Kaukab2-6/+0