summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)Author
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
2024-10-11global: Rename SPL_ to XPL_Simon Glass
2024-10-11drivers: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass
2024-10-01usb: gadget: usbhs: Add Renesas USBHS device driverVitaliy Vasylskyy
2024-09-30Merge tag 'v2024.10-rc6' into nextTom Rini
2024-09-24spl: ram: hide SPL_RAM_SUPPORTJerome Forissier
2024-09-13dfu: fix Kconfig dependenciesJerome Forissier
2024-08-23spl: Create a function to init spl_load_infoSimon Glass
2024-08-20usb: gadget: udc: Fix duplicate uclass nameZixun LI
2024-08-06usb: gadget: atmel: Add DM_USB_GADGET supportZixun LI
2024-08-06usb: gadget: atmel: Add attach/detach supportZixun LI
2024-08-06usb: gadget: atmel: Rename atmel_usba_start()/_stop() to usba_udc_enable()/_d...Zixun LI
2024-08-06usb: gadget: atmel: Move usba_udc_pdata() with other static functionsZixun LI
2024-08-06usb: gadget: atmel: Fix typo in usb gadget driver register and unregisterZixun LI
2024-08-06usb: gadget: atmel: Replace printf() and pr_err() by log_err()Zixun LI
2024-08-06usb: gadget: atmel: Sort includesZixun LI
2024-07-22drivers: usb: Remove duplicate newlinesMarek Vasut
2024-07-05usb: gadget: Mark dm_usb_gadget_handle_interrupts as non-weak for DM_USB_GADGETMarek Vasut
2024-07-05usb: gadget: max3420: Convert interrupt handling to usb_gadget_generic_opsMarek Vasut