summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-09-06usb: ulpi: remove "dev" field from struct ulpi_opsTal Shorer1-1/+0
2016-09-06usb: ulpi: rename operations {read|write}_dev to simply {read|write}Tal Shorer2-4/+4
2016-09-06usb: ulpi: remove calls to old api callbacksTal Shorer1-4/+0
2016-09-06usb: dwc3: ulpi: use new apiTal Shorer1-6/+6
2016-09-06usb: ulpi: add new api functions, {read|write}_dev()Tal Shorer1-2/+6
2016-09-06usb: ulpi: move setting of ulpi->dev parent up in ulpi_register()Tal Shorer1-1/+2
2016-08-31usb: dwc2: gadget: free TX FIFO after killing requestsRobert Baldyga1-4/+4
2016-08-31usb: dwc2: gadget: remove dead code from dwc2_hsotg_ep_enable()Robert Baldyga1-12/+1
2016-08-31usb: dwc2: gadget: change variable name to more meaningfulRobert Baldyga1-4/+4
2016-08-31usb: dwc2: gadget: fix TX FIFO size and address initializationRobert Baldyga2-46/+8
2016-08-31usb: dwc2: gadget: use ep->fifo_index in context of FIFO registersRobert Baldyga1-2/+3
2016-08-31usb: gadget: configfs: log function unbinding as debugRomain Izard1-1/+1
2016-08-31usb: gadget: uvc: Add missing call for additional setup dataPetr Cvek1-0/+7
2016-08-31usb: renesas_usbhs: set quirk_avoids_skb_reserve if USB-DMAC is usedYoshihiro Shimoda1-0/+2
2016-08-31usb: gadget: f_ncm: add support for no_skb_reserveYoshihiro Shimoda1-0/+2
2016-08-31usb: gadget: u_ether: add a flag to avoid skb_reserve() callingYoshihiro Shimoda2-1/+5
2016-08-31usb: gadget: net2280: fix typo: "Inavlid" -> "Invalid"Colin Ian King1-1/+1
2016-08-31usb: renesas_usbhs: add a compatible string for r8a7796Yoshihiro Shimoda1-0/+4
2016-08-29usb: gadget: goku_udc: fix memory leak in goku_probe()Alexey Khoroshilov1-0/+2
2016-08-29usb: renesas_usbhs: pipe: don't print on ENOMEMWolfram Sang1-3/+1
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