aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/driver.c
Commit message (Expand)AuthorAge
* USB: remove dead code from suspend/resume pathOliver Neukum2012-01-03
* USB: Add optional match for interface class to dynamic ID facilityJosua Dietze2011-11-15
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-06
|\
| * usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker2011-10-31
* | USB: Update last_busy time after autosuspend failsAlan Stern2011-11-04
|/
* Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-10-25
|\
| * PM / Runtime: Add macro to test for runtime PM eventsAlan Stern2011-08-19
* | xHCI: set USB2 hardware LPMAndiry Xu2011-09-26
* | USB: for usb_autopm_get_interface_async -EINPROGRESS is not an errorJim Wylder2011-09-09
|/
* Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2011-06-28
|\
| * USB: don't let errors prevent system sleepAlan Stern2011-06-15
* | PM: Rename dev_pm_info.in_suspend to is_preparedAlan Stern2011-06-21
|/
* USB: Move runtime PM callbacks to usb_device_pm_opsRafael J. Wysocki2011-03-18
* usb: Always return 0 or -EBUSY to the runtime PM core.Sarah Sharp2011-03-13
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2011-01-10
|\
| * PM: Replace the device power.status field with a bit fieldRafael J. Wysocki2010-12-24
* | USB: improve uses of usb_mark_last_busyAlan Stern2010-11-16
* | USB: use the runtime-PM autosuspend implementationAlan Stern2010-11-16
* | USB: make usb_mark_last_busy use pm_runtime_mark_last_busyMing Lei2010-11-16
* | USB: use the no_callbacks flag for interfacesMing Lei2010-11-16
|/
* USB: do not print -ESHUTDOWN message if usb at otg device modePeter Chen2010-10-22
* USB: remove fake "address-of" expressionsAlan Stern2010-08-10
* USB: core driver: Fix Coding Stylescsanchez@neurowork.net2010-08-10
* USB: obey the sysfs power/wakeup settingAlan Stern2010-06-30
* USB: unbind all interfaces before rebinding themAlan Stern2010-06-04
* USB: fix interface runtime-PM settingsAlan Stern2010-05-20
* USB: use PM core routines to enable/disable autosuspendAlan Stern2010-05-20
* USB: improve runtime remote wakeup settingsAlan Stern2010-05-20
* USB: make hcd.h public (drivers dependency)Eric Lescouet2010-05-20
* USB: put claimed interfaces in the "suspended" stateAlan Stern2010-04-22
* USB: fix remote wakeup settings during system sleepAlan Stern2010-04-22
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* Driver core: create lock/unlock functions for struct deviceGreg Kroah-Hartman2010-03-07
* USB: remove debugging message for uevent constructionsAlan Stern2010-03-02
* USB: convert to the runtime PM frameworkAlan Stern2010-03-02
* USB: rearrange functions in driver.cAlan Stern2010-03-02
* USB: implement usb_enable_autosuspendAlan Stern2010-03-02
* USB: change locking for device-level autosuspendAlan Stern2010-03-02
* USB: rearrange code in usb_probe_interfaceAlan Stern2010-03-02
* USB: implement non-tree resume ordering constraints for PCI host controllersAlan Stern2010-02-26
* USB: add remove_id sysfs attr for usb driversCHENG Renquan2009-12-11
* USB: prepare for changover to Runtime PM frameworkAlan Stern2009-12-11
* USB: remove the auto_pm flagAlan Stern2009-12-11
* USB: fix missing error check in probingOliver Neukum2009-09-23
* USB: make intf.pm_usage an atomic_tAlan Stern2009-09-23
* USB: add API for userspace drivers to "claim" portsAlan Stern2009-09-23
* USB: Avoid PM error messages during resume if a device was disconnectedFrans Pop2009-06-16
* usb: convert endpoint devices to bus-less childs of the usb interfaceKay Sievers2009-06-16
* USB: consolidate usb_unbind_interface and usb_driver_release_interfaceAlan Stern2009-06-16
* USB: fix toggle mismatch in disable_endpoint pathsAlan Stern2009-01-27