summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
AgeCommit message (Expand)AuthorFilesLines
2014-02-18usb: gadget: FunctionFS: use consistent naming with regard to ffs_lockAndrzej Pietrasiewicz1-15/+15
2014-02-18usb: gadget: FunctionFS: staticize functions used only in f_fs.cAndrzej Pietrasiewicz2-4/+4
2014-02-18usb: gadget: code cleanupAndrzej Pietrasiewicz1-1/+1
2014-02-18usb: gadget: FunctionFS: dereference ffs_dev conditionallyAndrzej Pietrasiewicz1-4/+5
2014-02-18usb: gadget: s3c-hsotg: stall ep0 in set_halt functionRobert Baldyga1-32/+46
2014-02-18usb: gadget: printer: fix memory leakwenlin.kang1-1/+3
2014-02-18usb: gadget: printer: fix possible deadlockwenlin.kang1-0/+3
2014-02-18usb: gadget: s3c-hsudc: remove unused labelSachin Kamat1-1/+0
2014-02-18usb: gadget: s3c2410_udc: Fix build errorSachin Kamat1-1/+1
2014-02-18usb: gadget: fix error return codeJulia Lawall1-0/+1
2014-02-18usb: gadget: s3c-hsotg: use %pad for dma_addr_tJingoo Han1-4/+4
2014-02-18usb: gadget: s3c-hsotg: fix build on x86 and other architecturesMatt Porter2-7/+6
2014-02-11Remove MACH_OMAP_H4_OTGRichard Weinberger1-1/+1
2014-01-23Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker13-13/+0
2014-01-07usb: gadget: remove unused variable in gr_queue_int()Wei Yongjun1-3/+0
2014-01-07usb: gadget: s3c-hsotg: remove duplicated include from s3c-hsotg.cWei Yongjun1-1/+0
2013-12-26Merge tag 'v3.13-rc4' into next/cleanupOlof Johansson9-23/+28
2013-12-23usb: gadget: at91_udc: fix build warningFelipe Balbi1-7/+7
2013-12-23usb: gadget: Add UDC driver for Aeroflex Gaisler GRUSBDCAndreas Larsson4-0/+2470
2013-12-23usb: gadget: s3c-hsotg: get phy bus width from phy subsystemMatt Porter2-1/+14
2013-12-23usb: gadget: s3c-hsotg: enable generic phy supportMatt Porter1-16/+39
2013-12-23usb: gadget: s3c-hsotg: add snps,dwc2 compatible stringMatt Porter1-0/+1
2013-12-23usb: gadget: s3c-hsotg: enable build for other platformsMatt Porter2-6/+4
2013-12-20usb: gadget: fix up some comments about CONFIG_USB_DEBUGGreg Kroah-Hartman2-2/+2
2013-12-19usb: gadget: should use u16 type variable to store MaxPowerDu, ChangbinX1-1/+1
2013-12-19usb: gadget: configfs: include appropriate header file in configfs.cRashika Kheria1-0/+1
2013-12-19Merge tag 'v3.13-rc4' into nextFelipe Balbi8-21/+26
2013-12-17usb: gadget: f_sourcesink: Fix sparse warningJingoo Han1-4/+4
2013-12-17usb: gadget: f_serial: Fix sparse warningJingoo Han1-1/+1
2013-12-17usb: gadget: f_phonet: Fix sparse warningJingoo Han1-1/+1
2013-12-17usb: gadget: f_obex: Fix sparse warningJingoo Han1-1/+1
2013-12-17usb: gadget: f_ncm: Fix sparse warningJingoo Han1-1/+1
2013-12-17usb: gadget: f_mass_storage: Fix sparse warningJingoo Han1-1/+1
2013-12-17usb: gadget: f_loopback: Fix sparse warningJingoo Han1-2/+2
2013-12-17usb: gadget: atmel_usba: Fix sparse warningJingoo Han1-1/+1
2013-12-17usb: gadget: atmel_usba: Use devm_*() functionsJingoo Han1-47/+17
2013-12-17usb: gadget: nokia: fix error recovery path for optional functionsAndrzej Pietrasiewicz1-3/+3
2013-12-17usb: gadget: add "maxpacket_limit" field to struct usb_epRobert Baldyga25-52/+64
2013-12-12usb: gadget: f_fs: fix sparse warningFelipe Balbi1-1/+1
2013-12-12usb: gadget: FunctionFS: add configfs supportAndrzej Pietrasiewicz3-1/+94
2013-12-12usb: gadget: FunctionFS: Remove compatibility layerAndrzej Pietrasiewicz2-116/+0
2013-12-12usb: gadget: g_ffs: convert to new interface of f_fsAndrzej Pietrasiewicz2-56/+96
2013-12-12usb: gadget: FunctionFS: convert to new function interface with backward comp...Andrzej Pietrasiewicz5-209/+433
2013-12-12usb: gadget: FunctionFS: add devices management codeAndrzej Pietrasiewicz3-123/+314
2013-12-12usb: gadget: FunctionFS: create utility fileAndrzej Pietrasiewicz3-13/+35
2013-12-12usb: gadget: FunctionFS: Remove VLAIS usage from gadget codeAndrzej Pietrasiewicz1-40/+76
2013-12-12usb: gadget: rndis: merge u_rndis.ko with usb_f_rndis.koAndrzej Pietrasiewicz5-16/+26
2013-12-12usb: gadget: f_rndis: remove compatibility layerAndrzej Pietrasiewicz2-107/+1
2013-12-12usb: gadget: g_ffs: convert to new interface of f_rndisAndrzej Pietrasiewicz2-40/+66