summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/ci_udc.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-31usb: gaget: ci: set ep's desc when enable epLi Jun1-0/+2
2021-01-31usb: udc: ci: update speed handlingLi Jun1-2/+1
2020-09-01usb: ci_udc: Add function to remove usb deviceYe Li1-0/+7
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2019-12-03common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2018-11-26usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/Sven Schwermer1-1/+1
2018-09-30usb:ci_udc: don't overwrite configuration on pullupRamon Fried1-1/+2
2018-09-30usb:ci_udc: Introduce init_after_reset phy functionRamon Fried1-0/+6
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2016-09-24treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-01-16usb:ci_udc: Remove ULPI setting for i.MX OTG controllerYe.Li1-11/+3
2015-09-12usb: ci_udc: fix emissions of ZLPsStephen Warren1-10/+8
2015-09-12usb: gadget: ci_udc: implement usb_ep_ops dequeue callbackPeng Fan1-0/+26
2015-07-24usb: ci_udc: fix request allocation when endpoints are disabledRob Herring1-4/+8
2015-07-23ci_udc: fix 64-bit compile warningsStephen Warren1-9/+10
2015-05-29ci_udc: Update the ci_udc driver to support bulk transfersSiva Durga Prasad Paladugu1-19/+116
2015-04-18dm: usb: Allow setting up a USB controller as a device/gadgetSimon Glass1-0/+4
2015-04-14usb: modify usb_gadget_handle_interrupts to take controller indexKishon Vijay Abraham I1-1/+1
2015-04-14usb: ci_udc: fix warnings on 64-bit buildsRob Herring1-21/+21
2014-10-06usb: ci_udc: respect CONFIG_USB_GADGET_DUALSPEEDEric Nelson1-0/+5
2014-09-02usb: ci_udc: implement dfu_usb_get_resetStephen Warren1-0/+7
2014-07-02usb: ci_udc: use var name ep/ci_ep consistentlyStephen Warren1-9/+9
2014-07-02usb: ci_udc: don't memalign() struct ci_req allocationsStephen Warren1-2/+1
2014-07-02usb: ci_udc: remove controller.items arrayStephen Warren1-5/+3
2014-07-02usb: ci_udc: fix items array size/stride calculationStephen Warren1-15/+15
2014-07-02usb: ci_udc: lift ilist size calculations to global scopeStephen Warren1-14/+14
2014-07-02usb: ci_udc: don't assume QTDs are adjacent when transmitting ZLPsStephen Warren1-3/+4
2014-07-02usb: ci_udc: fix ci_flush_{qh,qtd} calls in ci_udc_probe()Stephen Warren1-2/+2
2014-06-26usb: ci_udc: fix typo in debug messageStephen Warren1-2/+2
2014-06-26usb: ci_udc: fix interaction with CONFIG_USB_ETH_CDCStephen Warren1-1/+7
2014-06-11usb: ci_udc: terminate ep0 INs with a zlp when requiredStephen Warren1-3/+35
2014-06-11usb: ci_udc: clean up all allocations in unregisterStephen Warren1-0/+6
2014-06-11usb: ci_udc: fix probe error cleanupStephen Warren1-0/+1
2014-06-11usb: ci_udc: fix freeing of ep0 reqStephen Warren1-2/+7
2014-06-11usb: ci_udc: call udc_disconnect() from ci_pullup()Stephen Warren1-16/+12
2014-06-01usb: ci_udc: complete ep0 direction handlingStephen Warren1-7/+41
2014-06-01usb: ci_udc: pre-allocate ep0 reqStephen Warren1-1/+16
2014-06-01usb: ci_udc: use a single descriptor for ep0Stephen Warren1-11/+4
2014-06-01usb: ci_udc: detect queued requests on ep0Stephen Warren1-0/+15
2014-05-15usb: ci_udc: parse QTD before over-writing itStephen Warren1-1/+1
2014-05-08usb: ci_udc: allow multiple buffer allocs per epStephen Warren1-60/+120
2014-04-30usb: ci_udc: support variants with hostpc registerStephen Warren1-0/+15
2014-04-30usb: ci_udc: make PHY initialization conditionalStephen Warren1-2/+7
2014-04-30usb: ci_udc: set ep->req.actual after transferStephen Warren1-2/+2
2014-04-30usb: ci_udc: Support larger packetsStephen Warren1-0/+3
2014-02-06usb: mv_udc: Rename to ci_udcMarek Vasut1-0/+737