summaryrefslogtreecommitdiff
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* 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
* usb, ohci-hdc: fix warning 'ohci_pci_ids' defined but not usedHeiko Schocher2019-08-081-0/+2
* usb: musb-new: Add support for da8xx-musbAdam Ford2019-08-083-0/+359
* rockchip: xhci: Remove RK3399 supportMark Kettenis2019-07-191-2/+0
* usb: xhci-dwc3: Add USB2 PHY configurationMark Kettenis2019-07-191-0/+20
* usb: dwc3-of-simple: Add support for RK3399Mark Kettenis2019-07-192-0/+2
* usb: musb-new: omap2430: Fix compilation warning with USB_MUSB_GADGETDerald D. Woods2019-07-131-2/+6
* usb: dwc3: Use UCLASS_NOP instead of UCLASS_MISC for the DWC3 generic glueJean-Jacques Hiblot2019-07-051-1/+1
* usb: dwc3-generic: remove dm_scan_fdt_dev() from the remove() callbackJean-Jacques Hiblot2019-07-051-1/+1
* usb: ehci-mx6: Fix bus enumeration for DM caseMarek Vasut2019-07-051-0/+37
* Merge tag 'u-boot-imx-20190628' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2019-06-281-6/+47
|\
| * usb: gadget: f_sdp: Allow SPL to load and boot FIT via SDPFrieder Schrempf2019-06-271-6/+47
* | usb: dwc2: allow peripheral mode for OTG configurationPatrick Delaunay2019-06-191-1/+2
* | usb: dwc2: correctly handle binding for g-tx-fifo-sizePatrick Delaunay2019-06-191-1/+13
|/
* usb: ehci: adopt 32 bit address for CONFIG_PPCYinbo Zhu2019-05-231-1/+9
* usb: ohci: ohci-da8xx: Cleanup Error handling and fix flagsAdam Ford2019-05-091-4/+5
* usb: dwc3: Add Meson G12A USB GlueNeil Armstrong2019-05-093-0/+465
* usb: ohci: ohci-da8xx: Enable da850-ohci driver with DM supportAdam Ford2019-05-052-1/+142
* usb: musb_hcd: remove unnecessary ifdefs for dm* SoCsBartosz Golaszewski2019-05-041-6/+0
* Merge git://git.denx.de/u-boot-usbTom Rini2019-05-031-2/+0
|\
| * usb: ohci: Re-enable commented out delayAdam Ford2019-05-031-2/+0
* | Merge tag 'rockchip-for-2019.07' of git://git.denx.de/u-boot-rockchipTom Rini2019-05-011-1/+1
|\ \ | |/ |/|
| * rockchip: use 'arch-rockchip' as header file pathKever Yang2019-05-011-1/+1
* | Convert CONFIG_USB_EHCI_MX5 to KconfigLukasz Majewski2019-04-251-0/+7
* | USB: DM: Convert i.MX5 ehci code to driver modelLukasz Majewski2019-04-251-0/+103
|/
* usb: dwc2: fix gadget disconnectFabrice Gasnier2019-04-212-3/+17