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