summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2020-02-06dm: core: Require users of devres to include the headerSimon Glass23-0/+26
2020-02-05Merge tag 'rpi-next-2020.04' of https://gitlab.denx.de/u-boot/custodians/u-bo...Tom Rini2-6/+8
2020-02-02usb: cdns3: ep0: Invalidate cache before reading Setup PacketVignesh Raghavendra1-0/+4
2020-01-29usb: dwc2_udc_otg: add bcm2835 SoC (Raspberry Pi4) supportMarek Szyprowski2-6/+8
2020-01-25usb: musb-new: mt85xx: add musb-new gadget driver.mingming lee3-1/+428
2020-01-20Merge tag '2020-01-20-ti-2020.04' of https://gitlab.denx.de/u-boot/custodians...Tom Rini1-0/+1
2020-01-20dwc3-generic: Add support for AM654 USB controllerVignesh Raghavendra1-0/+1
2020-01-18common: Move hang() to the same header as panic()Simon Glass2-0/+2
2020-01-17common: Rename and move source()Simon Glass1-1/+1
2020-01-08usb: Drop use of BUG_ON() and WARN_ON()Simon Glass4-1/+13
2019-12-21usb: dwc3: Fix UTMI/UTMIW phy interface initializationJagan Teki2-16/+16
2019-12-21usb: cdns3: ep0: Fix build warnings related to cache opsVignesh Raghavendra1-0/+1
2019-12-03common: Move command functions out of common.hSimon Glass1-0/+1
2019-12-03common: Move ARM cache operations out of common.hSimon Glass14-0/+16
2019-12-03common: Move serial_printf() to the serial headerSimon Glass6-1/+7
2019-11-25dm: test: usb: rework keyboard testHeinrich Schuchardt1-10/+17
2019-11-25usb: kbd: implement special keysHeinrich Schuchardt1-0/+6
2019-11-24Merge tag 'u-boot-rockchip-20191124' of https://gitlab.denx.de/u-boot/custodi...Tom Rini3-0/+46
2019-11-23gadget: rockchip: Add rk3399 USB_GADGET_PRODUCT_NUMJagan Teki1-0/+1
2019-11-23usb: dwc3: Add phy interface for dwc3_ubootJagan Teki2-0/+39
2019-11-23gadget: rockchip: Add rk3128 USB_GADGET_PRODUCT_NUMJagan Teki1-0/+1
2019-11-23gadget: rockchip: USB_GADGET_PRODUCT_NUMJagan Teki1-0/+3
2019-11-23gadget: Select USB_GADGET_VENDOR_NUM for rockchipJagan Teki1-0/+1
2019-11-23gadget: Select USB_GADGET_MANUFACTURER for rockchipJagan Teki1-0/+1
2019-11-22usb: dwc2: fix possible alignment issuesSimon Goldschmidt1-2/+2
2019-11-22usb: composite: fix possible alignment issuesSimon Goldschmidt1-7/+18
2019-11-19usb: cdns3: Fix include file pathVignesh Raghavendra2-2/+2
2019-11-17rockchip: usb: Migrate to use ofnodeKever Yang1-3/+2
2019-11-08usb: xhci: support 1.1 or later versionChunfeng Yun1-1/+1
2019-11-07usb: composite: add BOS descriptor support to composite frameworkT Karthik Reddy1-6/+55
2019-11-07usb: gadget: Add gadget_is_cdns3() macroVignesh Raghavendra1-0/+8
2019-11-07usb: cdns3: Add TI wrapper driver for CDNS USB3 controllerVignesh Raghavendra3-0/+202
2019-11-07usb: cdns3: gadget: Implement udc_set_speed() callbackVignesh Raghavendra1-4/+26
2019-11-07usb: Add Cadence USB3 host and gadget driverVignesh Raghavendra16-0/+6431
2019-11-07usb: udc: Introduce ->udc_set_speed() methodSherry Sun1-0/+23
2019-11-07usb: gadget: Add match_ep() op to usb_gadget_opsVignesh Raghavendra1-0/+3
2019-10-31usb: ehci-hcd: Keep async schedule runningMarek Vasut1-30/+21
2019-10-31dwc3: flush cache only if there is a buffer attached to a requestMarek Szyprowski1-1/+2
2019-10-31gadget: f_thor: properly enable 3rd endpoint defined by the protocolMarek Szyprowski1-0/+7
2019-10-31dwc3-generic: Don't fail probe if clk/reset entries are absentVignesh Raghavendra1-2/+2
2019-10-24ehci-mx6: Update EHCI driver to support OTG0 on i.MX7ULPYe Li2-16/+43
2019-10-24usb: ehci-mx6: Fix bus enumeration for iMX7 SoCsIgor Opaniuk1-7/+8
2019-10-24usb: dwc3: Kconfig: get rid of obsolete mode selectionJean-Jacques Hiblot2-18/+4
2019-10-24usb: dwc3: Add dwc3_of_parse() to get quirks information from DTJean-Jacques Hiblot3-1/+71
2019-10-24usb: dwc3-generic: if no max speed is specified in DT, assume super speedJean-Jacques Hiblot1-2/+2
2019-10-24usb: dwc3-generic: add a new host driver that uses the dwc3 coreJean-Jacques Hiblot2-2/+54
2019-10-24usb: dwc3-generic: factorize codeJean-Jacques Hiblot1-20/+35
2019-10-24usb: dwc3-generic: use platdataJean-Jacques Hiblot1-14/+23
2019-10-24usb: dwc3: always use the inlined version of dwc3_host_init/dwc3_host_exitJean-Jacques Hiblot1-5/+0
2019-10-24usb: xhci: move xhci.h to include usbJean-Jacques Hiblot13-1304/+12