index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
ci_udc.c
Age
Commit message (
Expand
)
Author
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-07
usb: Remove <common.h> and add needed includes
Tom Rini
2023-11-21
usb: ci: Fix gadget reinit
Simon Holesch
2023-09-15
board: usb: Replace legacy usb_gadget_handle_interrupts()
Marek Vasut
2023-01-20
global: Finish CONFIG -> CFG migration
Tom Rini
2022-04-22
usb: gadget: ci: Make various ops const
Adam Ford
2022-02-11
usb: gadget: ci: Avoid null pointer dereference
Marek Vasut
2021-01-31
usb: gaget: ci: set ep's desc when enable ep
Li Jun
2021-01-31
usb: udc: ci: update speed handling
Li Jun
2020-09-01
usb: ci_udc: Add function to remove usb device
Ye Li
2020-05-18
common: Drop linux/delay.h from common header
Simon Glass
2020-05-18
common: Drop net.h from common header
Simon Glass
2019-12-02
common: Move ARM cache operations out of common.h
Simon Glass
2018-11-26
usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/
Sven Schwermer
2018-09-30
usb:ci_udc: don't overwrite configuration on pullup
Ramon Fried
2018-09-30
usb:ci_udc: Introduce init_after_reset phy function
Ramon Fried
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
[next]