aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/chipidea (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-26USB: chipidea: fix use after free bugLothar Waßmann1-1/+2
2012-11-21usb: remove use of __devexitBill Pemberton5-5/+5
2012-11-21usb: remove use of __devinitdataBill Pemberton1-1/+1
2012-11-21usb: remove use of __devinitBill Pemberton5-5/+5
2012-11-21usb: remove use of __devexit_pBill Pemberton5-5/+5
2012-11-11USB: EHCI: miscellaneous cleanups for the library conversionAlan Stern1-6/+1
2012-11-11Merge tag 'gadget-for-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-3/+0
2012-11-08usb: gadget: Remove reference to is_dualspeed from sysfs.Michal Nazarewicz1-3/+0
2012-11-03USB: EHCI: fix build error in ChipIdea host driverAlan Stern1-0/+1
2012-11-02USB: EHCI: fix build error by making ChipIdea host a normal EHCI driverAlan Stern2-44/+8
2012-10-31USB: EHCI: remove ehci_port_power() routineAlan Stern1-17/+1
2012-09-12USB: chipidea: re-order irq handling to avoid unhandled irqsRichard Zhao1-8/+13
2012-09-12USB: chipidea: add -DDEBUG if debugging is enabledRichard Zhao1-0/+2
2012-09-12USB: chipidea: add vbus detect for udcRichard Zhao2-1/+39
2012-09-12USB: chipidea: acknowledge ID change interrupt in irq handlerRichard Zhao1-2/+1
2012-09-12USB: chipidea: delay 2ms before read ID status at probe timeRichard Zhao1-0/+2
2012-09-12USB: chipidea: imx: add pinctrl supportRichard Zhao1-0/+7
2012-09-12USB: chipidea: add imx usbmisc supportRichard Zhao4-1/+255
2012-09-12Merge branch 'chipidea-stable' into usb-nextGreg Kroah-Hartman1-18/+41
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-09-11Merge tag 'gadget-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-1/+0
2012-08-31usb: gadget: get rid of USB_GADGET_{DUAL,SUPER}SPEEDMichal Nazarewicz1-1/+0
2012-08-10usb: chipidea: fix and improve dependencies if usb host or gadget support is built as moduleMarc Kleine-Budde1-4/+5
2012-07-09usb: chipidea: add imx platform driverRichard Zhao2-0/+201
2012-07-09usb: chipidea: permit driver bindings pass phy pointerRichard Zhao4-4/+14
2012-07-09usb: chipidea: select USB_EHCI_ROOT_HUB_TT in USB_CHIPIDEA_HOST of KconfigRichard Zhao1-0/+1
2012-07-09USB: Chipidea: add ci13xxx device id managementRichard Zhao1-5/+16
2012-07-09USB: Chipidea: add unified ci13xxx_{add,remove}_device for platform driversRichard Zhao3-55/+56
2012-07-09USB: Chipidea: rename struct ci13xxx variables from udc to ciRichard Zhao4-406/+406
2012-07-06USB: Chipidea: rename struct ci13xxx_udc_driver to struct ci13xxx_platform_dataRichard Zhao6-34/+34
2012-07-06usb: chipidea: msm: add remove methodFelipe Balbi1-6/+15
2012-07-06usb: chipidea: msm: add missing section annotationFelipe Balbi1-1/+1
2012-07-06usb: chipidea: drop useless arch-checkFelipe Balbi1-3/+5
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-15usb: chipidea: remove zero check of hw_ep_maxRichard Zhao1-1/+1
2012-05-15USB: CI13xxx: Use usb_put_hcd() on failure to drop HCDMarek Vasut1-1/+1
2012-05-11usb: chipidea: drop unused field "device" from ci13xxx_epAlexander Shishkin2-3/+0
2012-05-11usb: chipidea: use generic map/unmap routinesAlexander Shishkin3-35/+10
2012-05-11usb: chipidea: add power_budget limit for ehci to platform dataAlexander Shishkin2-1/+9
2012-05-11usb: chipidea: add host roleAlexander Shishkin8-9/+204
2012-05-11usb: chipidea: use common definition for USBMODE bitsAlexander Shishkin3-8/+8
2012-05-11usb: chipidea: drop unused msm register definitionsAlexander Shishkin1-3/+0
2012-05-11usb: chipidea: drop redundant NULL checkAlexander Shishkin1-3/+0