aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)Author
2014-02-20usb: gadget: fix NULL pointer dereferenceAndrzej Pietrasiewicz
2014-02-20usb: gadget: printer: using gadget_is_otg to check otg support at runtimePeter Chen
2014-02-18usb: gadget: bcm63xx_udc: fix build failure on DMA channel codeFlorian Fainelli
2014-02-18usb: gadget: s3c2410_udc: Fix build errorSachin Kamat
2014-01-23Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker
2014-01-07usb: gadget: remove unused variable in gr_queue_int()Wei Yongjun
2014-01-07usb: gadget: s3c-hsotg: remove duplicated include from s3c-hsotg.cWei Yongjun
2013-12-26Merge tag 'v3.13-rc4' into next/cleanupOlof Johansson
2013-12-23usb: gadget: at91_udc: fix build warningFelipe Balbi
2013-12-23usb: gadget: Add UDC driver for Aeroflex Gaisler GRUSBDCAndreas Larsson
2013-12-23usb: gadget: s3c-hsotg: get phy bus width from phy subsystemMatt Porter
2013-12-23usb: gadget: s3c-hsotg: enable generic phy supportMatt Porter
2013-12-23usb: gadget: s3c-hsotg: add snps,dwc2 compatible stringMatt Porter
2013-12-23usb: gadget: s3c-hsotg: enable build for other platformsMatt Porter
2013-12-20usb: gadget: fix up some comments about CONFIG_USB_DEBUGGreg Kroah-Hartman
2013-12-19usb: gadget: should use u16 type variable to store MaxPowerDu, ChangbinX
2013-12-19usb: gadget: configfs: include appropriate header file in configfs.cRashika Kheria
2013-12-19Merge tag 'v3.13-rc4' into nextFelipe Balbi
2013-12-17usb: gadget: f_sourcesink: Fix sparse warningJingoo Han
2013-12-17usb: gadget: f_serial: Fix sparse warningJingoo Han
2013-12-17usb: gadget: f_phonet: Fix sparse warningJingoo Han
2013-12-17usb: gadget: f_obex: Fix sparse warningJingoo Han
2013-12-17usb: gadget: f_ncm: Fix sparse warningJingoo Han
2013-12-17usb: gadget: f_mass_storage: Fix sparse warningJingoo Han
2013-12-17usb: gadget: f_loopback: Fix sparse warningJingoo Han
2013-12-17usb: gadget: atmel_usba: Fix sparse warningJingoo Han
2013-12-17usb: gadget: atmel_usba: Use devm_*() functionsJingoo Han
2013-12-17usb: gadget: nokia: fix error recovery path for optional functionsAndrzej Pietrasiewicz
2013-12-17usb: gadget: add "maxpacket_limit" field to struct usb_epRobert Baldyga
2013-12-12usb: gadget: f_fs: fix sparse warningFelipe Balbi
2013-12-12usb: gadget: FunctionFS: add configfs supportAndrzej Pietrasiewicz
2013-12-12usb: gadget: FunctionFS: Remove compatibility layerAndrzej Pietrasiewicz
2013-12-12usb: gadget: g_ffs: convert to new interface of f_fsAndrzej Pietrasiewicz
2013-12-12usb: gadget: FunctionFS: convert to new function interface with backward comp...Andrzej Pietrasiewicz
2013-12-12usb: gadget: FunctionFS: add devices management codeAndrzej Pietrasiewicz
2013-12-12usb: gadget: FunctionFS: create utility fileAndrzej Pietrasiewicz
2013-12-12usb: gadget: FunctionFS: Remove VLAIS usage from gadget codeAndrzej Pietrasiewicz
2013-12-12usb: gadget: rndis: merge u_rndis.ko with usb_f_rndis.koAndrzej Pietrasiewicz
2013-12-12usb: gadget: f_rndis: remove compatibility layerAndrzej Pietrasiewicz
2013-12-12usb: gadget: g_ffs: convert to new interface of f_rndisAndrzej Pietrasiewicz
2013-12-12usb: gadget: f_subset: remove compatibility layerAndrzej Pietrasiewicz
2013-12-12usb: gadget: g_ffs: convert to new interface of f_subsetAndrzej Pietrasiewicz
2013-12-12usb: gadget: f_ecm: remove compatibility layerAndrzej Pietrasiewicz
2013-12-12usb: gadget: g_ffs: convert to new interface of f_ecmAndrzej Pietrasiewicz
2013-12-12usb: gadget: g_ffs: remove a reduntant gfs_ether_setup variableAndrzej Pietrasiewicz
2013-12-12usb: gadget: configfs: allow setting function instance's nameAndrzej Pietrasiewicz
2013-12-12usb: gadget: s3c-hsotg: add flush TX FIFO when kill all requestsRobert Baldyga
2013-12-12usb: gadget: s3c-hsotg: fix maxpacket size in s3c_hsotg_irq_enumdoneRobert Baldyga
2013-12-09usb: f_fs: check quirk to pad epout buf size when not aligned to maxpacketsizeMichal Nazarewicz