index
:
u-boot-toradex.git
2011.12-colibri_vf
2014.04-toradex
2014.10-toradex
2014.10-toradex-next
2015.04-imx7-1.1.0_ga-toradex-next
2015.04-toradex
2015.04-toradex-next
2016.11-toradex
2016.11-toradex-next
colibri
colibri-next
colibri_vf
master
toradex_2019.07
toradex_2019.07-next
toradex_2020.07
toradex_imx6
toradex_imx_lf_v2022.04
toradex_imx_lf_v2024.04
toradex_imx_v2017.03_4.9.123_imx8mm_ga-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta1-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta2-bring_up
toradex_imx_v2018.03_4.14.62_1.0.0_beta-bringup
toradex_imx_v2018.03_4.14.78_1.0.0_ga-bringup
toradex_imx_v2018.03_4.14.98_2.3.0_bringup
toradex_imx_v2020.04_5.4.24_2.1.0
toradex_imx_v2020.04_5.4.70_2.3.0
toradex_ti-u-boot-2021.01_bringup
toradex_ti-u-boot-2023.04
toradex_ti-u-boot-2024.04
toradex_u-boot-2024.07_smarc-imx8mp-bringup
U-Boot bootloader for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
Age
Commit message (
Expand
)
Author
2025-06-18
Merge patch series "list.h/treewide: get rid of no-op prefetch()"
Tom Rini
2025-06-18
treewide: drop no-op prefetch() calls
Rasmus Villemoes
2025-06-16
usb: gadget: atmel: reliably generate disconnect by disabling controller
Zixun LI
2025-06-13
spl: Rename jump_to_image_no_args()
Simon Glass
2025-06-02
usb: dwc2: Refactor register operations with clrsetbits macros
Junhui Liu
2025-06-02
usb: dwc2: Replace uint<x>_t types with u<x>
Kongyang Liu
2025-06-02
usb: dwc2: Unify flush and reset logic with v4.20a support
Kongyang Liu
2025-06-02
usb: dwc2: Extract macro definitions to common header
Kongyang Liu
2025-06-02
usb: dwc2: Align macros with Linux kernel definitions
Kongyang Liu
2025-06-02
usb: dwc2: Clean up with bitfield macros
Kongyang Liu
2025-06-02
usb: dwc2: Extract register definitions to common header file
Kongyang Liu
2025-04-24
Merge tag 'u-boot-dfu-20250424' of https://source.denx.de/u-boot/custodians/u...
Tom Rini
2025-04-23
arch: arm: rockchip: Add initial support for RK3528
Jonas Karlman
2025-04-23
usb: gadget: f_acm: Allow restarting ACM console after stopping it
Stephan Gerhold
2025-04-23
usb: gadget: f_acm: Claim requested USB endpoints
Stephan Gerhold
2025-04-11
Merge patch series "Switch to using $(PHASE_) in Makefiles"
Tom Rini
2025-04-11
Kbuild: Always use $(PHASE_)
Tom Rini
2025-04-10
usb: gadget: atmel: Add SAM9X60 support
Zixun LI
2025-04-10
usb: gadget: f_mass_storage: Fix memory leak of fsg buffers
Mattijs Korpershoek
2025-04-10
usb: gadget: f_mass_storage: Fix NULL dereference in fsg_add()
Mattijs Korpershoek
2025-04-10
usb: gadget: f_mass_storage: Drop invalid kfree() in fsg_common_release()
Mattijs Korpershoek
2025-04-10
usb: gadget: f_mass_storage: Remove kref structure use
Mattijs Korpershoek
2025-04-08
Merge patch series "Annotate switch/case fallthrough cases"
Tom Rini
2025-04-08
gadget: f_thor: annotate switch/case fallthrough
Andre Przywara
2025-03-10
usb: gadget: Remove final remnants of CONFIG_USB_DEVICE
Tom Rini
2025-02-11
usb: gadget: f_mass_storage: Add schedule() in sleep_thread()
Patrice Chotard
2025-02-06
usb: gadget: g_dnl: Fix NULLPTR dereference when serial# is unset
Michael Ferolito
2024-12-11
usb: renesas: Fix R-Car spelling
Marek Vasut
2024-11-26
usb: ci_udc: don't use "advance" feature when setting address
Ion Agorria
2024-10-16
net: introduce alternative implementation as net/lwip/
Jerome Forissier
2024-10-11
Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD"
Tom Rini
2024-10-11
global: Rename SPL_TPL_ to PHASE_
Simon Glass
2024-10-11
global: Rename SPL_ to XPL_
Simon Glass
2024-10-11
drivers: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD
Simon Glass
2024-10-01
usb: gadget: usbhs: Add Renesas USBHS device driver
Vitaliy Vasylskyy
2024-09-30
Merge tag 'v2024.10-rc6' into next
Tom Rini
2024-09-24
spl: ram: hide SPL_RAM_SUPPORT
Jerome Forissier
2024-09-13
dfu: fix Kconfig dependencies
Jerome Forissier
2024-08-23
spl: Create a function to init spl_load_info
Simon Glass
2024-08-20
usb: gadget: udc: Fix duplicate uclass name
Zixun LI
2024-08-06
usb: gadget: atmel: Add DM_USB_GADGET support
Zixun LI
2024-08-06
usb: gadget: atmel: Add attach/detach support
Zixun LI
2024-08-06
usb: gadget: atmel: Rename atmel_usba_start()/_stop() to usba_udc_enable()/_d...
Zixun LI
2024-08-06
usb: gadget: atmel: Move usba_udc_pdata() with other static functions
Zixun LI
2024-08-06
usb: gadget: atmel: Fix typo in usb gadget driver register and unregister
Zixun LI
2024-08-06
usb: gadget: atmel: Replace printf() and pr_err() by log_err()
Zixun LI
2024-08-06
usb: gadget: atmel: Sort includes
Zixun LI
2024-07-22
drivers: usb: Remove duplicate newlines
Marek Vasut
2024-07-05
usb: gadget: Mark dm_usb_gadget_handle_interrupts as non-weak for DM_USB_GADGET
Marek Vasut
2024-07-05
usb: gadget: max3420: Convert interrupt handling to usb_gadget_generic_ops
Marek Vasut
[next]