summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/endpoint.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2016-11-181-2/+1
|\
| * usb: core: endpoint: remove unnecessary & operationFelipe Balbi2016-11-031-2/+1
* | USB: core: add missing license information to some filesGreg Kroah-Hartman2016-10-291-1/+3
|/
* usb: endpoint: convert spaces to tabsKris Borer2015-08-141-1/+1
* USB: core: be specific about attribute permissionsGreg Kroah-Hartman2013-08-251-18/+18
* USB: remove unneeded idr.h includeGreg Kroah-Hartman2013-07-241-1/+0
* usb/endpoint: Set release callback in the struct device_type instead of in th...Lan Tianyu2012-08-201-5/+5
* USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto2011-08-231-1/+1
* usb: set ep_dev async suspend should be later than device_initializePeter Chen2011-01-221-1/+1
* usb: core: endpoint: Fix error pathRahul Ruikar2010-10-221-1/+1
* USB: core endpoint: Fix Coding Stylescsanchez@neurowork.net2010-08-101-2/+7
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* PM: Allow USB devices to suspend/resume asynchronouslyRafael J. Wysocki2010-02-261-0/+1
* driver model: constify attribute groupsDavid Brownell2009-09-151-1/+1
* usb: convert endpoint devices to bus-less childs of the usb interfaceKay Sievers2009-06-151-152/+8
* USB: drivers: use USB API functions rather than constantsJulia Lawall2009-03-241-5/+4
* USB: utilize the bus notifiersAlan Stern2009-01-071-2/+2
* USB: remove err() macro from usb core codeGreg Kroah-Hartman2008-10-171-1/+2
* USB: usb dev_set_name() instead of dev->bus_idKay Sievers2008-07-211-1/+1
* USB: usb dev_name() instead of dev->bus_idKay Sievers2008-07-211-1/+1
* USB: create attributes before sending ueventAlan Stern2008-05-141-6/+5
* Add missing newlines to some uses of dev_<level> messagesJoe Perches2007-10-181-1/+1
* USB: Get rid of annoying endpoint-release messageAlan Stern2007-10-121-1/+0
* USB: In init_endpoint_class, use PTR_ERR to obtain an errno value, not IS_ERRJosh Triplett2007-02-161-1/+1
* USB: Fixed bug in endpoint release function.Sarah Bailey2007-01-051-1/+1
* USB: added dynamic major number for USB endpointsSarah Bailey2006-12-011-13/+85
* usbcore: fix endpoint device creationAlan Stern2006-10-171-10/+8
* usbcore: fix refcount bug in endpoint removalAlan Stern2006-10-171-3/+1
* USB: fix __must_check warnings in drivers/usb/core/Greg Kroah-Hartman2006-09-271-8/+22
* [PATCH] USB: make endpoints real struct devicesGreg Kroah-Hartman2006-06-211-88/+150
* [PATCH] USB: make usb_create_ep_files take a struct deviceGreg Kroah-Hartman2006-06-211-2/+2
* [PATCH] USB: move the endpoint specific sysfs code to it's own fileGreg Kroah-Hartman2006-06-211-0/+213
OpenPOWER on IntegriCloud