| Commit message (Expand) | Author | Age | Files | Lines |
* | usb: move ci13xxx and related code to drivers/usb/chipidea | Alexander Shishkin | 2012-05-11 | 1 | -2983/+0 |
* | usb: gadget: ci13xxx: print basic device info when probing | Alexander Shishkin | 2012-05-11 | 1 | -0/+3 |
* | usb: gadget: ci13xxx: don't use "advance" feature when setting address | Alexander Shishkin | 2012-05-11 | 1 | -10/+12 |
* | usb: gadget: ci13xxx: get rid of local tracing for good | Alexander Shishkin | 2012-05-11 | 1 | -65/+0 |
* | USB: gadget: ci13xx_udc: fix potential crash in irq handler | Greg Kroah-Hartman | 2012-05-10 | 1 | -3/+1 |
* | usb: gadget: ci13xxx: convert to new style | Alexander Shishkin | 2012-05-09 | 1 | -81/+39 |
* | usb: gadget: ci13xxx: move endpoint (de-)initialization to probe/remove | Alexander Shishkin | 2012-05-09 | 1 | -81/+80 |
* | usb: gadget: ci13xxx: replace home-brewed logging with dev_{err,warn,info} | Alexander Shishkin | 2012-05-09 | 1 | -93/+76 |
* | usb: gadget: ci13xxx: convert to platform device | Alexander Shishkin | 2012-05-09 | 1 | -4/+74 |
* | usb: gadget: ci13xxx: redo register access | Alexander Shishkin | 2012-05-09 | 1 | -128/+165 |
* | usb: gadget: ci13xxx: move global variables inside struct ci13xxx | Alexander Shishkin | 2012-05-09 | 1 | -231/+231 |
* | usb: gadget: ci13xxx: drop needless parens | Alexander Shishkin | 2012-05-09 | 1 | -4/+4 |
* | usb: gadget: ci13xxx: rename register layouts | Alexander Shishkin | 2012-05-08 | 1 | -131/+121 |
* | usb: gadget: ci13xxx: initialize ep0{out,in} dynamically | Alexander Shishkin | 2012-05-08 | 1 | -19/+29 |
* | usb: gadget: ci13xxx: fix ep list removal in gadget unregistering code | Alexander Shishkin | 2012-05-08 | 1 | -1/+1 |
* | Merge tag 'gadget-for-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Greg Kroah-Hartman | 2012-05-07 | 1 | -8/+7 |
|\ |
|
| * | usb: gadget: Update ci13xxx_udc to use usb_endpoint_descriptor inside the str... | Ido Shayevitz | 2012-05-04 | 1 | -8/+7 |
* | | USB: ci13xxx_udc.c: remove err() usage | Greg Kroah-Hartman | 2012-04-27 | 1 | -16/+19 |
|/ |
|
* | Merge tag 'gadget-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Greg Kroah-Hartman | 2012-03-01 | 1 | -0/+1 |
|\ |
|
| * | usb: gadget: Clear usb_endpoint_descriptor inside the struct usb_ep on disable | Ido Shayevitz | 2012-02-24 | 1 | -0/+1 |
* | | usb: otg: Convert all users to pass struct usb_otg for OTG functions | Heikki Krogerus | 2012-02-27 | 1 | -3/+4 |
* | | usb: Convert all users to new usb_phy | Heikki Krogerus | 2012-02-27 | 1 | -5/+5 |
|/ |
|
* | usb: gadget: rename usb_gadget_driver::speed to max_speed | Michal Nazarewicz | 2011-12-12 | 1 | -1/+1 |
* | usb: gadget: replace usb_gadget::is_dualspeed with max_speed | Michal Nazarewicz | 2011-12-12 | 1 | -2/+5 |
* | USB: ci13xxx_udc: handle controllers with less than 16 EPs | Marc Kleine-Budde | 2011-12-12 | 1 | -2/+14 |
* | USB: ci13xxx_udc: make suspend and resume in gadget driver optional | Marc Kleine-Budde | 2011-12-12 | 1 | -7/+4 |
* | USB: ci13xxx_udc: fix debug trace code | Marc Kleine-Budde | 2011-11-14 | 1 | -3/+3 |
* | USB: ci13xxx_udc: fix deadlock during rmmod | Marc Kleine-Budde | 2011-11-14 | 1 | -1/+2 |
* | USB: ci13xxx_udc: fix logic to mark request dma addresses as invalid | Michael Grzeschik | 2011-11-14 | 1 | -4/+8 |
* | USB: use usb_endpoint_maxp() instead of le16_to_cpu() | Kuninori Morimoto | 2011-08-23 | 1 | -1/+1 |
* | usb: gadget: ci13xx_udc.c: fix compile warning | Sebastian Andrzej Siewior | 2011-07-05 | 1 | -2/+10 |
* | usb: gadget: ci13xx_udc: fix usb_ep_enable() call | Felipe Balbi | 2011-07-01 | 1 | -2/+5 |
* | usb: gadget: convert all users to the new udc infrastructure | Sebastian Andrzej Siewior | 2011-06-28 | 1 | -14/+29 |
* | USB: OTG: msm: Implement charger detection | Pavankumar Kondeti | 2011-05-06 | 1 | -0/+10 |
* | USB: gadget: Initialize ep0 once while registering gadget in ci13xxx_udc | Anji jonnala | 2011-05-03 | 1 | -14/+17 |
* | USB: gadget: Use ep0out for control OUT data phase in ci13xxx_udc | Pavankumar Kondeti | 2011-05-03 | 1 | -6/+14 |
* | USB: gadget: Fix bug in endpoint feature request processing in ci13xxx_udc | Pavankumar Kondeti | 2011-05-03 | 1 | -1/+7 |
* | USB: gadget: Fix unused variable warning in ci13xxx_udc | Pavankumar Kondeti | 2011-05-03 | 1 | -1/+1 |
* | USB: gadget: Use bitwise AND operator to test flags in ci13xxx_udc | Pavankumar Kondeti | 2011-05-03 | 1 | -1/+1 |
* | USB: gadget: Fix typo (s/EBUSY/-EBUSY) in ci13xxx_udc | Pavankumar Kondeti | 2011-05-03 | 1 | -1/+1 |
* | USB: gadget: Add test mode support for ci13xxx_udc | Pavankumar Kondeti | 2011-02-25 | 1 | -6/+50 |
* | USB: gadget: Implement remote wakeup in ci13xxx_udc | Pavankumar Kondeti | 2011-02-25 | 1 | -29/+95 |
* | USB: gadget: Implement hardware queuing in ci13xxx_udc | Pavankumar Kondeti | 2011-02-25 | 1 | -76/+100 |
* | USB: gadget: Fix endpoint representation in ci13xxx_udc | Pavankumar Kondeti | 2011-01-22 | 1 | -128/+136 |
* | USB: gadget: Fix error path in ci13xxx_udc gadget probe function | Pavankumar Kondeti | 2011-01-22 | 1 | -3/+1 |
* | USB: gadget: ci13xxx: don't assume that PAGE_SIZE is 4096 | Artem Leonenko | 2010-12-16 | 1 | -5/+5 |
* | USB: gadget: ci13xxx: fix complete() callback for no_interrupt rq's | Artem Leonenko | 2010-12-16 | 1 | -3/+3 |
* | USB: gadget: update ci13xxx to work with g_ether | Artem Leonenko | 2010-12-16 | 1 | -8/+12 |
* | USB: gadgets: ci13xxx: fix probing of compiled-in gadget drivers | Artem Leonenko | 2010-12-16 | 1 | -1/+0 |
* | USB: gadget: Implement runtime PM for ci13xxx gadget | Pavankumar Kondeti | 2010-12-10 | 1 | -0/+10 |