aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/udc-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-16usb: gadget: Gadget directory cleanup - group UDC driversAndrzej Pietrasiewicz1-585/+0
2014-05-12usb: udc-core: set gadget state as not attached after unloading modulePeter Chen1-0/+2
2013-10-04usb: gadget: udc-core: Do not report -EISNAM error from gadgetfsFabio Estevam1-1/+2
2013-08-27USB: gadget: audit sysfs attribute permissionsGreg Kroah-Hartman1-7/+7
2013-08-13Merge tag 'usb-for-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-1/+11
2013-07-29usb: gadget: udc-core: fix the typo of udc state attributeRong Wang1-1/+1
2013-07-29usb: gadget: udc-core: move sysfs_notify() to a workqueueFelipe Balbi1-1/+11
2013-07-15usb: gadget: don't fail when DMA isn't presentAlan Stern1-0/+6
2013-04-05Merge tag 'usb-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-10/+80
2013-04-02usb: gadget: udc-core: prevent a memory leakFelipe Balbi1-0/+1
2013-03-20usb: gadget: udc-core: fix a regression during gadget driver unbindingAlan Stern1-1/+1
2013-03-18usb: gadget: udc-core: anywone can read 'speed' attributesFelipe Balbi1-1/+1
2013-03-18usb: gadget: udc-core: remove protection when setting gadget.dev.releaseFelipe Balbi1-5/+3
2013-03-18usb: gadget: udc-core: introduce usb_add_gadget_udc_release()Felipe Balbi1-5/+34
2013-03-18usb: gadget: udc-core: initialize gadget->dev.driverFelipe Balbi1-0/+3
2013-03-18usb: gadget: udc-core: initialize parentFelipe Balbi1-0/+1
2013-03-18usb: gadget: udc-core: copy dma-related parameters from parentFelipe Balbi1-0/+4
2013-03-18usb: gadget: introduce gadget state trackingFelipe Balbi1-0/+23
2013-03-18usb: gadget: drop now unnecessary flagFelipe Balbi1-11/+7
2013-03-18usb: gadget: udc-core: allow udc class register gadget deviceFelipe Balbi1-4/+19
2013-01-24usb: gadget: completely remove ->start/->stopFelipe Balbi1-75/+14
2013-01-21usb: gadget: udc-core: introduce UDC binding by nameSebastian Andrzej Siewior1-21/+51
2012-11-08usb: gadget: Remove reference to is_dualspeed from sysfs.Michal Nazarewicz1-11/+0
2012-09-10usb: gadget: remove global variable composite in composite.cSebastian Andrzej Siewior1-2/+2
2012-09-10usb: gadget: move bind() callback back to struct usb_gadget_driverSebastian Andrzej Siewior1-5/+4
2012-08-23usb: gadget: udc-core: Race between disconnect/unbind and setupKevin Cernekee1-1/+1
2012-04-27usb: gadget: udc-core: fix incompatibility with dummy-hcdAlan Stern1-1/+1
2012-04-27usb: gadget: udc-core: fix wrong call orderFelipe Balbi1-1/+1
2012-04-10usb: gadget: udc-core: fix asymmetric calls in remove_driverKishon Vijay Abraham I1-1/+1
2012-04-10usb: gadget: udc-core: stop UDC on device-initiated disconnectFelipe Balbi1-0/+4
2012-02-28usb: gadget: add generic map/unmap request utilitiesFelipe Balbi1-0/+52
2011-12-12usb: gadget: replace usb_gadget::is_dualspeed with max_speedMichal Nazarewicz1-6/+20
2011-11-14usb: gadget: core: allow everybody to read sysfs attributesFelipe Balbi1-2/+2
2011-11-14usb: gadget: core: fix bug when removing gadget driversFelipe Balbi1-2/+2
2011-11-14usb: gadget: udc-core: fix bug on soft_connect and srp interfacesFelipe Balbi1-1/+1
2011-09-26usb: gadget: udc-core: fix bug on soft_connect interfaceFelipe Balbi1-1/+1
2011-09-18usb: Provide usb_speed_string() functionMichal Nazarewicz1-17/+2
2011-07-01usb: gadget: udc-core: wire up sysfs filesSebastian Andrzej Siewior1-5/+4
2011-07-01usb: gadget: udc-core: add "new-style" registration interfaceSebastian Andrzej Siewior1-4/+71
2011-06-28usb: gadget: introduce UDC ClassFelipe Balbi1-0/+418