summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2022-07-11Merge branch 'next'Tom Rini24-3593/+103
2022-07-09arm: Remove strongarm supportTom Rini2-24/+0
2022-07-08Merge tag 'dm-pull-28jun22' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini1-1/+4
2022-07-07arm: Remove PXA architecture supportTom Rini5-751/+1
2022-07-07usb: ohci-hcd: Remove some unused legacy codeTom Rini1-93/+0
2022-07-07Convert CONFIG_USB_OHCI_NEW et al to KconfigTom Rini4-10/+45
2022-07-07Convert CONFIG_USB_XHCI_EXYNOS et al to KconfigTom Rini1-0/+16
2022-07-06Convert CONFIG_USB_GADGET_DWC2_OTG_PHY to KconfigTom Rini1-0/+5
2022-07-04usb: host: ehci-generic: Fix error checkAndre Przywara1-1/+1
2022-06-29rockchip: usb: phy: add rk3066/rk3188 supportJohan Jonker1-0/+8
2022-06-29rockchip: usb: gadget: add rk3066 product idPaweł Jarosz1-0/+1
2022-06-29Convert CONFIG_USB_MAX_CONTROLLER_COUNT to KconfigTom Rini3-8/+6
2022-06-29usb: Remove non-DM code in ehci-fsl and xhciTom Rini2-114/+0
2022-06-29usb: ehci-mx5: Remove non-DM codeTom Rini1-47/+0
2022-06-29usb: ehci-mxc: RemoveTom Rini2-149/+0
2022-06-29usb: xhci-fsl: Remove non-DM codeTom Rini1-47/+0
2022-06-29Convert CONFIG_USB_EHCI_TXFIFO_THRESH to KconfigTom Rini1-0/+11
2022-06-29usb: ehci-fsl: Remove non-DM codeTom Rini1-71/+0
2022-06-29Convert CONFIG_EHCI_HCD_INIT_AFTER_RESET to KconfigTom Rini1-1/+4
2022-06-29Convert CONFIG_EHCI_DESC_BIG_ENDIAN et al to KconfigTom Rini1-0/+10
2022-06-29ehci-mxs: Remove non-DM codeTom Rini1-77/+0
2022-06-28sandbox: usb: Fix out-of-bounds read when fd=-1Sean Anderson1-1/+4
2022-06-20Merge branch 'master' into nextTom Rini2-4/+6
2022-06-17stm32mp1: fix reference for STMicroelectronicsPatrick Delaunay1-1/+1
2022-06-16usb: host: ehci-generic: Make resets and clocks optionalAndre Przywara1-2/+2
2022-06-07usb: xhci-mtk: disable all ports when disable host controllerChunfeng Yun1-2/+4
2022-06-06arm: pxa: Remove CONFIG_CPU_PXA25XTom Rini3-2199/+0
2022-05-23spi: spi-uclass: Add new spi_get_bus_and_cs() implementationPatrice Chotard1-2/+2
2022-05-21usb: dwc3: Fix non-usb3 configurationsJan Kiszka1-1/+3
2022-05-20usb: xhci-dwc3: Support role switch default roleMark Kettenis2-0/+22
2022-05-06usb: host: ehci-generic: Remove DM_REGULATOR flagPatrice Chotard1-14/+0
2022-05-06usb: host: ehci-generic: Make usage of clock/reset bulk() APIPatrice Chotard1-71/+32
2022-05-04pci: Add mask parameter to dm_pci_map_bar()Andrew Scull3-3/+5
2022-05-03pci: Map bars with offset and lengthAndrew Scull3-3/+3
2022-04-29usb: sandbox: Bounds check read from bufferAndrew Scull1-0/+2
2022-04-29usb: sandbox: Check for string end in copy_to_unicode()Andrew Scull1-3/+2
2022-04-25bootstd: usb: Add a bootdev driverSimon Glass2-0/+65
2022-04-22Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usbTom Rini3-2/+22
2022-04-22Add support for TP-Link UE200 dongleOleksii Titov1-0/+2
2022-04-22usb: dwc3: Add support for usb3-phy PHY configurationMichal Simek1-0/+18
2022-04-22usb: gadget: ci: Make various ops constAdam Ford1-2/+2
2022-04-21usb: dwc3: Implement .glue_configure for i.MX8MPMarek Vasut1-0/+52
2022-04-21usb: dwc3: Rename .select_dr_mode to .glue_configureMarek Vasut1-5/+5
2022-04-08arm: Remove unused ep93xx codeTom Rini2-38/+0
2022-03-14usb: dwc2: handle return code of dev_read_size() in of to, plat functionWolfgang Grandegger1-2/+3
2022-02-23usb: ehci-omap: Remove OMAP_EHCI_PHYx_RESET_GPIO from KconfigAdam Ford1-34/+0
2022-02-23usb: ehci-omap: Use PHY system to manage phy resetsAdam Ford1-50/+56
2022-02-23usb: ehci-omap: Make Kconfig select PHY if USB_EHCI_OMAPAdam Ford1-0/+2
2022-02-23usb: ehci-omap: Move omap_ehci_hcd_init to omap_ehci_probeAdam Ford1-1/+6
2022-02-23usb: ehci-omap: Drop dead codeAdam Ford1-16/+1