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