summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* usb: renesas_usbhs: mod_host: don't print on ENOMEMWolfram Sang2016-08-291-8/+2
* usb: renesas_usbhs: mod_gadget: don't print on ENOMEMWolfram Sang2016-08-291-5/+1
* usb: gadget: udc: udc-xilinx: don't print on ENOMEMWolfram Sang2016-08-291-3/+1
* usb: gadget: udc: goku_udc: don't print on ENOMEMWolfram Sang2016-08-291-2/+1
* usb: gadget: udc: fsl_qe_udc: don't print on ENOMEMWolfram Sang2016-08-291-12/+4
* usb: dwc2: gadget: don't print on ENOMEMWolfram Sang2016-08-291-6/+2
* usb: phy: ab8500-usb: fix spelling mistake "regester" -> "register"Colin Ian King2016-08-291-4/+4
* usb: gadget: don't couple configfs to legacy gadgetsFelipe Balbi2016-08-261-19/+19
* usb: dwc3: gadget: stop kicking if we run out of spaceFelipe Balbi2016-08-251-0/+3
* usb: dwc3: gadget: abolish trbs_leftFelipe Balbi2016-08-251-9/+7
* usb: gadget: f_hid: use alloc_ep_req()Felipe F. Tonello2016-08-251-5/+1
* usb: gadget: f_hid: use free_ep_req()Felipe F. Tonello2016-08-251-7/+3
* usb: gadget: remove useless parameter in alloc_ep_req()Felipe F. Tonello2016-08-256-16/+10
* usb: dwc3: Add ENDXFER command pollingJohn Youn2016-08-253-1/+30
* usb: phy: mxs: Add DT bindings to configure TX settingsJaret Cantu2016-08-251-0/+61
* usb: dwc3: Add revision numbers for the USB 3.0 IPJohn Youn2016-08-251-0/+2
* usb: gadget: f_fs: handle control requests in config 0Felix Hädicke2016-08-251-2/+3
* usb: gadget: composite: let USB functions process ctrl reqs in cfg0Felix Hädicke2016-08-253-9/+22
* usb: gadget: f_fs: handle control requests not directed to interface or endpointFelix Hädicke2016-08-251-4/+30
* usb: gadget: f_hid: add dev to configfsJohannes Berg2016-08-251-0/+10
* usb: dwc3: core: Move the mode setting to the right placeBaolin Wang2016-08-251-3/+15
* usb: gadget: f_midi: drop substreams when disabling endpointFelipe F. Tonello2016-08-251-12/+15
* usb: gadget: f_midi: refactor state machineFelipe F. Tonello2016-08-251-75/+129
* usb: gadget: f_midi: defaults buflen sizes to 512Felipe F. Tonello2016-08-252-2/+2
* usb: gadget: f_midi: remove alignment code for OUT endpointFelipe F. Tonello2016-08-251-3/+2
* usb: gadget: align buffer size when allocating for OUT endpointFelipe F. Tonello2016-08-252-1/+18
* usb: gadget: change len to size_t on alloc_ep_req()Felipe F. Tonello2016-08-252-2/+2
* usb: gadget: Add per-lun inquiry stringPhilipp Gesang2016-08-254-6/+57
* usb: dwc3: of-simple: add compatible for rockchip rk3399William Wu2016-08-251-0/+1
* usb: dwc3: add dis_del_phy_power_chg_quirkWilliam Wu2016-08-252-0/+8
* usb: dwc3: make usb2 phy utmi interface configurableWilliam Wu2016-08-252-0/+30
* usb: dwc3: add dis_u2_freeclk_exists_quirkWilliam Wu2016-08-252-0/+10
* usb: gadget: net2280: match interrupt endpoints to PIO endpoints and DMA to bulkJussi Kivilinna2016-08-251-0/+38
* usb: gadget: net2280: fix infinite loop in irq handlerJussi Kivilinna2016-08-251-3/+37
* usb: gadget: f_ncm: add SuperSpeed descriptors for CDC NCMJussi Kivilinna2016-08-251-2/+80
* usb: dwc2: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-08-251-1/+1
* usb: gadget: remove redundant self assignmentColin Ian King2016-08-251-3/+1
* usb: gadget: configfs: log function unbinding as informationRomain Izard2016-08-251-2/+3
* usb: phy: generic: remove the vbus dependencyRobert Jarzmik2016-08-251-5/+2
* usb: phy: generic: cope with initial stateRobert Jarzmik2016-08-251-0/+2
* usb: gadget: pxa27x: add phy notifier event handlerRobert Jarzmik2016-08-251-2/+49
* usb: dwc3: gadget: improve increment request->actualFelipe Balbi2016-08-251-6/+2
* usb: dwc3: gadget: remove condition that never happensFelipe Balbi2016-08-251-4/+2
* usb: dwc3: gadget: add remaining sg entries to ringFelipe Balbi2016-08-251-9/+24
* usb: dwc3: gadget: interrupt on ring full tooFelipe Balbi2016-08-221-1/+4
* usb: dwc3: gadget: add sg and num_pending_sgs to dwc3_requestFelipe Balbi2016-08-221-0/+4
* usb: dwc3: gadget: avoid while (1) loop on completionFelipe Balbi2016-08-221-13/+19
* usb: dwc3: gadget: simplify __dwc3_gadget_ep_queue()Felipe Balbi2016-08-221-76/+7
* usb: dwc3: gadget: simplify dwc3_ep_prev_trb()Felipe Balbi2016-08-221-5/+5
* usb: dwc3: gadget: increment dequeue pointer on completionFelipe Balbi2016-08-221-14/+3