aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/chipidea/udc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-24usb: chipidea: drop "13xxx" infixAlexander Shishkin1-109/+108
2013-06-17usb: chipidea: get rid of camelcase namesAlexander Shishkin1-251/+252
2013-06-17usb: chipidea: udc: add multiple td support to hardware_{en,de}queueMichael Grzeschik1-82/+110
2013-06-17usb: chipidea: udc: manage dynamic amount of tds with a linked listMichael Grzeschik1-51/+110
2013-06-17usb: chipidea: udc: configure iso endpointsMichael Grzeschik1-1/+19
2013-06-11usb: chipidea: fix no transceiver caseAlexander Shishkin1-5/+8
2013-04-05Merge tag 'usb-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-26/+1
2013-04-05usb: chipidea: udc: fix memory leak in _ep_nukeMichael Grzeschik1-0/+6
2013-04-05usb: chipidea: udc: fix memory access of shared memory on armv5 machinesMichael Grzeschik1-0/+2
2013-03-30usb: chipidea: udc: add the define TD_PAGE_COUNT and fix all usersMichael Grzeschik1-2/+2
2013-03-30usb: chipidea: udc: move _ep_queue into an unlocked functionMichael Grzeschik1-48/+56
2013-03-30usb: chipidea: udc: don't truncate requests to single tdsMichael Grzeschik1-2/+2
2013-03-30usb: chipidea: udc: read status of td only once in hardware_dequeueMichael Grzeschik1-3/+5
2013-03-30usb: chipidea: udc: move ZLT flag change to ep_enableMichael Grzeschik1-1/+2
2013-03-30usb: chipidea: udc: rework ep_enable cap settingMichael Grzeschik1-9/+5
2013-03-30usb: chipidea: udc: only clear active and halted bits in qheadMichael Grzeschik1-1/+2
2013-03-30usb: chipidea: big-endian supportSvetoslav Neykov1-28/+31
2013-03-30usb: chipidea: don't redefine __ffs()Felipe Balbi1-6/+6
2013-03-30usb: chipidea: move debug files creation/removal to the coreAlexander Shishkin1-8/+1
2013-03-30usb: chipidea: convert debug entries in sysfs to debugfsAlexander Shishkin1-3/+3
2013-03-30usb: chipidea: remove home-grown tracing facilityAlexander Shishkin1-32/+1
2013-03-29Revert "USB: chipidea: add vbus detect for udc"Peter Chen1-38/+1
2013-03-29usb: chipidea: trim include list in udc codeAlexander Shishkin1-7/+1
2013-03-18usb: chipidea: udc: don't assign gadget.dev.release directlyFelipe Balbi1-12/+0
2013-03-18usb: gadget: chipidea: remove unnecessary initializationsFelipe Balbi1-3/+0
2013-03-18usb: gadget: drop now unnecessary flagFelipe Balbi1-1/+0
2013-03-18usb: chipidea: let udc-core manage gadget->devFelipe Balbi1-11/+2
2013-03-04usb: chipidea: register debugging sysfs on our deviceFelipe Balbi1-3/+3
2012-09-12USB: chipidea: add vbus detect for udcRichard Zhao1-1/+38
2012-09-12usb: chipidea: udc: don't stall endpoint if request list is empty in isr_tr_complete_lowMichael Grzeschik1-4/+1
2012-09-12usb: chipidea: cleanup dma_pool if udc_start() failsMarc Kleine-Budde1-8/+15
2012-09-12usb: chipidea: udc: fix error path in udc_start()Marc Kleine-Budde1-1/+1
2012-09-12usb: chipidea: udc: add pullup fuction, needed by the uvc gadgetMichael Grzeschik1-4/+17
2012-09-12usb: chipidea: udc: fix setup of endpoint maxpacket sizeMichael Grzeschik1-1/+7
2012-07-09usb: chipidea: permit driver bindings pass phy pointerRichard Zhao1-4/+7
2012-07-09USB: Chipidea: rename struct ci13xxx variables from udc to ciRichard Zhao1-314/+314
2012-07-06USB: Chipidea: rename struct ci13xxx_udc_driver to struct ci13xxx_platform_dataRichard Zhao1-12/+12
2012-07-06usb: chipidea: remove unneeded NULL checkAlexander Shishkin1-3/+0
2012-07-02usb: phy: fix return value check of usb_get_phyKishon Vijay Abraham I1-4/+5
2012-06-25usb: otg: support for multiple transceivers by a single controllerKishon Vijay Abraham I1-1/+1
2012-06-25usb: otg: utils: rename function name in OTG utilsKishon Vijay Abraham I1-4/+4
2012-05-11usb: chipidea: drop unused field "device" from ci13xxx_epAlexander Shishkin1-1/+0
2012-05-11usb: chipidea: use generic map/unmap routinesAlexander Shishkin1-32/+10
2012-05-11usb: chipidea: add host roleAlexander Shishkin1-4/+4
2012-05-11usb: chipidea: use common definition for USBMODE bitsAlexander Shishkin1-1/+1
2012-05-11usb: chipidea: drop redundant NULL checkAlexander Shishkin1-3/+0
2012-05-11usb: chipidea: isr_reset_handler fix missing lockingMichael Grzeschik1-1/+1
2012-05-11usb: chipidea: add support for rolesAlexander Shishkin1-41/+39
2012-05-11usb: chipidea: split the driver code into unitsAlexander Shishkin1-0/+1837