aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/chipidea (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-11usb: chipidea: fix id change handlingAlexander Shishkin1-1/+2
2013-06-11usb: chipidea: fix no transceiver caseAlexander Shishkin1-5/+8
2013-05-23Merge tag 'usb-3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2-12/+5
2013-05-18drivers/usb/chipidea: don't check resource with devm_ioremap_resourceWolfram Sang1-5/+0
2013-05-16USB: set device dma_mask without reference to global dataStephen Warren1-11/+4
2013-05-16usb, chipidea: fix link error when USB_EHCI_HCD is a moduleDavid Rientjes1-1/+1
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 Grzeschik2-2/+4
2013-03-30usb: chipidea: udc: add the define TD_PAGE_COUNT and fix all usersMichael Grzeschik2-2/+3
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 Neykov2-29/+32
2013-03-30usb: chipidea: make pci platform datas staticAlexander Shishkin1-3/+3
2013-03-30usb: chipidea: usbmisc: add post handling and errata fix for mx25Michael Grzeschik3-0/+51
2013-03-30usb: chipidea: usbmisc: add mx53 supportMichael Grzeschik1-0/+54
2013-03-30usb: chipidea: usbmisc: prepare driver to handle more than one socMarc Kleine-Budde1-5/+13
2013-03-30usb: chipidea: usbmisc: fix a potential race conditionMarc Kleine-Budde1-2/+2
2013-03-30usb: chipidea: usbmisc: unset global varibale usbmisc on driver removeMarc Kleine-Budde1-0/+1
2013-03-30usb: chipidea: usbmisc: rename file, struct and functions to usbmisc_imxMichael Grzeschik2-20/+20
2013-03-30usb: chipidea: don't redefine __ffs()Felipe Balbi3-24/+11
2013-03-30usb: chipidea: fix precedence bug in ci_requests_show()Dan Carpenter1-1/+1
2013-03-30usb: chipidea: move debug files creation/removal to the coreAlexander Shishkin2-9/+6
2013-03-30usb: chipidea: move role to debugfsAlexander Shishkin2-39/+54
2013-03-30usb: chipidea: convert debug entries in sysfs to debugfsAlexander Shishkin4-335/+151
2013-03-30usb: chipidea: remove home-grown tracing facilityAlexander Shishkin3-416/+2
2013-03-29Revert "USB: chipidea: add vbus detect for udc"Peter Chen2-39/+1
2013-03-29usb: chipidea: core: switch over to devm_ioremap_resourceFelipe Balbi1-5/+3
2013-03-29usb: chipidea: trim include list in the coreAlexander Shishkin1-3/+0
2013-03-29usb: chipidea: trim include list in udc codeAlexander Shishkin1-7/+1
2013-03-29usb: chipidea: drop redundant includesAlexander Shishkin1-14/+3
2013-03-20Merge branch 'usb-linus' into usb-nextGreg Kroah-Hartman1-3/+3
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-15usb: chipidea: usbmisc_imx6q: Staticize usbmisc_imx6q_drv_init/exit()Fabio Estevam1-2/+2
2013-03-04usb: chipidea: register debugging sysfs on our deviceFelipe Balbi1-3/+3
2013-02-22Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2013-02-21Merge tag 'usb-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2-2/+2
2013-02-19locking: Various static lock initializer fixesThomas Gleixner1-1/+1
2013-01-30USB: chipidea: ci13xxx_imx: Remove sparse warningFabio Estevam1-1/+1
2013-01-22usb: Convert to devm_ioremap_resource()Thierry Reding1-3/+3
2013-01-21drivers/usb/chipidea/core.c: adjust duplicate testJulia Lawall1-1/+1
2013-01-11usb: chipidea: Allow disabling streaming not only in udc modeFabio Estevam1-0/+3
2012-11-26USB: chipidea: fix use after free bugLothar Waßmann1-1/+2