summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-07-31Doc: ABI: testing: configfs-usb-gadget-sourcesinkPeter Chen1-1/+1
2015-07-31Doc: ABI: testing: configfs-usb-gadget-loopbackPeter Chen1-1/+1
2015-07-31usb: gadget: mass_storage: Use static array for lunsKrzysztof Opasiak6-113/+50
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-31staging: emxx_udc: add missing usb_ep_set_maxpacket_limit()Robert Baldyga1-1/+2
2015-07-31usb: isp1760: udc: add missing usb_ep_set_maxpacket_limit()Robert Baldyga1-2/+2
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: phy: msm: Add D+/D- lines route controlIvan T. Ivanov3-0/+58
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_zlp_not_supp' to usb_gadgetRobert Baldyga2-0/+11
2015-07-30usb: gadget: add 'quirk_stall_not_supp' to usb_gadgetRobert Baldyga2-0/+11
2015-07-30usb: gadget: add 'quirk_altset_not_supp' to usb_gadgetRobert Baldyga3-0/+13
2015-07-30usb: dwc3: ep0: handle non maxpacket aligned transfers > 512Kishon Vijay Abraham I1-14/+28
2015-07-30usb: dwc3: ep0: Add chained TRB supportKishon Vijay Abraham I2-4/+14
2015-07-30usb: dwc3; ep0: Modify _dwc3_ep0_start_trans_ API to take 'chain' parameterKishon Vijay Abraham I1-7/+8
2015-07-30usb: dwc3: ep0: preparation for handling non maxpacket aligned transfers > 512Kishon Vijay Abraham I1-8/+17
2015-07-30usb: dwc3: ep0: use _roundup_ to calculate the transfer sizeKishon Vijay Abraham I1-3/+1
2015-07-30usb: dwc3: ep0: Fix mem corruption on OUT transfers of more than 512 bytesKishon Vijay Abraham I1-2/+10
2015-07-29usb: renesas_usbhs: Allow an OTG PHY driver to provide VBUSPhil Edworthy1-0/+62
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 Jun2-0/+60
2015-07-29usb: chipidea: update ci_otg_is_fsm_mode conditionsLi Jun2-1/+5
2015-07-29usb: chipidea: set usb otg capabilitiesLi Jun3-1/+22
2015-07-29usb: common: add API to update usb otg capabilities by device treeLi Jun2-0/+63
2015-07-29doc: dt-binding: usb: add otg related propertiesLi Jun1-0/+15
2015-07-29usb: gadget: composite: add USB_DT_OTG request handlingMacpaul Lin1-0/+27
2015-07-29usb: add usb_otg_caps to usb_gadget structure.Macpaul Lin1-0/+2
2015-07-29usb: otg: add usb_otg_caps structure for otg capabilitiesLi Jun1-0/+15
2015-07-29usb: add USB_OTG_ADP definitionMacpaul Lin1-0/+1
2015-07-29usb: add usb_otg20_descriptor for OTG 2.0 and aboveMacpaul Lin1-0/+11