summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)AuthorFilesLines
2015-07-31usb: gadget: mass_storage: Fix freeing luns sysfs implementationKrzysztof Opasiak2-7/+7
2015-07-31usb: gadget: atmel_usba_udc: add missing ret value checkRobert Baldyga1-0/+4
2015-07-31usb: gadget: midi: avoid redundant f_midi_set_alt() callRobert Baldyga1-0/+4
2015-07-31usb: gadget: ffs: call functionfs_unbind() if _ffs_func_bind() failsRobert Baldyga1-1/+7
2015-07-30usb: gadget: f_uac2: finalize wMaxPacketSize according to bandwidthPeter Chen1-2/+29
2015-07-30usb: gadget: f_mass_storage: stop thread in bind failure caseSanjay Singh Rawat1-2/+9
2015-07-30usb: gadget: m66592-udc: forever loop in set_feature()Dan Carpenter1-1/+1
2015-07-30usb: gadget: fotg210-udc: remove duplicate conditionsDan Carpenter1-14/+4
2015-07-30usb: gadget: apply generic altsetting support check mechanismRobert Baldyga3-3/+3
2015-07-30usb: gadget: f_ecm/f_ncm: check quirk instead of UDC nameRobert Baldyga2-5/+4
2015-07-30usb: gadget: f_mass_storage: check quirk instead of UDC nameRobert Baldyga1-1/+2
2015-07-30usb: gadget: add 'quirk_stall_not_supp' to usb_gadgetRobert Baldyga1-0/+1
2015-07-30usb: gadget: add 'quirk_altset_not_supp' to usb_gadgetRobert Baldyga2-0/+2
2015-07-29usb: gadget: zero: allocate and init otg descriptor by otg capabilitiesLi Jun1-20/+21
2015-07-29usb: gadget: serial: allocate and init otg descriptor by otg capabilitiesLi Jun1-16/+21
2015-07-29usb: gadget: printer: allocate and init otg descriptor by otg capabilitiesLi Jun1-19/+30
2015-07-29usb: gadget: ncm: allocate and init otg descriptor by otg capabilitiesLi Jun1-15/+19
2015-07-29usb: gadget: multi: allocate and init otg descriptor by otg capabilitiesLi Jun1-17/+20
2015-07-29usb: gadget: mass_storage: allocate and init otg descriptor by otg capabilitiesLi Jun1-16/+19
2015-07-29usb: gadget: hid: allocate and init otg descriptor by otg capabilitiesLi Jun1-16/+20
2015-07-29usb: gadget: g_ffs: allocate and init otg descriptor by otg capabilitiesLi Jun1-15/+17
2015-07-29usb: gadget: cdc2: allocate and init otg descriptor by otg capabilitiesLi Jun1-16/+19
2015-07-29usb: gadget: audio: allocate and init otg descriptor by otg capabilitiesLi Jun1-15/+19
2015-07-29usb: gadget: acm_ms: allocate and init otg descriptor by otg capabilitiesLi Jun1-16/+19
2015-07-29usb: gadget: ether: allocate and init otg descriptor by otg capabilitiesLi Jun1-16/+20
2015-07-29usb: gadget: configfs: allocate and init otg descriptor by otg capabilitiesLi Jun1-9/+20
2015-07-29usb: gadget: add usb otg descriptor allocate and init interfaceLi Jun1-0/+56
2015-07-29usb: gadget: composite: add USB_DT_OTG request handlingMacpaul Lin1-0/+27
2015-07-29usb: gadget: f_obex: use bind_deactivated flagRobert Baldyga1-18/+1
2015-07-29usb: gadget: f_uvc: use bind_deactivated flagRobert Baldyga1-6/+1
2015-07-29usb: composite: add bind_deactivated flag to usb_functionRobert Baldyga1-0/+6
2015-07-29usb: composite: fix usb_function_activate/deactivate functionsRobert Baldyga1-2/+2
2015-07-29usb: gadget: storage-common: Set FSG_MAX_LUNS to 16Krzysztof Opasiak2-2/+2
2015-07-29usb: gadget: mass_storage: Place EXPORT_SYMBOL_GPL() after func definitionKrzysztof Opasiak1-1/+1
2015-07-29usb: gadget: mass_storage: Free buffers if create lun failsKrzysztof Opasiak1-0/+5
2015-07-29usb: pass flags parameter to gpiod_get functionsUwe Kleine-König1-1/+1
2015-07-29usb: udc: Convert use of __constant_cpu_to_leXX to cpu_to_leXXVaishali Thakkar2-3/+3
2015-07-29usb: gadget: composite.c: i18n is not an acronymDiego Viola1-2/+2
2015-07-29usb: gadget: Convert use of __constant_cpu_to_le16 to cpu_to_le16Vaishali Thakkar4-14/+14
2015-07-29usb: gadget: SourceSink: Remove out-of-date commentKrzysztof Opasiak1-5/+0
2015-07-29usb: gadget: loopback: Remove out-of-date commentKrzysztof Opasiak1-5/+0
2015-07-29usb: gadget: nokia: Add mass storage driver to g_nokiaPali Rohár2-1/+102
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-18configfs: fix kernel infoleak through user-controlled format stringNicolas Iooss1-1/+1
2015-07-06usb: gadget: f_midi: fix error recovery pathAndrzej Pietrasiewicz1-3/+1