aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/driver.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-28Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-1/+10
2011-06-21PM: Rename dev_pm_info.in_suspend to is_preparedAlan Stern1-3/+3
2011-06-15USB: don't let errors prevent system sleepAlan Stern1-1/+10
2011-03-18USB: Move runtime PM callbacks to usb_device_pm_opsRafael J. Wysocki1-12/+3
2011-03-13usb: Always return 0 or -EBUSY to the runtime PM core.Sarah Sharp1-0/+5
2011-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6Linus Torvalds1-4/+3
2010-12-24PM: Replace the device power.status field with a bit fieldRafael J. Wysocki1-4/+3
2010-11-16USB: improve uses of usb_mark_last_busyAlan Stern1-7/+1
2010-11-16USB: use the runtime-PM autosuspend implementationAlan Stern1-72/+5
2010-11-16USB: make usb_mark_last_busy use pm_runtime_mark_last_busyMing Lei1-12/+11
2010-11-16USB: use the no_callbacks flag for interfacesMing Lei1-53/+29
2010-10-22USB: do not print -ESHUTDOWN message if usb at otg device modePeter Chen1-1/+1
2010-08-10USB: remove fake "address-of" expressionsAlan Stern1-4/+2
2010-08-10USB: core driver: Fix Coding Stylescsanchez@neurowork.net1-4/+3
2010-06-30USB: obey the sysfs power/wakeup settingAlan Stern1-10/+3
2010-06-04USB: unbind all interfaces before rebinding themAlan Stern1-0/+2
2010-05-20USB: fix interface runtime-PM settingsAlan Stern1-6/+11
2010-05-20USB: use PM core routines to enable/disable autosuspendAlan Stern1-16/+5
2010-05-20USB: improve runtime remote wakeup settingsAlan Stern1-11/+8
2010-05-20USB: make hcd.h public (drivers dependency)Eric Lescouet1-1/+2
2010-04-22USB: put claimed interfaces in the "suspended" stateAlan Stern1-6/+7
2010-04-22USB: fix remote wakeup settings during system sleepAlan Stern1-1/+35
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-07Driver core: create lock/unlock functions for struct deviceGreg Kroah-Hartman1-2/+2
2010-03-02USB: remove debugging message for uevent constructionsAlan Stern1-3/+1
2010-03-02USB: convert to the runtime PM frameworkAlan Stern1-477/+368
2010-03-02USB: rearrange functions in driver.cAlan Stern1-103/+103
2010-03-02USB: implement usb_enable_autosuspendAlan Stern1-0/+42
2010-03-02USB: change locking for device-level autosuspendAlan Stern1-4/+4
2010-03-02USB: rearrange code in usb_probe_interfaceAlan Stern1-32/+31
2010-02-26USB: implement non-tree resume ordering constraints for PCI host controllersAlan Stern1-0/+8
2009-12-11USB: add remove_id sysfs attr for usb driversCHENG Renquan1-9/+91
2009-12-11USB: prepare for changover to Runtime PM frameworkAlan Stern1-31/+0
2009-12-11USB: remove the auto_pm flagAlan Stern1-4/+0
2009-09-23USB: fix missing error check in probingOliver Neukum1-12/+22
2009-09-23USB: make intf.pm_usage an atomic_tAlan Stern1-16/+22
2009-09-23USB: add API for userspace drivers to "claim" portsAlan Stern1-0/+3
2009-06-15USB: Avoid PM error messages during resume if a device was disconnectedFrans Pop1-1/+9
2009-06-15usb: convert endpoint devices to bus-less childs of the usb interfaceKay Sievers1-16/+9
2009-06-15USB: consolidate usb_unbind_interface and usb_driver_release_interfaceAlan Stern1-13/+8
2009-01-27USB: fix toggle mismatch in disable_endpoint pathsAlan Stern1-1/+1
2009-01-07USB: re-enable interface after driver unbindsAlan Stern1-3/+6
2009-01-07USB: Enhance usage of pm_message_tAlan Stern1-27/+34
2009-01-07USB: utilize round_jiffies_up_relative()Alan Stern1-2/+2
2009-01-07USB: Introduce usb_queue_reset() to do resets from atomic contextsInaky Perez-Gonzalez1-2/+21
2009-01-07USB: add asynchronous autosuspend/autoresume supportAlan Stern1-0/+86
2008-12-17USB: skip Set-Interface(0) if already in altsetting 0Alan Stern1-1/+3
2008-10-22USB: don't rebind drivers after failed resume or resetAlan Stern1-1/+2
2008-10-17USB: RESET_RESUME needs to block autosuspend when remote wakeup is neededOliver Neukum1-1/+2
2008-08-21USB: Don't rebind before "complete" callbackAlan Stern1-21/+9