summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3
AgeCommit message (Expand)Author
2023-10-02Merge branch 'next'Tom Rini
2023-09-24common: Drop linux/printk.h from common headerSimon Glass
2023-09-15board: usb: Replace legacy usb_gadget_handle_interrupts()Marek Vasut
2023-09-13usb: dwc3: Use generic_phy_valid() helperJonas Karlman
2023-09-04usb: dwc3: Fix enabling USB_DR_MODE_HOSTOleksandr Suvorov
2023-09-04usb: dwc3: Fix renaming SPL_USB_HOST_SUPPORT to SPL_USB_HOSTOleksandr Suvorov
2023-08-25usb: dwc3: Fix remove function if there is no ulpi_reset gpioVenkatesh Yadav Abbarapu
2023-07-31usb: dwc3-generic: Restrict single ctrl node for RK3328Jagan Teki
2023-07-31usb: dwc3-generic: Add rk3568 supportJonas Karlman
2023-07-31usb: dwc3-generic: Relax unsupported dr_mode checkJonas Karlman
2023-07-31usb: dwc3-generic: Return early when there is no child nodeJonas Karlman
2023-07-03usb: dwc3-generic: Ensure reset GPIO is configured as an outputPeter Korsgaard
2023-03-02usb: dwc3-meson-g12a: Select PHY instead of imply PHYMarek Vasut
2023-02-27Merge tag 'v2023.04-rc3' into nextTom Rini
2023-02-23usb: dwc3-uniphier: Select PHYMarek Vasut
2023-02-22usb: dwc3-uniphier: Use dwc3-generic instead of xhci-dwc3Kunihiko Hayashi
2023-02-22usb: dwc3-generic: Add the size of regs property to glue structureKunihiko Hayashi
2023-02-22usb: dwc3-generic: Export glue structures and functionsKunihiko Hayashi
2023-02-22usb: dwc3-generic: Add clock initialization in child DT nodeKunihiko Hayashi
2023-02-22usb: dwc3-generic: Allow different controller DT node patternKunihiko Hayashi
2023-02-22usb: dwc3: Look up reference clock DT phandle in both controller DT nodesMarek Vasut
2023-02-22usb: dwc3: Use the devm_gpiod_get_optional() API for reset gpioVenkatesh Yadav Abbarapu
2023-01-20usb: dwc3-meson-gxl: force mode on child add/removalNeil Armstrong
2023-01-17usb: dwc3-meson-g12a: force mode on child add/removalMattijs Korpershoek
2022-11-27usb: dwc3: Drop support for "snps, ref-clock-period-ns" DT propertyMarek Vasut
2022-11-27usb: dwc3: Program GFLADJSean Anderson
2022-11-27usb: dwc3: Calculate REFCLKPER based on reference clockSean Anderson
2022-11-27usb: dwc3: reference clock period configurationBalaji Prakash J
2022-11-27usb: dwc3: Cache ref_clk pointer in struct dwc3Marek Vasut
2022-07-15usb: dwc3: add a SPL_USB_DWC3_GENERIC option for the dwc3 driverAngus Ainslie
2022-07-12usb: dwc3: Add support to reset usb ULPI phyT Karthik Reddy
2022-05-20usb: dwc3: Fix non-usb3 configurationsJan Kiszka
2022-04-22Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usbTom Rini
2022-04-22usb: dwc3: Add support for usb3-phy PHY configurationMichal Simek
2022-04-21usb: dwc3: Implement .glue_configure for i.MX8MPMarek Vasut
2022-04-21usb: dwc3: Rename .select_dr_mode to .glue_configureMarek Vasut
2022-02-16usb: dwc3: core: stop the core when it's removedAngus Ainslie
2022-02-16usb: dwc3: dwc3-generic: check the parent nodesAngus Ainslie
2021-11-09usb: dwc3: add layerscape supportMichael Walle
2021-11-09usb: dwc3: Enable undefined length INCR burst typeMichael Walle
2021-11-09usb: dwc3: Add frame length adjustment quirkMichael Walle
2021-10-07usb: dwc3: meson-gxl: add AXG compatibleNeil Armstrong
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk
2021-09-30WS cleanup: remove trailing white spaceWolfgang Denk
2021-07-28Rename SPL_USB_HOST_SUPPORT to SPL_USB_HOSTSimon Glass
2021-07-18usb: Enforce DM_USB migration for USB_HOST devices.Tom Rini
2021-05-16usb: dwc3-generic: Disable host driver definition if gadget onlyKunihiko Hayashi
2021-05-14usb: dwc3-meson-g12a: skip phy on -ENODATA aswellNeil Armstrong
2021-04-12lib: string: Implement strlcatSean Anderson
2021-01-05Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini