summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)Author
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
2024-07-05usb: gadget: dwc2: Convert interrupt handling to usb_gadget_generic_opsMarek Vasut
2024-07-05usb: gadget: Introduce handle_interrupts ops to USB_GADGET_GENERIC uclassMarek Vasut
2024-07-05usb: dwc3: gadget: Convert epautoconf workaround to match_ep callbackMarek Vasut
2024-07-05usb: gadget: Add full ep_matches() check past .match_ep() callbackMarek Vasut
2024-07-05usb: gadget: Drop all gadget_is_*() functionsMarek Vasut
2024-07-05usb: gadget: Drop usb_gadget_controller_number()Marek Vasut
2024-07-05usb: gadget: ether: Drop usb_gadget_controller_number()Marek Vasut
2024-07-05usb: gadget: g_dnl: Drop usb_gadget_controller_number()Marek Vasut
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-07usb: Remove <common.h> and add needed includesTom Rini
2024-03-22usb: gadget: UMS: support multiple sector sizesCaleb Connolly
2024-03-22usb: gadget: CDC ACM: call usb_gadget_initializeCaleb Connolly
2024-03-14rockchip: Update the default USB Product ID valueJonas Karlman
2024-01-09fastboot: multiresponse supportIon Agorria
2023-12-21global: Drop common.h inclusionTom Rini
2023-11-30Merge branch 'staging' of https://source.denx.de/u-boot/custodians/u-boot-teg...Tom Rini
2023-11-21usb: udc: Try to clarify an error messageMiquel Raynal
2023-11-21cmd: Change the dependencies between CMD_BIND and USB_GADGETMiquel Raynal
2023-11-21usb: gadget: f_mass_storage: Stop ums on START-STOP UNIT SCSI commandMarek Vasut
2023-11-21usb: fastboot: Add missing newline in pr_errSimon Holesch
2023-11-21usb: ci: Fix gadget reinitSimon Holesch
2023-11-20Merge tag 'v2024.01-rc3' into nextTom Rini
2023-11-16spl: Only support bl_len when we have toSean Anderson