summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)AuthorFilesLines
2014-03-08Merge tag 'usb-for-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman11-254/+684
2014-03-07usb: gadget: return the right length in ffs_epfile_io()Chuansheng Liu1-13/+15
2014-03-07usb: gadget: u_ether: move hardware transmit to RX NAPIWeinn Jheng1-35/+66
2014-03-06usb: gadget: f_fs: Add flags to descriptors blockMichal Nazarewicz2-83/+61
2014-03-06usb: gadget: f_fs: Add support for SuperSpeed ModeManu Gautam2-50/+142
2014-03-06usb: gadget: atmel_usba: fix crashed during stopping when DEBUG is enabledGregory CLEMENT1-3/+3
2014-03-06usb: gadget: atmel_usba: fix crash when no endpoint are specifiedAlexandre Belloni1-0/+6
2014-03-06usb: gadget: s3c-hsotg: add proper suspend/resume supportMarek Szyprowski1-4/+49
2014-03-05usb: gadget: at91_udc: fix ep maxpacket initialisationRobert Baldyga1-7/+7
2014-02-25Merge 3.14-rc4 into usb-nextGreg Kroah-Hartman4-29/+40
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-20usb: gadget: gr_udc: remove some unneeded error handlingDan Carpenter1-8/+2
2014-02-19usb: gadget: at91: using USBA_NR_DMAS for DMA channelsBo Shen2-2/+2
2014-02-19usb: gadget: at91: fix the number of endpoint parameterBo Shen1-1/+1
2014-02-18usb: gadget: f_fs: add aio supportRobert Baldyga1-26/+239
2014-02-18usb: gadget: f_fs: add poll for endpoint 0Robert Baldyga1-0/+42
2014-02-18usb: gadget: f_fs: fix setup request handlingRobert Baldyga2-2/+1
2014-02-18usb: gadget: functionfs: replace FFS_SETUP_STATUS with an inline functionMichal Nazarewicz2-10/+19
2014-02-18usb: gadget: functionfs: fix typo in the enum variableMichal Nazarewicz2-14/+14
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-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-02-12Remove MACH_OMAP_H4_OTGRichard Weinberger1-1/+1
2014-01-24Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2014-01-09usb: delete non-required instances of include <linux/init.h>Paul Gortmaker13-13/+0
2014-01-08usb: gadget: remove unused variable in gr_queue_int()Wei Yongjun1-3/+0
2014-01-08usb: 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-24usb: gadget: at91_udc: fix build warningFelipe Balbi1-7/+7
2013-12-24usb: gadget: Add UDC driver for Aeroflex Gaisler GRUSBDCAndreas Larsson4-0/+2470
2013-12-24usb: gadget: s3c-hsotg: get phy bus width from phy subsystemMatt Porter2-1/+14
2013-12-24usb: gadget: s3c-hsotg: enable generic phy supportMatt Porter1-16/+39
2013-12-24usb: gadget: s3c-hsotg: add snps,dwc2 compatible stringMatt Porter1-0/+1
2013-12-24usb: 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