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
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
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
2015-05-29
ci_udc: Update the ci_udc driver to support bulk transfers
Siva Durga Prasad Paladugu
2015-04-18
net: cosmetic: Fix var naming net <-> eth drivers
Joe Hershberger
2015-04-18
net: cosmetic: Name ethaddr variables consistently
Joe Hershberger
2015-04-18
dm: usb: Allow setting up a USB controller as a device/gadget
Simon Glass
2015-04-14
fastboot: add support for reboot-bootloader command
Alexey Firago
2015-04-14
usb: gadget: thor: Claim EP after allocating it in thor gadget
Marek Szyprowski
2015-04-14
usb: dwc3: gadget: add common endpoint configuration for dwc3 udc driver
Marek Szyprowski
2015-04-14
usb: composite: Add .reset callback to usb_gadget_driver structure
Lukasz Majewski
2015-04-14
usb: modify usb_gadget_handle_interrupts to take controller index
Kishon Vijay Abraham I
2015-04-14
usb: gadget: defer setting maxpacket till ->setup()
Kishon Vijay Abraham I
2015-04-14
usb: dwc3: Makefile: Make dwc3 driver compile in u-boot
Kishon Vijay Abraham I
2015-04-14
usb: gadget: udc: make udc-core compile in u-boot build
Kishon Vijay Abraham I
2015-04-14
usb: gadget: udc: add udc-core from linux kernel to u-boot
Kishon Vijay Abraham I
2015-04-14
usb: mass-storage: Build warning fixes for 64-bit
Thierry Reding
2015-04-14
usb: ci_udc: fix warnings on 64-bit builds
Rob Herring
2015-03-24
net: Add ethernet FCS length macro in net.h
Bin Meng
2015-02-25
usb: gadget: fastboot: Set the Serial Number for Fastboot Gadget
Dileep Katta
2015-02-25
fastboot: OUT transaction length must be aligned to wMaxPacketSize
Dileep Katta
2015-02-25
usb: gadget: fastboot: Add fastboot erase
Dileep Katta
2015-02-25
fastboot: add support for "oem format" command
Rob Herring
2015-02-25
fastboot: add "fastboot oem" command support
Michael Scott
2015-01-18
usb: gadget: pxa25x_udc: fix use-before-initialized bug
Alex Sadovsky
2015-01-18
usb: gadget: f_dfu: Add get_alt function to pass the USB compliance test
Stefan Roese
2015-01-18
usb: gadget: composite: Fix NULL pointer crash in USB compliance test
Stefan Roese
2014-12-18
gadget: f_thor: check pointers before use in download_tail()
Przemyslaw Marczak
2014-12-18
fastboot: add support for continue command
Rob Herring
2014-12-18
usb, g_dnl: generalize DFU detach functions
Rob Herring
2014-12-16
USB: gadget: atmel_usba_udc: fix transfer hang issue
Bo Shen
2014-12-11
lib: string: move strlcpy() to a common place
Masahiro Yamada
2014-11-23
linux/kernel.h: sync min, max, min3, max3 macros with Linux
Masahiro Yamada
2014-11-07
usb: s3c-otg: Allow custom gusbcfg
Marek Vasut
2014-11-07
usb: s3c-otg: Split out PHY control
Marek Vasut
2014-11-06
usb: s3c-otg: Encapsulate PHY control
Marek Vasut
2014-11-06
usb: s3c-otg: Remove useless include
Marek Vasut
2014-10-06
usb: gadget: fastboot: terminate commands with NULL
Eric Nelson
2014-10-06
usb: gadget: fastboot: explicitly set radix of maximum download size
Eric Nelson
2014-10-06
usb: gadget: fastboot: add max-download-size variable
Eric Nelson
2014-10-06
usb: ci_udc: respect CONFIG_USB_GADGET_DUALSPEED
Eric Nelson
2014-10-06
usb: gadget: fastboot: improve download progress bar
Bo Shen
2014-10-06
usb: f_mass_storage: set removable flag in do_inquiry based on LUN
Eric Nelson
2014-10-06
usb: dfu: add fullspeed support for DFU
Heiko Schocher
2014-10-06
usb: dfu: thor: gadget: Remove dead code
Lukasz Majewski
2014-09-24
cosmetic: replace MIN, MAX with min, max
Masahiro Yamada
2014-09-24
usb/gadget: fastboot: minor cleanup
Steve Rae
2014-09-24
usb/gadget: fastboot: add support for flash command
Steve Rae
2014-09-02
USB: gadget: s3c: get rid of debug compile warning
Bo Shen
2014-09-02
USB: gadget: atmel: get rid of debug compile warning
Bo Shen
2014-09-02
usb: ci_udc: implement dfu_usb_get_reset
Stephen Warren
2014-09-02
udc: dfu: s3c_udc: Provide function to check if USB reset was asserted
Lukasz Majewski
2014-09-02
dfu: Provide means to find difference between dfu-util -e and -R
Lukasz Majewski
[next]