summaryrefslogtreecommitdiffstats
path: root/drivers/usb/chipidea
Commit message (Expand)AuthorAgeFilesLines
* USB: chipidea: fix use after free bugLothar Waßmann2012-11-261-1/+2
* usb: remove use of __devexitBill Pemberton2012-11-215-5/+5
* usb: remove use of __devinitdataBill Pemberton2012-11-211-1/+1
* usb: remove use of __devinitBill Pemberton2012-11-215-5/+5
* usb: remove use of __devexit_pBill Pemberton2012-11-215-5/+5
* USB: EHCI: miscellaneous cleanups for the library conversionAlan Stern2012-11-121-6/+1Star
* Merge tag 'gadget-for-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2012-11-121-3/+0Star
|\
| * usb: gadget: Remove reference to is_dualspeed from sysfs.Michal Nazarewicz2012-11-081-3/+0Star
* | USB: EHCI: fix build error in ChipIdea host driverAlan Stern2012-11-031-0/+1
* | USB: EHCI: fix build error by making ChipIdea host a normal EHCI driverAlan Stern2012-11-022-44/+8Star
* | USB: EHCI: remove ehci_port_power() routineAlan Stern2012-10-311-17/+1Star
|/
* USB: chipidea: re-order irq handling to avoid unhandled irqsRichard Zhao2012-09-121-8/+13
* USB: chipidea: add -DDEBUG if debugging is enabledRichard Zhao2012-09-121-0/+2
* USB: chipidea: add vbus detect for udcRichard Zhao2012-09-122-1/+39
* USB: chipidea: acknowledge ID change interrupt in irq handlerRichard Zhao2012-09-121-2/+1Star
* USB: chipidea: delay 2ms before read ID status at probe timeRichard Zhao2012-09-121-0/+2
* USB: chipidea: imx: add pinctrl supportRichard Zhao2012-09-121-0/+7
* USB: chipidea: add imx usbmisc supportRichard Zhao2012-09-124-1/+255
* Merge branch 'chipidea-stable' into usb-nextGreg Kroah-Hartman2012-09-121-18/+41
|\
| * usb: chipidea: udc: don't stall endpoint if request list is empty in isr_tr_c...Michael Grzeschik2012-09-121-4/+1Star
| * usb: chipidea: cleanup dma_pool if udc_start() failsMarc Kleine-Budde2012-09-121-8/+15
| * usb: chipidea: udc: fix error path in udc_start()Marc Kleine-Budde2012-09-121-1/+1
| * usb: chipidea: udc: add pullup fuction, needed by the uvc gadgetMichael Grzeschik2012-09-121-4/+17
| * usb: chipidea: udc: fix setup of endpoint maxpacket sizeMichael Grzeschik2012-09-121-1/+7
* | Merge tag 'gadget-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2012-09-111-1/+0Star
|\ \ | |/ |/|
| * usb: gadget: get rid of USB_GADGET_{DUAL,SUPER}SPEEDMichal Nazarewicz2012-08-311-1/+0Star
* | usb: chipidea: fix and improve dependencies if usb host or gadget support is ...Marc Kleine-Budde2012-08-101-4/+5
|/
* usb: chipidea: add imx platform driverRichard Zhao2012-07-092-0/+201
* usb: chipidea: permit driver bindings pass phy pointerRichard Zhao2012-07-094-4/+14
* usb: chipidea: select USB_EHCI_ROOT_HUB_TT in USB_CHIPIDEA_HOST of KconfigRichard Zhao2012-07-091-0/+1
* USB: Chipidea: add ci13xxx device id managementRichard Zhao2012-07-091-5/+16
* USB: Chipidea: add unified ci13xxx_{add,remove}_device for platform driversRichard Zhao2012-07-093-55/+56
* USB: Chipidea: rename struct ci13xxx variables from udc to ciRichard Zhao2012-07-094-406/+406
* USB: Chipidea: rename struct ci13xxx_udc_driver to struct ci13xxx_platform_dataRichard Zhao2012-07-066-34/+34
* usb: chipidea: msm: add remove methodFelipe Balbi2012-07-061-6/+15
* usb: chipidea: msm: add missing section annotationFelipe Balbi2012-07-061-1/+1
* usb: chipidea: drop useless arch-checkFelipe Balbi2012-07-061-3/+5
* usb: chipidea: remove unneeded NULL checkAlexander Shishkin2012-07-061-3/+0Star
* usb: phy: fix return value check of usb_get_phyKishon Vijay Abraham I2012-07-021-4/+5
* usb: otg: support for multiple transceivers by a single controllerKishon Vijay Abraham I2012-06-251-1/+1
* usb: otg: utils: rename function name in OTG utilsKishon Vijay Abraham I2012-06-251-4/+4
* usb: chipidea: remove zero check of hw_ep_maxRichard Zhao2012-05-151-1/+1
* USB: CI13xxx: Use usb_put_hcd() on failure to drop HCDMarek Vasut2012-05-151-1/+1
* usb: chipidea: drop unused field "device" from ci13xxx_epAlexander Shishkin2012-05-122-3/+0Star
* usb: chipidea: use generic map/unmap routinesAlexander Shishkin2012-05-123-35/+10Star
* usb: chipidea: add power_budget limit for ehci to platform dataAlexander Shishkin2012-05-122-1/+9
* usb: chipidea: add host roleAlexander Shishkin2012-05-128-9/+204
* usb: chipidea: use common definition for USBMODE bitsAlexander Shishkin2012-05-123-8/+8
* usb: chipidea: drop unused msm register definitionsAlexander Shishkin2012-05-121-3/+0Star
* usb: chipidea: drop redundant NULL checkAlexander Shishkin2012-05-121-3/+0Star