summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
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
2019-08-08usb, ohci: fix ohci swap register accessHeiko Schocher1-2/+2
2019-08-08usb, ohci-hdc: fix warning 'ohci_pci_ids' defined but not usedHeiko Schocher1-0/+2
2019-08-08usb: musb-new: Add support for da8xx-musbAdam Ford3-0/+359
2019-07-19rockchip: xhci: Remove RK3399 supportMark Kettenis1-2/+0
2019-07-19usb: xhci-dwc3: Add USB2 PHY configurationMark Kettenis1-0/+20
2019-07-19usb: dwc3-of-simple: Add support for RK3399Mark Kettenis2-0/+2
2019-07-13usb: musb-new: omap2430: Fix compilation warning with USB_MUSB_GADGETDerald D. Woods1-2/+6
2019-07-05usb: dwc3: Use UCLASS_NOP instead of UCLASS_MISC for the DWC3 generic glueJean-Jacques Hiblot1-1/+1
2019-07-05usb: dwc3-generic: remove dm_scan_fdt_dev() from the remove() callbackJean-Jacques Hiblot1-1/+1
2019-07-05usb: ehci-mx6: Fix bus enumeration for DM caseMarek Vasut1-0/+37
2019-06-28Merge tag 'u-boot-imx-20190628' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-6/+47
2019-06-27usb: gadget: f_sdp: Allow SPL to load and boot FIT via SDPFrieder Schrempf1-6/+47
2019-06-19usb: dwc2: allow peripheral mode for OTG configurationPatrick Delaunay1-1/+2
2019-06-19usb: dwc2: correctly handle binding for g-tx-fifo-sizePatrick Delaunay1-1/+13
2019-05-23usb: ehci: adopt 32 bit address for CONFIG_PPCYinbo Zhu1-1/+9
2019-05-10usb: ohci: ohci-da8xx: Cleanup Error handling and fix flagsAdam Ford1-4/+5
2019-05-09usb: dwc3: Add Meson G12A USB GlueNeil Armstrong3-0/+465
2019-05-05usb: ohci: ohci-da8xx: Enable da850-ohci driver with DM supportAdam Ford2-1/+142
2019-05-04usb: musb_hcd: remove unnecessary ifdefs for dm* SoCsBartosz Golaszewski1-6/+0
2019-05-03Merge git://git.denx.de/u-boot-usbTom Rini1-2/+0
2019-05-03usb: ohci: Re-enable commented out delayAdam Ford1-2/+0
2019-05-01Merge tag 'rockchip-for-2019.07' of git://git.denx.de/u-boot-rockchipTom Rini1-1/+1
2019-05-01rockchip: use 'arch-rockchip' as header file pathKever Yang1-1/+1
2019-04-25Convert CONFIG_USB_EHCI_MX5 to KconfigLukasz Majewski1-0/+7
2019-04-25USB: DM: Convert i.MX5 ehci code to driver modelLukasz Majewski1-0/+103
2019-04-21usb: dwc2: fix gadget disconnectFabrice Gasnier2-3/+17
2019-04-21stm32mp1: add stusb1600 support for DK1 and DK2 boardPatrick Delaunay1-2/+6
2019-04-21usb: dwc2: add support for STM32MP1Patrick Delaunay2-2/+53
2019-04-21usb: dwc2_udc_otg: Add tx_fifo_sz array supportPatrice Chotard1-2/+12
2019-04-21usb: dwc2_udc_otg: Read MAX_HW_ENDPOINT from HWCFG4 registerPatrick Delaunay3-9/+20
2019-04-21usb: dwc2: Add function for session B checkPatrick Delaunay1-0/+9
2019-04-21usb: dwc2: Add force-b-session-valid supportPatrick Delaunay2-2/+15
2019-04-21usb: dwc2: force reset assert before to probe the driverPatrick Delaunay1-1/+6