summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)Author
2026-01-30usb: gadget: dwc2: Move dr_mode check from of_to_plat() to bind()Jonas Karlman
2026-01-16Merge branch 'qcom-main' of https://source.denx.de/u-boot/custodians/u-boot-s...Tom Rini
2026-01-14usb: gadget: Kconfig: Correct Qualcomm config name usedBalaji Selvanathan
2026-01-09usb: ci_udc: cosmetics: EP and requests debug infoPetr Beneš
2026-01-09usb: ci_udc: Check ci_ep->desc before usePetr Beneš
2025-11-12usb: gadget: Tighten CI_UDC dependenciesTom Rini
2025-11-12usb: gadget: Tighten the dependency for DWC2 OTG supportTom Rini
2025-11-12usb: gadget: spl: Add missing dependency for SPL_USB_GADGETTom Rini
2025-11-04usb: f_sdp: Update SDP driver to support PQC containerYe Li
2025-10-30usb: gadget: Introduce usb gadget vendor/product default id for ARCH_QCOMGeorge Chan
2025-09-30usb: dwc2: Add missing null checkAndrew Goodbody
2025-09-30usb: gadget: atmel: Add missing null checkAndrew Goodbody
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-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-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-16usb: gadget: atmel: reliably generate disconnect by disabling controllerZixun LI
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: Extract register definitions to common header fileKongyang Liu
2025-04-24Merge tag 'u-boot-dfu-20250424' of https://source.denx.de/u-boot/custodians/u...Tom Rini
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-08Merge patch series "Annotate switch/case fallthrough cases"Tom Rini
2025-04-08gadget: f_thor: annotate switch/case fallthroughAndre Przywara
2025-03-10usb: gadget: Remove final remnants of CONFIG_USB_DEVICETom Rini
2025-02-11usb: gadget: f_mass_storage: Add schedule() in sleep_thread()Patrice Chotard
2025-02-06usb: gadget: g_dnl: Fix NULLPTR dereference when serial# is unsetMichael Ferolito
2024-12-11usb: renesas: Fix R-Car spellingMarek Vasut
2024-11-26usb: ci_udc: don't use "advance" feature when setting addressIon Agorria
2024-10-16net: introduce alternative implementation as net/lwip/Jerome Forissier
2024-10-11Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD"Tom Rini
2024-10-11global: Rename SPL_TPL_ to PHASE_Simon Glass