summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/ci_udc.c
AgeCommit message (Expand)Author
2020-09-30usb: gadget: ci_udc: introduce board_ci_udc_phy_modeIgor Opaniuk
2020-05-06MLK-23753 imx8: Implement bus active check on OTG portYe Li
2020-04-26MLK-23110-1 usb: Decouple the CI_UDC DM gadget driver with EHCI MX6 driverYe Li
2020-04-26MLK-22357-1 usb: Add handle_interrupts function pointer for UCLASS_USB_GADGET...Sherry Sun
2020-04-26MLK-22336-1 usb: ci_udc: Convert driver to DM_USB_GADGETSherry Sun
2020-04-26MLK-20493-10 usb: gaget: ci: set ep's desc when enable epLi Jun
2020-04-26MLK-20493-8 usb: udc: ci: update speed handlingLi Jun
2020-04-26MLK-18290-4 usb: ci_udc: Add function to remove usb deviceYe Li
2019-12-02common: Move ARM cache operations out of common.hSimon Glass
2018-11-26usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/Sven Schwermer
2018-09-30usb:ci_udc: don't overwrite configuration on pullupRamon Fried
2018-09-30usb:ci_udc: Introduce init_after_reset phy functionRamon Fried
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada
2016-01-16usb:ci_udc: Remove ULPI setting for i.MX OTG controllerYe.Li
2015-09-12usb: ci_udc: fix emissions of ZLPsStephen Warren
2015-09-12usb: gadget: ci_udc: implement usb_ep_ops dequeue callbackPeng Fan
2015-07-24usb: ci_udc: fix request allocation when endpoints are disabledRob Herring
2015-07-23ci_udc: fix 64-bit compile warningsStephen Warren
2015-05-29ci_udc: Update the ci_udc driver to support bulk transfersSiva Durga Prasad Paladugu
2015-04-18dm: usb: Allow setting up a USB controller as a device/gadgetSimon Glass
2015-04-14usb: modify usb_gadget_handle_interrupts to take controller indexKishon Vijay Abraham I
2015-04-14usb: ci_udc: fix warnings on 64-bit buildsRob Herring
2014-10-06usb: ci_udc: respect CONFIG_USB_GADGET_DUALSPEEDEric Nelson
2014-09-02usb: ci_udc: implement dfu_usb_get_resetStephen Warren
2014-07-02usb: ci_udc: use var name ep/ci_ep consistentlyStephen Warren
2014-07-02usb: ci_udc: don't memalign() struct ci_req allocationsStephen Warren
2014-07-02usb: ci_udc: remove controller.items arrayStephen Warren
2014-07-02usb: ci_udc: fix items array size/stride calculationStephen Warren
2014-07-02usb: ci_udc: lift ilist size calculations to global scopeStephen Warren
2014-07-02usb: ci_udc: don't assume QTDs are adjacent when transmitting ZLPsStephen Warren
2014-07-02usb: ci_udc: fix ci_flush_{qh,qtd} calls in ci_udc_probe()Stephen Warren
2014-06-25usb: ci_udc: fix typo in debug messageStephen Warren
2014-06-25usb: ci_udc: fix interaction with CONFIG_USB_ETH_CDCStephen Warren
2014-06-11usb: ci_udc: terminate ep0 INs with a zlp when requiredStephen Warren
2014-06-11usb: ci_udc: clean up all allocations in unregisterStephen Warren
2014-06-11usb: ci_udc: fix probe error cleanupStephen Warren
2014-06-11usb: ci_udc: fix freeing of ep0 reqStephen Warren
2014-06-11usb: ci_udc: call udc_disconnect() from ci_pullup()Stephen Warren
2014-06-01usb: ci_udc: complete ep0 direction handlingStephen Warren
2014-06-01usb: ci_udc: pre-allocate ep0 reqStephen Warren
2014-06-01usb: ci_udc: use a single descriptor for ep0Stephen Warren
2014-06-01usb: ci_udc: detect queued requests on ep0Stephen Warren
2014-05-15usb: ci_udc: parse QTD before over-writing itStephen Warren
2014-05-07usb: ci_udc: allow multiple buffer allocs per epStephen Warren
2014-04-30usb: ci_udc: support variants with hostpc registerStephen Warren
2014-04-30usb: ci_udc: make PHY initialization conditionalStephen Warren
2014-04-30usb: ci_udc: set ep->req.actual after transferStephen Warren
2014-04-30usb: ci_udc: Support larger packetsStephen Warren
2014-02-06usb: mv_udc: Rename to ci_udcMarek Vasut