aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-20usb: gadget: fix NULL pointer dereferenceAndrzej Pietrasiewicz1-1/+6
2014-02-20usb: gadget: printer: using gadget_is_otg to check otg support at runtimePeter Chen1-1/+1
2014-02-18usb: gadget: bcm63xx_udc: fix build failure on DMA channel codeFlorian Fainelli1-26/+32
2014-02-18usb: gadget: s3c2410_udc: Fix build errorSachin Kamat1-1/+1
2014-01-23Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus 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 compatibilityAndrzej 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
2013-12-12usb: gadget: f_subset: remove compatibility layerAndrzej Pietrasiewicz2-62/+1
2013-12-12usb: gadget: g_ffs: convert to new interface of f_subsetAndrzej Pietrasiewicz2-22/+48
2013-12-12usb: gadget: f_ecm: remove compatibility layerAndrzej Pietrasiewicz2-74/+1
2013-12-12usb: gadget: g_ffs: convert to new interface of f_ecmAndrzej Pietrasiewicz2-14/+80
2013-12-12usb: gadget: g_ffs: remove a reduntant gfs_ether_setup variableAndrzej Pietrasiewicz1-8/+5
2013-12-12usb: gadget: configfs: allow setting function instance's nameAndrzej Pietrasiewicz1-0/+7
2013-12-12usb: gadget: s3c-hsotg: add flush TX FIFO when kill all requestsRobert Baldyga1-0/+3
2013-12-12usb: gadget: s3c-hsotg: fix maxpacket size in s3c_hsotg_irq_enumdoneRobert Baldyga1-2/+2
2013-12-09usb: f_fs: check quirk to pad epout buf size when not aligned to maxpacketsizeMichal Nazarewicz1-4/+19