summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc3: of-simple: add compatible for CaviumFelipe Balbi2016-09-131-0/+1
* usb: dwc3: of-simple: allow glues without clocksFelipe Balbi2016-09-131-16/+28
* usb: dwc3: of-simple: Fix warning during unbindAnurag Kumar Vulisha2016-09-121-1/+1
* usb: dwc3: fix Clear Stall EP command failureLu Baolu2016-09-121-1/+2
* usb: dwc3: avoid -Wmaybe-uninitialized warningArnd Bergmann2016-09-091-5/+9
* usb: gadget: NCM: Protect dev->port_usb using dev->lockHarish Jenny K N2016-09-091-2/+5
* usb: gadget: u_ether: fix another dereference after null checkHarish Jenny K N2016-09-091-1/+2
* usb: gadget: remove variable ret and remove unnecessary if statementColin Ian King2016-09-091-6/+2
* usb: dwc2: Properly account for the force mode delaysJohn Youn2016-09-081-17/+14
* usb: dwc2: Add delay to core soft resetJohn Youn2016-09-083-0/+97
* usb: dwc2: gadget: Only initialize device if in device modeJohn Youn2016-09-081-2/+5
* usb: gadget: f_fs: Stop ffs_closed NULL pointer dereferenceJim Baxter2016-09-081-0/+5
* usb: dwc3: Fix dr_mode validationThinh Nguyen2016-09-072-12/+58
* usb: dwc3: ulpi: make dwc3_ulpi_ops constantTal Shorer2016-09-061-1/+1
* usb: ulpi: make ops struct constantTal Shorer2016-09-061-1/+2
* usb: ulpi: remove "dev" field from struct ulpi_opsTal Shorer2016-09-061-1/+0
* usb: ulpi: rename operations {read|write}_dev to simply {read|write}Tal Shorer2016-09-062-4/+4
* usb: ulpi: remove calls to old api callbacksTal Shorer2016-09-061-4/+0
* usb: dwc3: ulpi: use new apiTal Shorer2016-09-061-6/+6
* usb: ulpi: add new api functions, {read|write}_dev()Tal Shorer2016-09-061-2/+6
* usb: ulpi: move setting of ulpi->dev parent up in ulpi_register()Tal Shorer2016-09-061-1/+2
* 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: net2280: fix typo: "Inavlid" -> "Invalid"Colin Ian King2016-08-311-1/+1
* usb: renesas_usbhs: add a compatible string for r8a7796Yoshihiro Shimoda2016-08-311-0/+4
* 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-251-0/+61