summaryrefslogtreecommitdiff
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* 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-usbWIP/14Sep2019Tom 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
* usb: r8a66597: Replace R8A66597_BASE0Marek Vasut2019-08-221-3/+3
* usb: r8a66597: Remove BE supportMarek Vasut2019-08-221-3/+3
* usb: r8a66597: Replace IO accessorsMarek Vasut2019-08-221-7/+7
* usb: r8a66597: Make CONFIG_RZA_USB defaultMarek Vasut2019-08-222-74/+0
* usb: r8a66597: Remove CONFIG_SUPERH_ON_CHIP_R8A66597Marek Vasut2019-08-222-24/+2
* env: Drop environment.h header file where not neededSimon Glass2019-08-111-1/+0
* env: Move env_get() to env.hSimon Glass2019-08-115-0/+5
* env: Move env_set() to env.hSimon Glass2019-08-111-0/+1
* env: Move env_set_hex() to env.hSimon Glass2019-08-111-0/+1
* usb: gadget: f_dfu.c: fix memory leakRalph Siemsen2019-08-081-0/+1
* usb, ohci, pci: add DM support for PCI-based OHCI USB controllerHeiko Schocher2019-08-083-0/+60
* usb, ohci: add warning if none on pci foundHeiko Schocher2019-08-081-1/+4
* usb, ohci-hcd: set OHCI_USE_NPS if DM_PCIHeiko Schocher2019-08-081-2/+3
* usb, ohci: fix ohci swap register accessHeiko Schocher2019-08-081-2/+2