aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-03usb: udc: core: add device_del() call to error pathwayAlan Stern1-0/+1
2015-07-27usb: gadget: f_printer: actually limit the number of instancesAndrzej Pietrasiewicz1-1/+9
2015-07-27usb: gadget: f_hid: actually limit the number of instancesAndrzej Pietrasiewicz1-0/+4
2015-07-27usb: gadget: f_uac2: fix calculation of uac2->p_intervalPeter Chen1-2/+2
2015-07-27usb: gadget: bdc: fix a driver crash on disconnectAl Cooper1-1/+1
2015-07-20usb: gadget: udc: core: Fix argument of dma_map_single for IOMMUYoshihiro Shimoda1-6/+8
2015-07-20usb: gadget: mv_udc_core: fix phy_regs I/O memory leakAlexey Khoroshilov1-1/+1
2015-07-17configfs: fix kernel infoleak through user-controlled format stringNicolas Iooss1-1/+1
2015-07-06usb: gadget: f_midi: fix error recovery pathAndrzej Pietrasiewicz1-3/+1
2015-07-06usb: gadget: udc: fix free_irq() after request_irq() failedTakeshi Yoshimura1-2/+1
2015-07-06usb: gadget: composite: Fix NULL pointer dereferenceKishon Vijay Abraham I1-4/+7
2015-07-06usb: gadget: f_fs: do not set cancel function on synchronous {read,write}Rui Miguel Silva1-2/+4
2015-07-06usb: f_mass_storage: limit number of reported LUNsMichal Nazarewicz1-3/+13
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-2/+2
2015-07-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2-191/+12
2015-06-26Merge tag 'usb-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds11-302/+363
2015-06-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-2/+0
2015-06-23vfs: add file_path() helperMiklos Szeredi2-2/+2
2015-06-15target: Drop unnecessary core_tpg_register TFO parameterNicholas Bellinger1-4/+1
2015-06-08Merge 4.1-rc7 into usb-nextGreg Kroah-Hartman5-10/+24
2015-06-02target: Minimize SCSI header #include directivesBart Van Assche2-2/+0
2015-06-02Merge tag 'usb-for-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman10-299/+357
2015-05-30target: target_core_configfs.h is not needed in fabric driversChristoph Hellwig1-1/+0
2015-05-30target: Move task tag into struct se_cmd + support 64-bit tagsBart Van Assche1-13/+2
2015-05-30target: move transport ID handling to the coreChristoph Hellwig2-72/+5
2015-05-30target: remove the get_fabric_proto_ident methodChristoph Hellwig1-18/+0
2015-05-30target: change core_tpg_register prototypeChristoph Hellwig1-2/+2
2015-05-30target: move node ACL allocation to core codeChristoph Hellwig1-14/+0
2015-05-30target: refactor init/drop_nodeacl methodsChristoph Hellwig1-37/+5
2015-05-30target: make the tpg_get_default_depth method optionalChristoph Hellwig1-6/+0
2015-05-30tcm_usb: remove struct usbg_naclChristoph Hellwig2-30/+3
2015-05-27usb: gadget: atmel: fix build warningsFelipe Balbi1-1/+1
2015-05-26usb: gadget: atmel: fix build warningFelipe Balbi1-2/+2
2015-05-26usb: gadget: net2280: fix pullup handlingMian Yousaf Kaukab1-5/+11
2015-05-26usb: gadget: net2280: physically disable endpoint on disable operationMian Yousaf Kaukab1-0/+7
2015-05-26usb: gadget: autoconf: net2280: match hardware and usb ep addressMian Yousaf Kaukab1-7/+17
2015-05-26usb: gadget: net2280: fix use of GPEP in both directionsMian Yousaf Kaukab1-9/+32
2015-05-26usb: gadget: net2280: check interrupts for all endpointsMian Yousaf Kaukab1-13/+44
2015-05-26usb: gadget: net2280: set all byte enables on startMian Yousaf Kaukab1-0/+1
2015-05-26usb: gadget: net2280: don't set ep_cfg.direction bitMian Yousaf Kaukab1-2/+0
2015-05-26usb: gadget: net2280: unconditionally reset dma in usb_resetMian Yousaf Kaukab1-1/+7
2015-05-26usb: gadget: net2280: reset sequence number on ep enableMian Yousaf Kaukab1-0/+4
2015-05-26usb: gadget: net2280: fix ep_cfg for defect7374Mian Yousaf Kaukab1-2/+2
2015-05-26usb: gadget: f_fs: add extra check before unregister_gadget_itemRui Miguel Silva1-2/+8
2015-05-26usb: gadget: f_fs: fix check in read operationRui Miguel Silva1-1/+1
2015-05-26usb: gadget: f_uac1: check return code from config_ep_by_speedMichael Trimarchi1-1/+4
2015-05-26usb: gadget: ffs: fix: Always call ffs_closed() in ffs_data_clear()Krzysztof Opasiak1-5/+8
2015-05-26usb: gadget: g_ffs: Fix counting of missing_functionsKrzysztof Opasiak1-1/+3
2015-05-26usb: s3c2410_udc: correct reversed pullup logicSergiy Kibrik1-1/+1
2015-05-21usb: gadget: rndis: use signed type for a signed valueAndrzej Pietrasiewicz2-3/+3