summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/legacy
AgeCommit message (Expand)Author
2015-03-10usb: gadget: printer: use module_usb_composite_driver helper macroAndrzej 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: 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-02-23usb: gadget: gadgetfs: fix sparse warningsLad, Prabhakar
2015-02-19Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds
2015-01-09usb: gadget: gadgetfs: fix an oops in ep_write()Dan Carpenter
2015-01-07kconfig: use bool instead of boolean for type definition attributesChristoph Jaeger
2014-12-22usb: gadget: gadgetfs: Free memory allocated by memdup_user()Mario Schuknecht
2014-12-18Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-12-14Merge tag 'usb-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-12-04scsi: remove MSG_*_TAG definesChristoph Hellwig
2014-11-24scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16Hannes Reinecke
2014-11-24usb: gadget: ss_ep_in_comp_desc can be statickbuild test robot
2014-11-20usb: gadget: add USB3 support to the printer driverJorge Ramirez-Ortiz
2014-11-20Merge Linus' tree to be be to apply submitted patches to newer code thanJiri Kosina
2014-11-12usb: gadget: midi: f_midi_alloc() can be staticFengguang Wu
2014-11-10usb: gadget: dbgp: Fix endpoint config after USB disconnectKyösti Mälkki
2014-11-06usb: gadget: hid: convert to new interface of f_hidAndrzej Pietrasiewicz
2014-11-06usb: gadget: f_hid: convert to new function interface with backward compatibi...Andrzej Pietrasiewicz
2014-11-06usb: gadget: hid: mirror init operations in module cleanupAndrzej Pietrasiewicz
2014-11-05usb: gadget: midi: convert to new interface of f_midiAndrzej Pietrasiewicz
2014-11-05usb: gadget: f_midi: convert to new function interface with backward compatib...Andrzej Pietrasiewicz
2014-10-29usb: gadget: zero: Spelling s/infrastucture/infrastructure/Geert Uytterhoeven
2014-10-20usb: gadget: legacy: drop owner assignment from platform_driversWolfram Sang
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-10-09gadgetfs: saner API for gadgetfs_create_file()Al Viro