summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2022-06-20Merge branch 'master' into nextTom Rini
2022-06-17stm32mp1: fix reference for STMicroelectronicsPatrick Delaunay
2022-06-16usb: host: ehci-generic: Make resets and clocks optionalAndre Przywara
2022-06-07usb: xhci-mtk: disable all ports when disable host controllerChunfeng Yun
2022-06-06arm: pxa: Remove CONFIG_CPU_PXA25XTom Rini
2022-05-23spi: spi-uclass: Add new spi_get_bus_and_cs() implementationPatrice Chotard
2022-05-20usb: dwc3: Fix non-usb3 configurationsJan Kiszka
2022-05-20usb: xhci-dwc3: Support role switch default roleMark Kettenis
2022-05-06usb: host: ehci-generic: Remove DM_REGULATOR flagPatrice Chotard
2022-05-06usb: host: ehci-generic: Make usage of clock/reset bulk() APIPatrice Chotard
2022-05-03pci: Add mask parameter to dm_pci_map_bar()Andrew Scull
2022-05-03pci: Map bars with offset and lengthAndrew Scull
2022-04-29usb: sandbox: Bounds check read from bufferAndrew Scull
2022-04-29usb: sandbox: Check for string end in copy_to_unicode()Andrew Scull
2022-04-25bootstd: usb: Add a bootdev driverSimon Glass
2022-04-22Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usbTom Rini
2022-04-22Add support for TP-Link UE200 dongleOleksii Titov
2022-04-22usb: dwc3: Add support for usb3-phy PHY configurationMichal Simek
2022-04-22usb: gadget: ci: Make various ops constAdam Ford
2022-04-21usb: dwc3: Implement .glue_configure for i.MX8MPMarek Vasut
2022-04-21usb: dwc3: Rename .select_dr_mode to .glue_configureMarek Vasut
2022-04-08arm: Remove unused ep93xx codeTom Rini
2022-03-14usb: dwc2: handle return code of dev_read_size() in of to, plat functionWolfgang Grandegger
2022-02-23usb: ehci-omap: Remove OMAP_EHCI_PHYx_RESET_GPIO from KconfigAdam Ford
2022-02-23usb: ehci-omap: Use PHY system to manage phy resetsAdam Ford
2022-02-23usb: ehci-omap: Make Kconfig select PHY if USB_EHCI_OMAPAdam Ford
2022-02-23usb: ehci-omap: Move omap_ehci_hcd_init to omap_ehci_probeAdam Ford
2022-02-23usb: ehci-omap: Drop dead codeAdam Ford
2022-02-17Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini
2022-02-17usb: ehci: ehci-marvell: Update compatible string to official DT bindingsPali Rohár
2022-02-16usb: xhci: reset endpoint on USB stallStefan Agner
2022-02-16usb: dwc3: core: stop the core when it's removedAngus Ainslie
2022-02-16usb: dwc3: dwc3-generic: check the parent nodesAngus Ainslie
2022-02-11usb: gadget: ci: Avoid null pointer dereferenceMarek Vasut
2022-02-11usb: ehci-mx6: Enable OTG detection on imx8mm and imx8mnAdam Ford
2022-01-28dfu: handle short frame result of UPLOAD in state_dfu_idlePatrick Delaunay
2022-01-27Merge tag 'dm-pull-26jan22' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2022-01-26usb: gadget: Add CDC ACM functionLoic Poulain
2022-01-26usb: ehci: dm: Convert i.MX28 ehci code to driver modelLukasz Majewski
2022-01-26usb: ehci: Move common mxs code to separate functions (ehci_hcd_{stop|start})Lukasz Majewski
2022-01-26usb: ehci: Refactor the ehci_mxs_toggle_clock function to be reused with DMLukasz Majewski
2022-01-26usb: Modify Kconfig of the USB_EHCI_MXS to use this driver with imx28Lukasz Majewski
2022-01-25usb: Use the first available device for ehci_gadgetSean Anderson
2022-01-20Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini
2022-01-20SPL: Add struct spl_boot_device parameter into spl_parse_board_header()Pali Rohár
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2022-01-17drivers: musb_gadget: Save endpoint desc to usb_ep->descqianfan Zhao
2022-01-13drivers/usb/gadget/dwc2_udc_otg.c: Fix spelling of "resetting".Vagrant Cascadian
2022-01-13drivers/usb/musb/musb_udc.c: Fix spelling of "mismatch".Vagrant Cascadian
2022-01-10Merge branch 'next'Tom Rini