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
/
ci_udc.c
Age
Commit message (
Expand
)
Author
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2016-09-23
treewide: replace #include <asm/errno.h> with <linux/errno.h>
Masahiro Yamada
2016-01-16
usb:ci_udc: Remove ULPI setting for i.MX OTG controller
Ye.Li
2015-09-12
usb: ci_udc: fix emissions of ZLPs
Stephen Warren
2015-09-12
usb: gadget: ci_udc: implement usb_ep_ops dequeue callback
Peng Fan
2015-07-24
usb: ci_udc: fix request allocation when endpoints are disabled
Rob Herring
2015-07-23
ci_udc: fix 64-bit compile warnings
Stephen Warren
2015-05-29
ci_udc: Update the ci_udc driver to support bulk transfers
Siva Durga Prasad Paladugu
2015-04-18
dm: usb: Allow setting up a USB controller as a device/gadget
Simon Glass
2015-04-14
usb: modify usb_gadget_handle_interrupts to take controller index
Kishon Vijay Abraham I
2015-04-14
usb: ci_udc: fix warnings on 64-bit builds
Rob Herring
2014-10-06
usb: ci_udc: respect CONFIG_USB_GADGET_DUALSPEED
Eric Nelson
2014-09-02
usb: ci_udc: implement dfu_usb_get_reset
Stephen Warren
2014-07-02
usb: ci_udc: use var name ep/ci_ep consistently
Stephen Warren
2014-07-02
usb: ci_udc: don't memalign() struct ci_req allocations
Stephen Warren
2014-07-02
usb: ci_udc: remove controller.items array
Stephen Warren
2014-07-02
usb: ci_udc: fix items array size/stride calculation
Stephen Warren
2014-07-02
usb: ci_udc: lift ilist size calculations to global scope
Stephen Warren
2014-07-02
usb: ci_udc: don't assume QTDs are adjacent when transmitting ZLPs
Stephen Warren
2014-07-02
usb: ci_udc: fix ci_flush_{qh,qtd} calls in ci_udc_probe()
Stephen Warren
2014-06-25
usb: ci_udc: fix typo in debug message
Stephen Warren
2014-06-25
usb: ci_udc: fix interaction with CONFIG_USB_ETH_CDC
Stephen Warren
2014-06-11
usb: ci_udc: terminate ep0 INs with a zlp when required
Stephen Warren
2014-06-11
usb: ci_udc: clean up all allocations in unregister
Stephen Warren
2014-06-11
usb: ci_udc: fix probe error cleanup
Stephen Warren
2014-06-11
usb: ci_udc: fix freeing of ep0 req
Stephen Warren
2014-06-11
usb: ci_udc: call udc_disconnect() from ci_pullup()
Stephen Warren
2014-06-01
usb: ci_udc: complete ep0 direction handling
Stephen Warren
2014-06-01
usb: ci_udc: pre-allocate ep0 req
Stephen Warren
2014-06-01
usb: ci_udc: use a single descriptor for ep0
Stephen Warren
2014-06-01
usb: ci_udc: detect queued requests on ep0
Stephen Warren
2014-05-15
usb: ci_udc: parse QTD before over-writing it
Stephen Warren
2014-05-07
usb: ci_udc: allow multiple buffer allocs per ep
Stephen Warren
2014-04-30
usb: ci_udc: support variants with hostpc register
Stephen Warren
2014-04-30
usb: ci_udc: make PHY initialization conditional
Stephen Warren
2014-04-30
usb: ci_udc: set ep->req.actual after transfer
Stephen Warren
2014-04-30
usb: ci_udc: Support larger packets
Stephen Warren
2014-02-06
usb: mv_udc: Rename to ci_udc
Marek Vasut