aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/udc-core.c
Commit message (Expand)AuthorAge
* Merge tag 'usb-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2013-04-05
|\
| * usb: gadget: udc-core: prevent a memory leakFelipe Balbi2013-04-02
| * usb: gadget: udc-core: anywone can read 'speed' attributesFelipe Balbi2013-03-18
| * usb: gadget: udc-core: remove protection when setting gadget.dev.releaseFelipe Balbi2013-03-18
| * usb: gadget: udc-core: introduce usb_add_gadget_udc_release()Felipe Balbi2013-03-18
| * usb: gadget: udc-core: initialize gadget->dev.driverFelipe Balbi2013-03-18
| * usb: gadget: udc-core: initialize parentFelipe Balbi2013-03-18
| * usb: gadget: udc-core: copy dma-related parameters from parentFelipe Balbi2013-03-18
| * usb: gadget: introduce gadget state trackingFelipe Balbi2013-03-18
| * usb: gadget: drop now unnecessary flagFelipe Balbi2013-03-18
| * usb: gadget: udc-core: allow udc class register gadget deviceFelipe Balbi2013-03-18
* | usb: gadget: udc-core: fix a regression during gadget driver unbindingAlan Stern2013-03-20
|/
* usb: gadget: completely remove ->start/->stopFelipe Balbi2013-01-24
* usb: gadget: udc-core: introduce UDC binding by nameSebastian Andrzej Siewior2013-01-21
* usb: gadget: Remove reference to is_dualspeed from sysfs.Michal Nazarewicz2012-11-08
* usb: gadget: remove global variable composite in composite.cSebastian Andrzej Siewior2012-09-10
* usb: gadget: move bind() callback back to struct usb_gadget_driverSebastian Andrzej Siewior2012-09-10
* usb: gadget: udc-core: Race between disconnect/unbind and setupKevin Cernekee2012-08-23
* usb: gadget: udc-core: fix incompatibility with dummy-hcdAlan Stern2012-04-27
* usb: gadget: udc-core: fix wrong call orderFelipe Balbi2012-04-27
* usb: gadget: udc-core: fix asymmetric calls in remove_driverKishon Vijay Abraham I2012-04-10
* usb: gadget: udc-core: stop UDC on device-initiated disconnectFelipe Balbi2012-04-10
* usb: gadget: add generic map/unmap request utilitiesFelipe Balbi2012-02-28
* usb: gadget: replace usb_gadget::is_dualspeed with max_speedMichal Nazarewicz2011-12-12
* usb: gadget: core: allow everybody to read sysfs attributesFelipe Balbi2011-11-14
* usb: gadget: core: fix bug when removing gadget driversFelipe Balbi2011-11-14
* usb: gadget: udc-core: fix bug on soft_connect and srp interfacesFelipe Balbi2011-11-14
* usb: gadget: udc-core: fix bug on soft_connect interfaceFelipe Balbi2011-09-26
* usb: Provide usb_speed_string() functionMichal Nazarewicz2011-09-18
* usb: gadget: udc-core: wire up sysfs filesSebastian Andrzej Siewior2011-07-01
* usb: gadget: udc-core: add "new-style" registration interfaceSebastian Andrzej Siewior2011-07-01
* usb: gadget: introduce UDC ClassFelipe Balbi2011-06-28