summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
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
2025-04-23usb: gadget: f_acm: Allow restarting ACM console after stopping itStephan Gerhold
2025-04-23usb: gadget: f_acm: Claim requested USB endpointsStephan Gerhold
2025-04-11Merge patch series "Switch to using $(PHASE_) in Makefiles"Tom Rini
2025-04-11Kbuild: Always use $(PHASE_)Tom Rini
2025-04-10usb: gadget: atmel: Add SAM9X60 supportZixun LI
2025-04-10usb: gadget: f_mass_storage: Fix memory leak of fsg buffersMattijs Korpershoek
2025-04-10usb: gadget: f_mass_storage: Fix NULL dereference in fsg_add()Mattijs Korpershoek
2025-04-10usb: gadget: f_mass_storage: Drop invalid kfree() in fsg_common_release()Mattijs Korpershoek
2025-04-10usb: gadget: f_mass_storage: Remove kref structure useMattijs Korpershoek
2025-04-10usb: dwc3: gadget: Fix excepts/expects typoMarek Vasut
2025-04-08Merge patch series "Annotate switch/case fallthrough cases"Tom Rini
2025-04-08usb: xhci: annotate switch/case fallthrough properlyAndre Przywara
2025-04-08usb: ohci-hcd: annotate switch/case fallthroughAndre Przywara
2025-04-08gadget: f_thor: annotate switch/case fallthroughAndre Przywara
2025-04-03Merge patch series "membuff: Add tests and update to support a flag for empty...Tom Rini
2025-04-03membuf: Rename structSimon Glass
2025-04-03membuff: Rename functions to have membuf_ prefixSimon Glass
2025-03-24Merge tag 'v2025.04-rc5' into nextTom Rini
2025-03-21usb: dwc3: gadget: Fix match_ep callback for NXP UUU toolMarek Vasut
2025-03-17usb: cdns: starfive: Add cdns USB driverMinda Chen
2025-03-17usb: cdns: starfive: Get dr mode from wrapper device dts nodeMinda Chen
2025-03-17usb: cdns3: Set USB PHY mode in cdns3_drd_update_mode()Minda Chen
2025-03-12Merge patch series "drivers: Driver support for ADI SC5xx SoCs"Tom Rini