aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/driver.c
Commit message (Expand)AuthorAgeFilesLines
* merge opensource jb u5codeworkx2012-09-221-0/+19
* USB: Update last_busy time after autosuspend failsAlan Stern2011-11-111-0/+5
* USB: for usb_autopm_get_interface_async -EINPROGRESS is not an errorJim Wylder2011-11-111-1/+1
* Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2011-06-281-1/+10
|\
| * USB: don't let errors prevent system sleepAlan Stern2011-06-151-1/+10
* | PM: Rename dev_pm_info.in_suspend to is_preparedAlan Stern2011-06-211-3/+3
|/
* USB: Move runtime PM callbacks to usb_device_pm_opsRafael J. Wysocki2011-03-181-12/+3
* usb: Always return 0 or -EBUSY to the runtime PM core.Sarah Sharp2011-03-131-0/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2011-01-101-4/+3
|\
| * PM: Replace the device power.status field with a bit fieldRafael J. Wysocki2010-12-241-4/+3
* | USB: improve uses of usb_mark_last_busyAlan Stern2010-11-161-7/+1
* | USB: use the runtime-PM autosuspend implementationAlan Stern2010-11-161-72/+5
* | USB: make usb_mark_last_busy use pm_runtime_mark_last_busyMing Lei2010-11-161-12/+11
* | USB: use the no_callbacks flag for interfacesMing Lei2010-11-161-53/+29
|/
* USB: do not print -ESHUTDOWN message if usb at otg device modePeter Chen2010-10-221-1/+1
* USB: remove fake "address-of" expressionsAlan Stern2010-08-101-4/+2
* USB: core driver: Fix Coding Stylescsanchez@neurowork.net2010-08-101-4/+3
* USB: obey the sysfs power/wakeup settingAlan Stern2010-06-301-10/+3
* USB: unbind all interfaces before rebinding themAlan Stern2010-06-041-0/+2
* USB: fix interface runtime-PM settingsAlan Stern2010-05-201-6/+11
* USB: use PM core routines to enable/disable autosuspendAlan Stern2010-05-201-16/+5
* USB: improve runtime remote wakeup settingsAlan Stern2010-05-201-11/+8
* USB: make hcd.h public (drivers dependency)Eric Lescouet2010-05-201-1/+2
* USB: put claimed interfaces in the "suspended" stateAlan Stern2010-04-221-6/+7
* USB: fix remote wakeup settings during system sleepAlan Stern2010-04-221-1/+35
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Driver core: create lock/unlock functions for struct deviceGreg Kroah-Hartman2010-03-071-2/+2
* USB: remove debugging message for uevent constructionsAlan Stern2010-03-021-3/+1
* USB: convert to the runtime PM frameworkAlan Stern2010-03-021-477/+368
* USB: rearrange functions in driver.cAlan Stern2010-03-021-103/+103
* USB: implement usb_enable_autosuspendAlan Stern2010-03-021-0/+42
* USB: change locking for device-level autosuspendAlan Stern2010-03-021-4/+4
* USB: rearrange code in usb_probe_interfaceAlan Stern2010-03-021-32/+31
* USB: implement non-tree resume ordering constraints for PCI host controllersAlan Stern2010-02-261-0/+8
* USB: add remove_id sysfs attr for usb driversCHENG Renquan2009-12-111-9/+91
* USB: prepare for changover to Runtime PM frameworkAlan Stern2009-12-111-31/+0
* USB: remove the auto_pm flagAlan Stern2009-12-111-4/+0
* USB: fix missing error check in probingOliver Neukum2009-09-231-12/+22
* USB: make intf.pm_usage an atomic_tAlan Stern2009-09-231-16/+22
* USB: add API for userspace drivers to "claim" portsAlan Stern2009-09-231-0/+3
* USB: Avoid PM error messages during resume if a device was disconnectedFrans Pop2009-06-151-1/+9
* usb: convert endpoint devices to bus-less childs of the usb interfaceKay Sievers2009-06-151-16/+9
* USB: consolidate usb_unbind_interface and usb_driver_release_interfaceAlan Stern2009-06-151-13/+8
* USB: fix toggle mismatch in disable_endpoint pathsAlan Stern2009-01-271-1/+1
* USB: re-enable interface after driver unbindsAlan Stern2009-01-071-3/+6
* USB: Enhance usage of pm_message_tAlan Stern2009-01-071-27/+34
* USB: utilize round_jiffies_up_relative()Alan Stern2009-01-071-2/+2
* USB: Introduce usb_queue_reset() to do resets from atomic contextsInaky Perez-Gonzalez2009-01-071-2/+21
* USB: add asynchronous autosuspend/autoresume supportAlan Stern2009-01-071-0/+86
* USB: skip Set-Interface(0) if already in altsetting 0Alan Stern2008-12-171-1/+3