summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
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-09usb: 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
2019-04-21usb: dwc2: convert driver to DM_USB_GADGETPatrick Delaunay1-2/+290
2019-04-21usb: dwc2: remove unused variable regs_otgPatrick Delaunay1-3/+0
2019-04-19usb: Select USB_MUSB_DSPS with USB_MUSB_TIAlex Kiernan1-0/+1
2019-04-19configs: Migrate USB_MUSB_DISABLE_BULK_COMBINE_SPLIT to KconfigAlex Kiernan1-0/+9
2019-04-13configs: move CONFIG_USB_EHCI_VF to KconfigMarcel Ziswiler1-0/+7
2019-04-09usb: ehci-mx6: Use common code to extract dr_modeAdam Ford1-14/+15
2019-04-09usb: host: Print device name when scanningIsmael Luceno Cortes1-8/+4
2019-03-16usb: udc-uclass: Fixed problem when no alias is defined in DTJean-Jacques Hiblot1-2/+5
2019-02-20Kconfig: tegra: Migrate USB_EHCI_TEGRAPeter Robinson1-0/+6
2019-02-15usb: ehci-mx6: Make regulator DM_REGULATOR dependentAbel Vesa1-1/+6
2019-02-01usb: ether: call _usb_eth_halt() if initialization failsJean-Jacques Hiblot1-1/+4
2019-01-26spl: Kconfig: Drop the _SUPPORT postfix from SPL_DFUAndrew F. Davis1-1/+1
2019-01-24Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini5-479/+41
2019-01-24net: remove CONFIG_MCAST_TFTPChris Packham1-3/+0
2019-01-18usb: host: Drop [e-o]hci-sunxi driversJagan Teki3-439/+0
2019-01-18sunxi: usb: Switch to Generic host controllersJagan Teki1-0/+2
2019-01-18musb-new: sunxi: Use CLK and RESET supportJagan Teki1-40/+39
2019-01-10dm: usb: gadget: Fix boot breakage on sunxi platformsJean-Jacques Hiblot2-1/+4
2019-01-10Kconfig: rename CONFIG_SPL_USB_GADGET_SUPPORT as CONFIG_SPL_USB_GADGETJean-Jacques Hiblot1-1/+1
2019-01-10dm: usb: udc: Use SEQ_ALIAS to index the USB gadget portsJean-Jacques Hiblot1-2/+3
2019-01-09usb: xhci-mem: Fix scratchpad array issueYe Li1-0/+3
2018-12-14usb: musb-new: sunxi: Fix null pointer accessStefan Mavrodiev1-2/+6
2018-12-14usb: composite: Fix max packet size for USB3.0Siva Durga Prasad Paladugu1-2/+15
2018-12-14usb: musb-new: Add support for DM_USBJean-Jacques Hiblot3-48/+148