summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)Author
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
2015-03-10usb: gadget: net2280: print error in ep_ops error pathsMian Yousaf Kaukab
2015-03-10usb: gadget: net2280: remove fiforegs as it is unusedMian Yousaf Kaukab
2015-03-10usb: gadget: net2280: use ep_autoconfig compatible names in advance modeMian Yousaf Kaukab
2015-03-10usb: gadget: udc: pxa27x_udc: Remove use of seq_printf return valueJoe Perches
2015-02-23usb: gadget: configfs: don't NUL-terminate (sub)compatible idsAndrzej Pietrasiewicz
2015-02-23usb: gadget: function: uvc_v4l2.c: fix sparse warningsLad, Prabhakar
2015-02-23usb: gadget: gadgetfs: fix sparse warningsLad, Prabhakar
2015-02-23usb: gadget: function: uvc: fix sparse warningsLad, Prabhakar
2015-02-23usb: gadget: function: f_sourcesink: fix sparse warningLad, Prabhakar
2015-02-23usb: gadget: function: f_uac2: fix sparse warningsLad, Prabhakar
2015-02-23usb: gadget: function: f_hid: fix sparse warningLad, Prabhakar
2015-02-23usb: gadget: function: phonet: balance usb_ep_disable callsFelipe Balbi
2015-02-19Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds
2015-02-17Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2015-02-17Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-02-17debugfs: Provide a file creation function that also takes an initial sizeDavid Howells
2015-02-15Merge tag 'usb-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds