summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-0535-0/+38
* dm: core: Require users of devres to include the headerSimon Glass2020-02-0523-0/+26
* Merge tag 'rpi-next-2020.04' of https://gitlab.denx.de/u-boot/custodians/u-bo...Tom Rini2020-02-052-6/+8
|\
| * usb: dwc2_udc_otg: add bcm2835 SoC (Raspberry Pi4) supportMarek Szyprowski2020-01-292-6/+8
* | usb: cdns3: ep0: Invalidate cache before reading Setup PacketVignesh Raghavendra2020-02-021-0/+4
|/
* usb: musb-new: mt85xx: add musb-new gadget driver.mingming lee2020-01-253-1/+428
* Merge tag '2020-01-20-ti-2020.04' of https://gitlab.denx.de/u-boot/custodians...Tom Rini2020-01-201-0/+1
|\
| * dwc3-generic: Add support for AM654 USB controllerVignesh Raghavendra2020-01-201-0/+1
* | common: Move hang() to the same header as panic()Simon Glass2020-01-172-0/+2
* | common: Rename and move source()Simon Glass2020-01-171-1/+1
|/
* usb: Drop use of BUG_ON() and WARN_ON()Simon Glass2020-01-074-1/+13
* usb: dwc3: Fix UTMI/UTMIW phy interface initializationJagan Teki2019-12-212-16/+16
* usb: cdns3: ep0: Fix build warnings related to cache opsVignesh Raghavendra2019-12-211-0/+1
* common: Move command functions out of common.hSimon Glass2019-12-021-0/+1
* common: Move ARM cache operations out of common.hSimon Glass2019-12-0214-0/+16
* 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