summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* common: Move serial_printf() to the serial headerSimon Glass2019-12-026-1/+7
* dm: test: usb: rework keyboard testHeinrich Schuchardt2019-11-251-10/+17
* usb: kbd: implement special keysHeinrich Schuchardt2019-11-251-0/+6
* Merge tag 'u-boot-rockchip-20191124' of https://gitlab.denx.de/u-boot/custodi...Tom Rini2019-11-233-0/+46
|\
| * gadget: rockchip: Add rk3399 USB_GADGET_PRODUCT_NUMJagan Teki2019-11-231-0/+1
| * usb: dwc3: Add phy interface for dwc3_ubootJagan Teki2019-11-232-0/+39
| * gadget: rockchip: Add rk3128 USB_GADGET_PRODUCT_NUMJagan Teki2019-11-231-0/+1
| * gadget: rockchip: USB_GADGET_PRODUCT_NUMJagan Teki2019-11-231-0/+3
| * gadget: Select USB_GADGET_VENDOR_NUM for rockchipJagan Teki2019-11-231-0/+1
| * gadget: Select USB_GADGET_MANUFACTURER for rockchipJagan Teki2019-11-231-0/+1
* | usb: dwc2: fix possible alignment issuesSimon Goldschmidt2019-11-221-2/+2
* | usb: composite: fix possible alignment issuesSimon Goldschmidt2019-11-221-7/+18
* | usb: cdns3: Fix include file pathVignesh Raghavendra2019-11-192-2/+2
|/
* rockchip: usb: Migrate to use ofnodeKever Yang2019-11-171-3/+2
* usb: xhci: support 1.1 or later versionChunfeng Yun2019-11-081-1/+1
* usb: composite: add BOS descriptor support to composite frameworkT Karthik Reddy2019-11-071-6/+55
* usb: gadget: Add gadget_is_cdns3() macroVignesh Raghavendra2019-11-071-0/+8
* usb: cdns3: Add TI wrapper driver for CDNS USB3 controllerVignesh Raghavendra2019-11-073-0/+202
* usb: cdns3: gadget: Implement udc_set_speed() callbackVignesh Raghavendra2019-11-071-4/+26
* usb: Add Cadence USB3 host and gadget driverVignesh Raghavendra2019-11-0716-0/+6431
* usb: udc: Introduce ->udc_set_speed() methodSherry Sun2019-11-071-0/+23
* usb: gadget: Add match_ep() op to usb_gadget_opsVignesh Raghavendra2019-11-071-0/+3
* usb: ehci-hcd: Keep async schedule runningMarek Vasut2019-10-311-30/+21
* dwc3: flush cache only if there is a buffer attached to a requestMarek Szyprowski2019-10-311-1/+2
* gadget: f_thor: properly enable 3rd endpoint defined by the protocolMarek Szyprowski2019-10-311-0/+7
* dwc3-generic: Don't fail probe if clk/reset entries are absentVignesh Raghavendra2019-10-311-2/+2
* ehci-mx6: Update EHCI driver to support OTG0 on i.MX7ULPYe Li2019-10-242-16/+43
* usb: ehci-mx6: Fix bus enumeration for iMX7 SoCsIgor Opaniuk2019-10-241-7/+8
* usb: dwc3: Kconfig: get rid of obsolete mode selectionJean-Jacques Hiblot2019-10-242-18/+4
* usb: dwc3: Add dwc3_of_parse() to get quirks information from DTJean-Jacques Hiblot2019-10-243-1/+71
* usb: dwc3-generic: if no max speed is specified in DT, assume super speedJean-Jacques Hiblot2019-10-241-2/+2
* usb: dwc3-generic: add a new host driver that uses the dwc3 coreJean-Jacques Hiblot2019-10-242-2/+54
* usb: dwc3-generic: factorize codeJean-Jacques Hiblot2019-10-241-20/+35
* usb: dwc3-generic: use platdataJean-Jacques Hiblot2019-10-241-14/+23
* usb: dwc3: always use the inlined version of dwc3_host_init/dwc3_host_exitJean-Jacques Hiblot2019-10-241-5/+0
* usb: xhci: move xhci.h to include usbJean-Jacques Hiblot2019-10-2413-1304/+12
* usb: dwc3: switch to peripheral mode when exitingJean-Jacques Hiblot2019-10-241-0/+13
* usb: host: remove the xhci-zynqmp driverJean-Jacques Hiblot2019-10-243-154/+0
* drivers: usb: dwc3: setup phy before dwc3 core soft resetT Karthik Reddy2019-10-081-2/+2
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2019-09-1411-33/+49
|\
| * usb: musb_hcd: fix compilation errorJean-Jacques Hiblot2019-09-111-2/+2
| * dwc2: use the nonblock argument in submit_int_msgMichal Suchanek2019-09-111-1/+1
| * usb: Add nonblock argument to submit_int_msgMichal Suchanek2019-09-1110-30/+46
* | usb: ohci-generic: don't probe fail if there is no clk_enable() opsKever Yang2019-09-111-1/+1
* | usb: ehci-generic: don't probe fail if there is no clk_enable() opsKever Yang2019-09-111-1/+1
|/
* usb: xhci-dwc3: Add support for dis_u2_susphy_quirkNeil Armstrong2019-09-101-0/+3
* usb: r8a66597: Add optional DM VBUS regulator supportMarek Vasut2019-08-222-0/+30
* usb: r8a66597: Checkpatch cleanupMarek Vasut2019-08-222-268/+268
* usb: r8a66597: Add Kconfig entryMarek Vasut2019-08-221-0/+9
* usb: r8a66597: Convert to USB DMMarek Vasut2019-08-221-70/+125