aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/endpoint.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-19usb: core: constify the struct device_type usageRicardo B. Marliere1-1/+1
2021-03-10usb: common: add function to get interval expressed in us unitChunfeng Yun1-31/+4
2020-11-26USB: core: Constify static attribute_group structsRikard Falkeborn1-1/+1
2017-11-03USB: core: move existing SPDX tags to top of the fileGreg Kroah-Hartman1-1/+1
2016-11-18Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman1-2/+1
2016-11-03usb: core: endpoint: remove unnecessary & operationFelipe Balbi1-2/+1
2016-10-29USB: core: add missing license information to some filesGreg Kroah-Hartman1-1/+3
2015-08-14usb: endpoint: convert spaces to tabsKris Borer1-1/+1
2013-08-25USB: core: be specific about attribute permissionsGreg Kroah-Hartman1-18/+18
2013-07-24USB: remove unneeded idr.h includeGreg Kroah-Hartman1-1/+0
2012-08-20usb/endpoint: Set release callback in the struct device_type instead of in th...Lan Tianyu1-5/+5
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto1-1/+1
2011-01-22usb: set ep_dev async suspend should be later than device_initializePeter Chen1-1/+1
2010-10-22usb: core: endpoint: Fix error pathRahul Ruikar1-1/+1
2010-08-10USB: core endpoint: Fix Coding Stylescsanchez@neurowork.net1-2/+7
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-02-26PM: Allow USB devices to suspend/resume asynchronouslyRafael J. Wysocki1-0/+1
2009-09-15driver model: constify attribute groupsDavid Brownell1-1/+1
2009-06-15usb: convert endpoint devices to bus-less childs of the usb interfaceKay Sievers1-152/+8
2009-03-24USB: drivers: use USB API functions rather than constantsJulia Lawall1-5/+4
2009-01-07USB: utilize the bus notifiersAlan Stern1-2/+2
2008-10-17USB: remove err() macro from usb core codeGreg Kroah-Hartman1-1/+2
2008-07-21USB: usb dev_set_name() instead of dev->bus_idKay Sievers1-1/+1
2008-07-21USB: usb dev_name() instead of dev->bus_idKay Sievers1-1/+1
2008-05-14USB: create attributes before sending ueventAlan Stern1-6/+5
2007-10-18Add missing newlines to some uses of dev_<level> messagesJoe Perches1-1/+1
2007-10-12USB: Get rid of annoying endpoint-release messageAlan Stern1-1/+0
2007-02-16USB: In init_endpoint_class, use PTR_ERR to obtain an errno value, not IS_ERRJosh Triplett1-1/+1
2007-01-05USB: Fixed bug in endpoint release function.Sarah Bailey1-1/+1
2006-12-01USB: added dynamic major number for USB endpointsSarah Bailey1-13/+85
2006-10-17usbcore: fix endpoint device creationAlan Stern1-10/+8
2006-10-17usbcore: fix refcount bug in endpoint removalAlan Stern1-3/+1
2006-09-27USB: fix __must_check warnings in drivers/usb/core/Greg Kroah-Hartman1-8/+22
2006-06-21[PATCH] USB: make endpoints real struct devicesGreg Kroah-Hartman1-88/+150
2006-06-21[PATCH] USB: make usb_create_ep_files take a struct deviceGreg Kroah-Hartman1-2/+2
2006-06-21[PATCH] USB: move the endpoint specific sysfs code to it's own fileGreg Kroah-Hartman1-0/+213