summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2025-10-06Merge branch 'next'Tom Rini
2025-10-04global: Add expected space between '#include' and directiveTom Rini
2025-09-30usb: dwc3: Remove redundant testAndrew Goodbody
2025-09-30usb: dwc2: Add missing null checkAndrew Goodbody
2025-09-30usb: gadget: atmel: Add missing null checkAndrew Goodbody
2025-09-26usb: host: Tighten USB musb-new host glue driver dependenciesTom Rini
2025-09-26usb: host: Tighten USB host driver dependenciesTom Rini
2025-09-26usb: gadget: max3420_udc: Remove unused driverTom Rini
2025-09-26usb: gadget: bcm_udc_otg: Remove unused driverTom Rini
2025-09-26usb: gadget: Tighten requirements on USB_GADGET_ATMEL_USBATom Rini
2025-09-26usb: dwc3: Tighten driver glue dependenciesTom Rini
2025-09-11Merge patch series "Fix dma_addr_t for R5 SPL"Tom Rini
2025-09-11dma: ti: k3-udma: fix dma_addr_t typecastsAnshul Dalal
2025-09-05Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-samsungTom Rini
2025-09-01usb: host: dwc3-of-simple: Add exynos850 compatibleSam Protsenko
2025-08-30usb: dwc3-generic: Use combined glue and ctrl node for RK3528Jonas Karlman
2025-08-30usb: dwc3-generic: Use combined glue and ctrl node for RK3576Jonas Karlman
2025-08-30rockchip: Add default USB_GADGET_PRODUCT_NUM for RK3576Jonas Karlman
2025-08-30usb: gadget: rockchip: Fix spacing around the Kconfig optionTom Rini
2025-08-30usb: gadget: rockchip: Add missing dependencyTom Rini
2025-08-29usb: cdns3: Do not access memory after freeAndrew Goodbody
2025-08-23usb: dwc2: fix reset logic in dwc2_core_resetPatrick Delaunay
2025-08-23usb: ehci-mx6: Add i.MX95 OTG supportTim Harvey
2025-07-30Merge patch series "Extend usb_onboard_hub driver to support Cypress HX3 hub ...Tom Rini
2025-07-30usb: onboard-hub: Use devm API do automatically free the reset GPIOLukasz Czechowski
2025-07-25usb: dwc3-generic: Add Exynos850 supportSam Protsenko
2025-06-18Merge patch series "list.h/treewide: get rid of no-op prefetch()"Tom Rini
2025-06-18treewide: drop no-op prefetch() callsRasmus Villemoes
2025-06-16Merge tag 'u-boot-dfu-next-20250616' of https://source.denx.de/u-boot/custodi...Tom Rini
2025-06-16Merge tag 'u-boot-dfu-next-20250616' of https://source.denx.de/u-boot/custodi...Tom Rini
2025-06-16usb: gadget: atmel: reliably generate disconnect by disabling controllerZixun LI
2025-06-16usb: gadget: musb: Fix duplicate ops assignment in ti_musb_peripheralKory Maincent
2025-06-13spl: Rename jump_to_image_no_args()Simon Glass
2025-06-02usb: dwc2: Refactor register operations with clrsetbits macrosJunhui Liu
2025-06-02usb: dwc2: Replace uint<x>_t types with u<x>Kongyang Liu
2025-06-02usb: dwc2: Unify flush and reset logic with v4.20a supportKongyang Liu
2025-06-02usb: dwc2: Extract macro definitions to common headerKongyang Liu
2025-06-02usb: dwc2: Align macros with Linux kernel definitionsKongyang Liu
2025-06-02usb: dwc2: Clean up with bitfield macrosKongyang Liu
2025-06-02usb: dwc2: Fix HBstLen setting for external DMA modeKongyang Liu
2025-06-02usb: dwc2: Fix incorrect ULPI_UTMI_SEL bit settingJunhui Liu
2025-06-02usb: dwc2: Extract register definitions to common header fileKongyang Liu
2025-05-25usb: ulpi: Clean up how we enable supportTom Rini
2025-05-25usb: ulpi: Remove unused omap-ulpi-viewport driverTom Rini
2025-05-25usb: dwc3: core: Fix timeout checkVaradarajan Narayanan
2025-04-24Merge tag 'u-boot-dfu-20250424' of https://source.denx.de/u-boot/custodians/u...Tom Rini
2025-04-23Merge patch series "Uthreads"Tom Rini
2025-04-23dm: usb: initialize and scan multiple buses simultaneously with uthreadJerome Forissier
2025-04-23dm: usb: move bus initialization into new static function usb_init_bus()Jerome Forissier
2025-04-23arch: arm: rockchip: Add initial support for RK3528Jonas Karlman