summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: add 'quirk_zlp_not_supp' to usb_gadgetRobert Baldyga2015-07-301-0/+1
* usb: gadget: add 'quirk_stall_not_supp' to usb_gadgetRobert Baldyga2015-07-301-0/+1
* usb: gadget: add 'quirk_altset_not_supp' to usb_gadgetRobert Baldyga2015-07-302-0/+2
* usb: dwc3: ep0: handle non maxpacket aligned transfers > 512Kishon Vijay Abraham I2015-07-301-14/+28
* usb: dwc3: ep0: Add chained TRB supportKishon Vijay Abraham I2015-07-302-4/+14
* usb: dwc3; ep0: Modify _dwc3_ep0_start_trans_ API to take 'chain' parameterKishon Vijay Abraham I2015-07-301-7/+8
* usb: dwc3: ep0: preparation for handling non maxpacket aligned transfers > 512Kishon Vijay Abraham I2015-07-301-8/+17
* usb: dwc3: ep0: use _roundup_ to calculate the transfer sizeKishon Vijay Abraham I2015-07-301-3/+1
* usb: dwc3: ep0: Fix mem corruption on OUT transfers of more than 512 bytesKishon Vijay Abraham I2015-07-301-2/+10
* usb: renesas_usbhs: Allow an OTG PHY driver to provide VBUSPhil Edworthy2015-07-291-0/+62
* usb: gadget: zero: allocate and init otg descriptor by otg capabilitiesLi Jun2015-07-291-20/+21
* usb: gadget: serial: allocate and init otg descriptor by otg capabilitiesLi Jun2015-07-291-16/+21
* usb: gadget: printer: allocate and init otg descriptor by otg capabilitiesLi Jun2015-07-291-19/+30
* usb: gadget: ncm: allocate and init otg descriptor by otg capabilitiesLi Jun2015-07-291-15/+19
* usb: gadget: multi: allocate and init otg descriptor by otg capabilitiesLi Jun2015-07-291-17/+20
* usb: gadget: mass_storage: allocate and init otg descriptor by otg capabilitiesLi Jun2015-07-291-16/+19
* usb: gadget: hid: allocate and init otg descriptor by otg capabilitiesLi Jun2015-07-291-16/+20
* usb: gadget: g_ffs: allocate and init otg descriptor by otg capabilitiesLi Jun2015-07-291-15/+17
* usb: gadget: cdc2: allocate and init otg descriptor by otg capabilitiesLi Jun2015-07-291-16/+19
* usb: gadget: audio: allocate and init otg descriptor by otg capabilitiesLi Jun2015-07-291-15/+19
* usb: gadget: acm_ms: allocate and init otg descriptor by otg capabilitiesLi Jun2015-07-291-16/+19
* usb: gadget: ether: allocate and init otg descriptor by otg capabilitiesLi Jun2015-07-291-16/+20
* usb: gadget: configfs: allocate and init otg descriptor by otg capabilitiesLi Jun2015-07-291-9/+20
* usb: gadget: add usb otg descriptor allocate and init interfaceLi Jun2015-07-291-0/+56
* usb: chipidea: update ci_otg_is_fsm_mode conditionsLi Jun2015-07-292-1/+5
* usb: chipidea: set usb otg capabilitiesLi Jun2015-07-292-1/+21
* usb: common: add API to update usb otg capabilities by device treeLi Jun2015-07-291-0/+56
* usb: gadget: composite: add USB_DT_OTG request handlingMacpaul Lin2015-07-291-0/+27
* usb: musb: sunxi: Add support for musb controller in A33 SoCHans de Goede2015-07-291-0/+15
* usb: musb: sunxi: Add support for musb controller in A31 SoCHans de Goede2015-07-291-6/+44
* usb: musb: sunxi: Add support for the Allwinner sunxi musb controllerHans de Goede2015-07-293-1/+716
* usb: gadget: f_obex: use bind_deactivated flagRobert Baldyga2015-07-291-18/+1
* usb: gadget: f_uvc: use bind_deactivated flagRobert Baldyga2015-07-291-6/+1
* usb: composite: add bind_deactivated flag to usb_functionRobert Baldyga2015-07-291-0/+6
* usb: composite: fix usb_function_activate/deactivate functionsRobert Baldyga2015-07-291-2/+2
* usb: phy: qcom: New APQ8016/MSM8916 USB transceiver driverIvan T. Ivanov2015-07-293-0/+451
* usb: gadget: storage-common: Set FSG_MAX_LUNS to 16Krzysztof Opasiak2015-07-292-2/+2
* usb: gadget: mass_storage: Place EXPORT_SYMBOL_GPL() after func definitionKrzysztof Opasiak2015-07-291-1/+1
* usb: gadget: mass_storage: Free buffers if create lun failsKrzysztof Opasiak2015-07-291-0/+5
* usb: dwc3: gadget: defer endpoint name changeFelipe Balbi2015-07-291-21/+21
* usb: dwc3: gadget: add a trace when disabling EPsFelipe Balbi2015-07-291-0/+2
* usb: dwc3: core: remove unnecessary dev_warn()Felipe Balbi2015-07-291-2/+0
* usb: pass flags parameter to gpiod_get functionsUwe Kleine-König2015-07-292-3/+5
* usb: dwc3: pci: make better use of gpiod APIUwe Kleine-König2015-07-291-10/+16
* usb: phy: msm-usb: Replace deprecated API of extconChanwoo Choi2015-07-291-10/+10
* usb: renesas_usbhs: Replace deprecated API of extconChanwoo Choi2015-07-291-1/+1
* usb: phy: tahvo: Use devm_extcon_dev_[allocate|register]() and replace deprec...Chanwoo Choi2015-07-291-14/+13
* usb: phy: omap-otg: Replace deprecated API of extconChanwoo Choi2015-07-291-11/+11
* usb: dwc3: omap: Replace deprecated API of extconChanwoo Choi2015-07-291-19/+13
* usb: udc: Convert use of __constant_cpu_to_leXX to cpu_to_leXXVaishali Thakkar2015-07-292-3/+3
OpenPOWER on IntegriCloud