index
:
u-boot
grapeboard-proto
scalys-lsdk-1803
NXP/Freescale LSDK U-boot tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
ci_udc.c
Age
Commit message (
Expand
)
Author
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-14
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