summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)Author
6 daysusb: gadget: Correct dependencies for USB_RENESAS_USBHSTom Rini
2026-04-27Merge patch series "net: migrate NO_NET out of the networking stack choice"Tom Rini
2026-04-27simplify NET_LEGACY || NET_LWIP condition with NET conditionQuentin Schulz
2026-04-27rename NET to NET_LEGACYQuentin Schulz
2026-04-26usb: gadget: rcar: Add support for RZ/G2L (R9A07G044)Michele Bisogno
2026-04-26usb: gadget: rcar: Add support for reset controllerMichele Bisogno
2026-04-26usb: gadget: rcar: Fix gadget registration lifecycle in removeMichele Bisogno
2026-03-16Merge tag 'u-boot-dfu-20260316' of https://source.denx.de/u-boot/custodians/u...Tom Rini
2026-03-10arch: arm: rockchip: Add initial support for RK3506Jonas Karlman
2026-03-03usb: gadget: Mark udc_disconnect as staticTom Rini
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