aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2019-10-24ehci-mx6: Update EHCI driver to support OTG0 on i.MX7ULPYe Li
2019-10-24usb: ehci-mx6: Fix bus enumeration for iMX7 SoCsIgor Opaniuk
2019-10-24usb: dwc3: Kconfig: get rid of obsolete mode selectionJean-Jacques Hiblot
2019-10-24usb: dwc3: Add dwc3_of_parse() to get quirks information from DTJean-Jacques Hiblot
2019-10-24usb: dwc3-generic: if no max speed is specified in DT, assume super speedJean-Jacques Hiblot
2019-10-24usb: dwc3-generic: add a new host driver that uses the dwc3 coreJean-Jacques Hiblot
2019-10-24usb: dwc3-generic: factorize codeJean-Jacques Hiblot
2019-10-24usb: dwc3-generic: use platdataJean-Jacques Hiblot
2019-10-24usb: dwc3: always use the inlined version of dwc3_host_init/dwc3_host_exitJean-Jacques Hiblot
2019-10-24usb: xhci: move xhci.h to include usbJean-Jacques Hiblot
2019-10-24usb: dwc3: switch to peripheral mode when exitingJean-Jacques Hiblot
2019-10-24usb: host: remove the xhci-zynqmp driverJean-Jacques Hiblot
2019-10-08drivers: usb: dwc3: setup phy before dwc3 core soft resetT Karthik Reddy
2019-09-14Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini
2019-09-11usb: ohci-generic: don't probe fail if there is no clk_enable() opsKever Yang
2019-09-11usb: ehci-generic: don't probe fail if there is no clk_enable() opsKever Yang
2019-09-11usb: musb_hcd: fix compilation errorJean-Jacques Hiblot
2019-09-11dwc2: use the nonblock argument in submit_int_msgMichal Suchanek
2019-09-11usb: Add nonblock argument to submit_int_msgMichal Suchanek
2019-09-10usb: xhci-dwc3: Add support for dis_u2_susphy_quirkNeil Armstrong
2019-08-22usb: r8a66597: Add optional DM VBUS regulator supportMarek Vasut
2019-08-22usb: r8a66597: Checkpatch cleanupMarek Vasut
2019-08-22usb: r8a66597: Add Kconfig entryMarek Vasut
2019-08-22usb: r8a66597: Convert to USB DMMarek Vasut
2019-08-22usb: r8a66597: Replace R8A66597_BASE0Marek Vasut
2019-08-22usb: r8a66597: Remove BE supportMarek Vasut
2019-08-22usb: r8a66597: Replace IO accessorsMarek Vasut
2019-08-22usb: r8a66597: Make CONFIG_RZA_USB defaultMarek Vasut
2019-08-22usb: r8a66597: Remove CONFIG_SUPERH_ON_CHIP_R8A66597Marek Vasut
2019-08-11env: Drop environment.h header file where not neededSimon Glass
2019-08-11env: Move env_get() to env.hSimon Glass
2019-08-11env: Move env_set() to env.hSimon Glass
2019-08-11env: Move env_set_hex() to env.hSimon Glass
2019-08-08usb: gadget: f_dfu.c: fix memory leakRalph Siemsen
2019-08-08usb, ohci, pci: add DM support for PCI-based OHCI USB controllerHeiko Schocher
2019-08-08usb, ohci: add warning if none on pci foundHeiko Schocher
2019-08-08usb, ohci-hcd: set OHCI_USE_NPS if DM_PCIHeiko Schocher
2019-08-08usb, ohci: fix ohci swap register accessHeiko Schocher
2019-08-08usb, ohci-hdc: fix warning 'ohci_pci_ids' defined but not usedHeiko Schocher
2019-08-08usb: musb-new: Add support for da8xx-musbAdam Ford
2019-07-19rockchip: xhci: Remove RK3399 supportMark Kettenis
2019-07-19usb: xhci-dwc3: Add USB2 PHY configurationMark Kettenis
2019-07-19usb: dwc3-of-simple: Add support for RK3399Mark Kettenis
2019-07-13usb: musb-new: omap2430: Fix compilation warning with USB_MUSB_GADGETDerald D. Woods
2019-07-05usb: dwc3: Use UCLASS_NOP instead of UCLASS_MISC for the DWC3 generic glueJean-Jacques Hiblot
2019-07-05usb: dwc3-generic: remove dm_scan_fdt_dev() from the remove() callbackJean-Jacques Hiblot
2019-07-05usb: ehci-mx6: Fix bus enumeration for DM caseMarek Vasut
2019-06-28Merge tag 'u-boot-imx-20190628' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2019-06-27usb: gadget: f_sdp: Allow SPL to load and boot FIT via SDPFrieder Schrempf
2019-06-19usb: dwc2: allow peripheral mode for OTG configurationPatrick Delaunay