summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)AuthorFilesLines
2014-11-18Revert "drivers: usb: s3c-hsotg: add support for usb core regulator"Chanho Park1-1/+0
2014-11-18drivers: usb: s3c-hsotg: add support for usb core regulatorMarek Szyprowski1-0/+1
2014-11-18usb: gadget: Use usb_put_function instead of usb_remove_functionAndrzej Pietrasiewicz1-14/+17
2014-11-18usb: gadget: slp: add an acm instance to default functionsSeung-Woo Kim1-1/+2
2014-11-18usb: gadget: slp: add mtp functionChanho Park2-1/+1716
2014-11-18usb: s3c-hsotg: break infinite loop in endpoint disable codeMarek Szyprowski1-0/+2
2014-11-18usb: gadget: udc: Fix initialization sequence with extcon presentKamil Debski1-9/+16
2014-11-18usb: gadget: s3c-hsotg: delay enabling irq once hardware is configured properlyMarek Szyprowski1-7/+11
2014-11-18usb: gadget: ffs: race between ffs_epfile_io() and ffs_func_eps_disable()Chao Bi1-0/+7
2014-11-18usb: gadget: f_fs: add missing spinlock and mutex unlockRobert Baldyga1-2/+6
2014-11-18usb: gadget: return the right length in ffs_epfile_io()Chuansheng Liu1-13/+15
2014-11-18usb: gadget: f_fs: Add flags to descriptors blockMichal Nazarewicz2-83/+61
2014-11-18usb: gadget: f_fs: Add support for SuperSpeed ModeManu Gautam2-50/+142
2014-11-18usb: gadget: f_fs: fix aio supportMarek Szyprowski1-1/+1
2014-11-18extcon: Move OF helper function to extcon core and change function nameChanwoo Choi1-2/+1
2014-11-18usb: gadget: Enable rndis in the slp gadget driverJacek Bukarewicz1-1/+1
2014-11-18usb: gadget: f_fs: add aio supportRobert Baldyga1-26/+239
2014-11-18usb: gadget: f_fs: add poll for endpoint 0Robert Baldyga1-0/+42
2014-11-18usb: gadget: f_fs: fix setup request handlingRobert Baldyga2-2/+1
2014-11-18usb: gadget: functionfs: replace FFS_SETUP_STATUS with an inline functionMichal Nazarewicz2-10/+19
2014-11-18usb: gadget: functionfs: fix typo in the enum variableMichal Nazarewicz2-14/+14
2014-11-18usb: gadget: eliminate memory leak in slp gadgetAndrzej Pietrasiewicz1-0/+2
2014-11-18usb: gadget: adapt slp to new interface of rndisAndrzej Pietrasiewicz1-19/+35
2014-11-18usb: gadget: temporarily turn off rndis from slp gadgetAndrzej Pietrasiewicz1-2/+5
2014-11-18usb: gadget: fix NULL pointer dereferenceAndrzej Pietrasiewicz1-1/+6
2014-11-18usb: gadget: FunctionFS: use consistent naming with regard to ffs_lockAndrzej Pietrasiewicz1-15/+15
2014-11-18usb: gadget: FunctionFS: staticize functions used only in f_fs.cAndrzej Pietrasiewicz2-4/+4
2014-11-18usb: gadget: code cleanupAndrzej Pietrasiewicz1-1/+1
2014-11-18usb: gadget: FunctionFS: dereference ffs_dev conditionallyAndrzej Pietrasiewicz1-4/+5
2014-11-18usb: gadget: fix up some comments about CONFIG_USB_DEBUGGreg Kroah-Hartman2-2/+2
2014-11-18usb: gadget: should use u16 type variable to store MaxPowerDu, ChangbinX1-1/+1
2014-11-18usb: gadget: configfs: include appropriate header file in configfs.cRashika Kheria1-0/+1
2014-11-18usb: gadget: f_mass_storage: call try_to_freeze only when its safeGeorge Cherian1-11/+12
2014-11-18usb: gadget: zero: module parameters can be staticFengguang Wu1-3/+3
2014-11-18usb: gadget: mass storage: fix return of delayed statusPratyush Anand2-5/+1
2014-11-18usb: gadget: f_mass_storage: fix mass storage dependencyAndrzej Pietrasiewicz1-0/+1
2014-11-18usb: gadget: f_sourcesink: Fix sparse warningJingoo Han1-4/+4
2014-11-18usb: gadget: f_serial: Fix sparse warningJingoo Han1-1/+1
2014-11-18usb: gadget: f_phonet: Fix sparse warningJingoo Han1-1/+1
2014-11-18usb: gadget: f_obex: Fix sparse warningJingoo Han1-1/+1
2014-11-18usb: gadget: f_ncm: Fix sparse warningJingoo Han1-1/+1
2014-11-18usb: gadget: f_mass_storage: Fix sparse warningJingoo Han1-1/+1
2014-11-18usb: gadget: f_loopback: Fix sparse warningJingoo Han1-2/+2
2014-11-18usb: gadget: nokia: fix error recovery path for optional functionsAndrzej Pietrasiewicz1-3/+3
2014-11-18usb: gadget: f_fs: fix sparse warningFelipe Balbi1-1/+1
2014-11-18usb: gadget: FunctionFS: add configfs supportAndrzej Pietrasiewicz3-1/+94
2014-11-18usb: gadget: FunctionFS: Remove compatibility layerAndrzej Pietrasiewicz2-116/+0
2014-11-18usb: gadget: g_ffs: convert to new interface of f_fsAndrzej Pietrasiewicz2-56/+96
2014-11-18usb: gadget: FunctionFS: convert to new function interface with backward comp...Andrzej Pietrasiewicz5-209/+433
2014-11-18usb: gadget: FunctionFS: add devices management codeAndrzej Pietrasiewicz3-123/+314