summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
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
2019-10-24usb: dwc3: switch to peripheral mode when exitingJean-Jacques Hiblot1-0/+13
2019-10-24usb: host: remove the xhci-zynqmp driverJean-Jacques Hiblot3-154/+0
2019-10-08drivers: usb: dwc3: setup phy before dwc3 core soft resetT Karthik Reddy1-2/+2
2019-09-15Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini11-33/+49
2019-09-11usb: ohci-generic: don't probe fail if there is no clk_enable() opsKever Yang1-1/+1
2019-09-11usb: ehci-generic: don't probe fail if there is no clk_enable() opsKever Yang1-1/+1
2019-09-11usb: musb_hcd: fix compilation errorJean-Jacques Hiblot1-2/+2
2019-09-11dwc2: use the nonblock argument in submit_int_msgMichal Suchanek1-1/+1
2019-09-11usb: Add nonblock argument to submit_int_msgMichal Suchanek10-30/+46
2019-09-10usb: xhci-dwc3: Add support for dis_u2_susphy_quirkNeil Armstrong1-0/+3
2019-08-22usb: r8a66597: Add optional DM VBUS regulator supportMarek Vasut2-0/+30
2019-08-22usb: r8a66597: Checkpatch cleanupMarek Vasut2-268/+268
2019-08-22usb: r8a66597: Add Kconfig entryMarek Vasut1-0/+9
2019-08-22usb: r8a66597: Convert to USB DMMarek Vasut1-70/+125
2019-08-22usb: r8a66597: Replace R8A66597_BASE0Marek Vasut1-3/+3
2019-08-22usb: r8a66597: Remove BE supportMarek Vasut1-3/+3
2019-08-22usb: r8a66597: Replace IO accessorsMarek Vasut1-7/+7
2019-08-22usb: r8a66597: Make CONFIG_RZA_USB defaultMarek Vasut2-74/+0
2019-08-22usb: r8a66597: Remove CONFIG_SUPERH_ON_CHIP_R8A66597Marek Vasut2-24/+2
2019-08-11env: Drop environment.h header file where not neededSimon Glass1-1/+0
2019-08-11env: Move env_get() to env.hSimon Glass5-0/+5
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2019-08-11env: Move env_set_hex() to env.hSimon Glass1-0/+1
2019-08-08usb: gadget: f_dfu.c: fix memory leakRalph Siemsen1-0/+1
2019-08-08usb, ohci, pci: add DM support for PCI-based OHCI USB controllerHeiko Schocher3-0/+60
2019-08-08usb, ohci: add warning if none on pci foundHeiko Schocher1-1/+4
2019-08-08usb, ohci-hcd: set OHCI_USE_NPS if DM_PCIHeiko Schocher1-2/+3