summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/ci13xxx_udc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'gadget-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2012-03-011-0/+1
|\
| * usb: gadget: Clear usb_endpoint_descriptor inside the struct usb_ep on disableIdo Shayevitz2012-02-241-0/+1
* | usb: otg: Convert all users to pass struct usb_otg for OTG functionsHeikki Krogerus2012-02-271-3/+4
* | usb: Convert all users to new usb_phyHeikki Krogerus2012-02-271-5/+5
|/
* usb: gadget: rename usb_gadget_driver::speed to max_speedMichal Nazarewicz2011-12-121-1/+1
* usb: gadget: replace usb_gadget::is_dualspeed with max_speedMichal Nazarewicz2011-12-121-2/+5
* USB: ci13xxx_udc: handle controllers with less than 16 EPsMarc Kleine-Budde2011-12-121-2/+14
* USB: ci13xxx_udc: make suspend and resume in gadget driver optionalMarc Kleine-Budde2011-12-121-7/+4
* USB: ci13xxx_udc: fix debug trace codeMarc Kleine-Budde2011-11-141-3/+3
* USB: ci13xxx_udc: fix deadlock during rmmodMarc Kleine-Budde2011-11-141-1/+2
* USB: ci13xxx_udc: fix logic to mark request dma addresses as invalidMichael Grzeschik2011-11-141-4/+8
* USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto2011-08-231-1/+1
* usb: gadget: ci13xx_udc.c: fix compile warningSebastian Andrzej Siewior2011-07-051-2/+10
* usb: gadget: ci13xx_udc: fix usb_ep_enable() callFelipe Balbi2011-07-011-2/+5
* usb: gadget: convert all users to the new udc infrastructureSebastian Andrzej Siewior2011-06-281-14/+29
* USB: OTG: msm: Implement charger detectionPavankumar Kondeti2011-05-061-0/+10
* USB: gadget: Initialize ep0 once while registering gadget in ci13xxx_udcAnji jonnala2011-05-031-14/+17
* USB: gadget: Use ep0out for control OUT data phase in ci13xxx_udcPavankumar Kondeti2011-05-031-6/+14
* USB: gadget: Fix bug in endpoint feature request processing in ci13xxx_udcPavankumar Kondeti2011-05-031-1/+7
* USB: gadget: Fix unused variable warning in ci13xxx_udcPavankumar Kondeti2011-05-031-1/+1
* USB: gadget: Use bitwise AND operator to test flags in ci13xxx_udcPavankumar Kondeti2011-05-031-1/+1
* USB: gadget: Fix typo (s/EBUSY/-EBUSY) in ci13xxx_udcPavankumar Kondeti2011-05-031-1/+1
* USB: gadget: Add test mode support for ci13xxx_udcPavankumar Kondeti2011-02-251-6/+50
* USB: gadget: Implement remote wakeup in ci13xxx_udcPavankumar Kondeti2011-02-251-29/+95
* USB: gadget: Implement hardware queuing in ci13xxx_udcPavankumar Kondeti2011-02-251-76/+100
* USB: gadget: Fix endpoint representation in ci13xxx_udcPavankumar Kondeti2011-01-221-128/+136
* USB: gadget: Fix error path in ci13xxx_udc gadget probe functionPavankumar Kondeti2011-01-221-3/+1
* USB: gadget: ci13xxx: don't assume that PAGE_SIZE is 4096Artem Leonenko2010-12-161-5/+5
* USB: gadget: ci13xxx: fix complete() callback for no_interrupt rq'sArtem Leonenko2010-12-161-3/+3
* USB: gadget: update ci13xxx to work with g_etherArtem Leonenko2010-12-161-8/+12
* USB: gadgets: ci13xxx: fix probing of compiled-in gadget driversArtem Leonenko2010-12-161-1/+0
* USB: gadget: Implement runtime PM for ci13xxx gadgetPavankumar Kondeti2010-12-101-0/+10
* USB: gadget: Introduce ci13xxx_udc_driver structPavankumar Kondeti2010-12-101-54/+151
* USB: gadget: Initialize ci13xxx gadget device's coherent DMA maskPavankumar Kondeti2010-12-101-0/+1
* USB: gadget: Fix "scheduling while atomic" bugs in ci13xxx_udcPavankumar Kondeti2010-12-101-6/+3
* USB: gadget: Separate out PCI bus code from ci13xxx_udcPavankumar Kondeti2010-12-101-159/+0
* usb gadget: don't save bind callback in struct usb_gadget_driverUwe Kleine-König2010-10-221-8/+10
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* USB: ci13xxx_udc: use helper functions to determine endpoint type and directionMatthias Kaehlcke2009-06-151-3/+3
* USB: ci13xxx_udc: fix build errorMatthias Kaehlcke2009-04-231-0/+1
* USB: Gadget: MIPS CI13xxx UDC bugfixesDavid Lopo2009-04-231-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2009-03-261-1/+0
|\
| * USB: gadget: remove duplicated #includeHuang Weiyi2009-03-241-1/+0
* | usb: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-03-241-1/+1
|/
* USB: gadget: MIPS ci13xxx_udcDavid Lopo2009-01-071-0/+2830
OpenPOWER on IntegriCloud