summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* usb: ulpi: rename operations {read|write}_dev to simply {read|write}Tal Shorer2016-09-063-6/+6
* usb: ulpi: remove calls to old api callbacksTal Shorer2016-09-062-6/+0
* usb: dwc3: ulpi: use new apiTal Shorer2016-09-061-6/+6
* usb: ulpi: add new api functions, {read|write}_dev()Tal Shorer2016-09-062-2/+8
* usb: ulpi: move setting of ulpi->dev parent up in ulpi_register()Tal Shorer2016-09-061-1/+2
* Documentation: devicetree: dwc2: Deprecate g-tx-fifo-sizeJohn Youn2016-09-061-1/+4
* usb: dwc2: gadget: free TX FIFO after killing requestsRobert Baldyga2016-08-311-4/+4
* usb: dwc2: gadget: remove dead code from dwc2_hsotg_ep_enable()Robert Baldyga2016-08-311-12/+1
* usb: dwc2: gadget: change variable name to more meaningfulRobert Baldyga2016-08-311-4/+4
* usb: dwc2: gadget: fix TX FIFO size and address initializationRobert Baldyga2016-08-312-46/+8
* usb: dwc2: gadget: use ep->fifo_index in context of FIFO registersRobert Baldyga2016-08-311-2/+3
* usb: gadget: configfs: log function unbinding as debugRomain Izard2016-08-311-1/+1
* usb: gadget: uvc: Add missing call for additional setup dataPetr Cvek2016-08-311-0/+7
* usb: renesas_usbhs: set quirk_avoids_skb_reserve if USB-DMAC is usedYoshihiro Shimoda2016-08-311-0/+2
* usb: gadget: f_ncm: add support for no_skb_reserveYoshihiro Shimoda2016-08-311-0/+2
* usb: gadget: u_ether: add a flag to avoid skb_reserve() callingYoshihiro Shimoda2016-08-312-1/+5
* usb: gadget: add a new quirk to avoid skb_reserve in u_ether.cYoshihiro Shimoda2016-08-311-0/+13
* usb: gadget: net2280: fix typo: "Inavlid" -> "Invalid"Colin Ian King2016-08-311-1/+1
* usb: renesas_usbhs: add a compatible string for r8a7796Yoshihiro Shimoda2016-08-312-0/+5
* usb: gadget: goku_udc: fix memory leak in goku_probe()Alexey Khoroshilov2016-08-291-0/+2
* usb: renesas_usbhs: pipe: don't print on ENOMEMWolfram Sang2016-08-291-3/+1
* 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-252-0/+71
* Documentation: dt: dwc3: note the supported phy-namesBrian Norris2016-08-251-1/+2
* 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-252-2/+4
* usb: gadget: composite: let USB functions process ctrl reqs in cfg0Felix Hädicke2016-08-254-10/+24
* usb: gadget: f_fs: handle control requests not directed to interface or endpointFelix Hädicke2016-08-252-4/+31
* 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: fix usb_ep_align_maybe endianness and new usb_ep_alignFelipe F. Tonello2016-08-251-3/+14