summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)Author
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: gadget: constify of_device_id arrayFabian Frederick
2015-03-19usb: gadget: goku_udc: Remove uses of seq_<foo> return valuesJoe Perches
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-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: gadget: serial: %pf is only for function pointersScott Wood
2015-03-11usb: gadget: lpc32xxx_udc: Fix NULL dereferencePeter Chen
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: 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-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
2015-03-10usb: gadget: printer: allocate printer_dev instances dynamicallyAndrzej Pietrasiewicz
2015-03-10usb: gadget: printer: add req_match for printer functionAndrzej Pietrasiewicz
2015-03-10usb: gadget: printer: name class specific requestsAndrzej Pietrasiewicz
2015-03-10usb: gadget: composite: add req_match method to usb_functionAndrzej Pietrasiewicz
2015-03-10usb: gadget: printer: add container_of helper for printer_devAndrzej Pietrasiewicz
2015-03-10usb: gadget: printer: don't access file global usb_printer_gadget in function...Andrzej Pietrasiewicz
2015-03-10usb: gadget: printer: eliminate file global printer_mutexAndrzej Pietrasiewicz
2015-03-10usb: gadget: printer: call gprinter_setup() from gadget's bindAndrzej Pietrasiewicz
2015-03-10usb: gadget: printer: add setup and cleanup functionsAndrzej Pietrasiewicz
2015-03-10usb: gadget: printer: don't access file global pnp_string in function's codeAndrzej Pietrasiewicz
2015-03-10usb: gadget: printer: define pnp string buffer lengthAndrzej Pietrasiewicz
2015-03-10usb: gadget: printer: move function-related unbind code to function's unbindAndrzej Pietrasiewicz
2015-03-10usb: gadget: printer: call usb_add_function() lastAndrzej Pietrasiewicz
2015-03-10usb: gadget: printer: move function-related bind code to function's bindAndrzej Pietrasiewicz
2015-03-10usb: gadget: printer: standardize printer_do_configAndrzej Pietrasiewicz
2015-03-10usb: gadget: printer: follow the naming convention for usb_add_config callbackAndrzej Pietrasiewicz
2015-03-10usb: gadget: printer: eliminate pdev member of struct printer_devAndrzej Pietrasiewicz
2015-03-10usb: gadget: printer: add missing error handlingAndrzej Pietrasiewicz
2015-03-10usb: gadget: printer: revert usb_add_function() effect in error recoveryAndrzej Pietrasiewicz
2015-03-10usb: gadget: printer: eliminate random pointer dereferenceAndrzej Pietrasiewicz
2015-03-10usb: gadget: printer: remove unused and empty printer_unbindAndrzej Pietrasiewicz
2015-03-10usb: gadget: printer: enqueue printer's response for setup requestAndrzej Pietrasiewicz
2015-03-10usb: gadget: composite: don't try standard handling for non-standard requestsAndrzej Pietrasiewicz
2015-03-10usb: gadget: net2280: silence sparse warningFelipe Balbi
2015-03-10usb: gadget: net2280: don't connect from udc_startMian Yousaf Kaukab