USB: don't ignore suspend errors for root hubs
[linux-flexiantxendom0.git] / drivers / usb / core / driver.c
2012-04-30 Alan SternUSB: don't ignore suspend errors for root hubs
2011-11-07 Linus TorvaldsMerge branch 'modsplit-Oct31_2011' of git://git./linux...
2011-11-04 Alan SternUSB: Update last_busy time after autosuspend fails
2011-10-31 Paul Gortmakerusb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where...
2011-10-25 Linus TorvaldsMerge branch 'pm-for-linus' of git://git./linux/kernel...
2011-09-26 Andiry XuxHCI: set USB2 hardware LPM
2011-09-09 Jim WylderUSB: for usb_autopm_get_interface_async -EINPROGRESS...
2011-08-19 Alan SternPM / Runtime: Add macro to test for runtime PM events
2011-06-28 Linus TorvaldsMerge branch 'usb-linus' of git://git./linux/kernel...
2011-06-21 Alan SternPM: Rename dev_pm_info.in_suspend to is_prepared
2011-06-16 Alan SternUSB: don't let errors prevent system sleep
2011-03-18 Rafael J. WysockiUSB: Move runtime PM callbacks to usb_device_pm_ops
2011-03-14 Sarah Sharpusb: Always return 0 or -EBUSY to the runtime PM core.
2011-01-10 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-12-24 Rafael J. WysockiPM: Replace the device power.status field with a bit...
2010-11-16 Alan SternUSB: improve uses of usb_mark_last_busy
2010-11-16 Alan SternUSB: use the runtime-PM autosuspend implementation
2010-11-16 Ming LeiUSB: make usb_mark_last_busy use pm_runtime_mark_last_busy
2010-11-16 Ming LeiUSB: use the no_callbacks flag for interfaces
2010-10-22 Peter ChenUSB: do not print -ESHUTDOWN message if usb at otg...
2010-08-10 Alan SternUSB: remove fake "address-of" expressions
2010-08-10 csanchez@neurowork.netUSB: core driver: Fix Coding Styles
2010-06-30 Alan SternUSB: obey the sysfs power/wakeup setting
2010-06-04 Alan SternUSB: unbind all interfaces before rebinding them
2010-05-20 Alan SternUSB: fix interface runtime-PM settings
2010-05-20 Alan SternUSB: use PM core routines to enable/disable autosuspend
2010-05-20 Alan SternUSB: improve runtime remote wakeup settings
2010-05-20 Eric LescouetUSB: make hcd.h public (drivers dependency)
2010-04-22 Alan SternUSB: put claimed interfaces in the "suspended" state
2010-04-22 Alan SternUSB: fix remote wakeup settings during system sleep
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-08 Greg Kroah-HartmanDriver core: create lock/unlock functions for struct...
2010-03-02 Alan SternUSB: remove debugging message for uevent constructions
2010-03-02 Alan SternUSB: convert to the runtime PM framework
2010-03-02 Alan SternUSB: rearrange functions in driver.c
2010-03-02 Alan SternUSB: implement usb_enable_autosuspend
2010-03-02 Alan SternUSB: change locking for device-level autosuspend
2010-03-02 Alan SternUSB: rearrange code in usb_probe_interface
2010-02-26 Alan SternUSB: implement non-tree resume ordering constraints...
2009-12-11 CHENG RenquanUSB: add remove_id sysfs attr for usb drivers
2009-12-11 Alan SternUSB: prepare for changover to Runtime PM framework
2009-12-11 Alan SternUSB: remove the auto_pm flag
2009-09-23 Oliver NeukumUSB: fix missing error check in probing
2009-09-23 Alan SternUSB: make intf.pm_usage an atomic_t
2009-09-23 Alan SternUSB: add API for userspace drivers to "claim" ports
2009-06-16 Frans PopUSB: Avoid PM error messages during resume if a device...
2009-06-16 Kay Sieversusb: convert endpoint devices to bus-less childs of...
2009-06-16 Alan SternUSB: consolidate usb_unbind_interface and usb_driver_re...
2009-01-28 Alan SternUSB: fix toggle mismatch in disable_endpoint paths
2009-01-07 Alan SternUSB: re-enable interface after driver unbinds
2009-01-07 Alan SternUSB: Enhance usage of pm_message_t
2009-01-07 Alan SternUSB: utilize round_jiffies_up_relative()
2009-01-07 Inaky Perez-GonzalezUSB: Introduce usb_queue_reset() to do resets from...
2009-01-07 Alan SternUSB: add asynchronous autosuspend/autoresume support
2008-12-17 Alan SternUSB: skip Set-Interface(0) if already in altsetting 0
2008-10-22 Alan SternUSB: don't rebind drivers after failed resume or reset
2008-10-17 Oliver NeukumUSB: RESET_RESUME needs to block autosuspend when remot...
2008-08-21 Alan SternUSB: Don't rebind before "complete" callback
2008-08-21 Alan SternUSB: Add new PM callback methods for USB
2008-08-21 Alan SternUSB: Defer Set-Interface for suspended devices
2008-08-21 Alan SternUSB: Add udev argument to interface suspend/resume...
2008-08-14 Alan SternUSB: fix compiler warning fix
2008-08-14 Alexander Beregalovusb/core/driver: fix warning
2008-07-21 Alan SternUSB: Force unbinding of drivers lacking reset_resume...
2008-07-21 Alan SternUSB: implement "soft" unbinding
2008-07-21 Alan SternUSB: try to salvage lost power sessions
2008-07-21 Alan SternUSB: simplify hub_restart() logic
2008-07-21 Kay SieversUSB: usb dev_name() instead of dev->bus_id
2008-04-25 Harvey HarrisonUSB: replace remaining __FUNCTION__ occurrences
2008-04-25 Alan SternUSB: HCDs use the do_remote_wakeup flag
2008-04-25 Alan SternUSB: remove dev->power.power_state
2008-04-25 Alan SternUSB: EHCI: carry out port handover during each root...
2008-02-01 Greg Kroah-HartmanUSB: fix codingstyle issues in drivers/usb/core/*.c
2008-02-01 Greg Kroah-HartmanUSB: mark USB drivers as being GPL only
2008-02-01 Greg Kroah-HartmanUSB: handle idVendor of 0x0000
2008-01-25 Greg Kroah-HartmanUSB: use proper call to driver_create_file
2007-11-28 Alan SternUSB: uevent environment key fix
2007-10-12 Linus TorvaldsMerge /pub/scm/linux/kernel/git/gregkh/driver-2.6
2007-10-12 Alan SternUSB: fix race in autosuspend reschedule
2007-10-12 Alan SternUSB: skip autosuspended devices during system resume
2007-10-12 Alan SternUSB: don't propagate FREEZE or PRETHAW suspends
2007-10-12 Alan SternUSB: flush outstanding URBs when suspending
2007-10-12 Alan SternUSB: move decision to ignore FREEZE events
2007-10-12 Inaky Perez-Gonzalezusb: usb_probe_interface() obeys authorization
2007-10-12 Kay SieversDriver core: change add_uevent_var to use a struct
2007-09-11 Nathael PajaniUSB: fix linked list insertion bugfix for usb core
2007-08-22 Alan SternUSB: update last_busy field correctly
2007-07-18 David Brownelldev_vdbg(), available with -DVERBOSE_DEBUG
2007-07-12 Venki PallipadiUSB: Make usb-autosuspend timer 1 sec jiffy aligned
2007-07-12 Alan SternUSB: Remove usages of dev->power.power_state
2007-07-12 Alan SternUSB: add reset_resume method
2007-07-12 Alan SternUSB: rework C++-style comments
2007-07-12 Alan SternUSB: add RESET_RESUME device quirk
2007-07-12 Alan SternUSB: add USB-Persist facility
2007-07-12 Alan SternUSB: move bus_suspend and bus_resume method calls
2007-07-12 Alan SternUSB: Implement PM FREEZE and PRETHAW
2007-07-12 Alan SternUSB: interface PM state
2007-05-23 Alan SternUSB: more autosuspend timer stuff
2007-04-27 Alan SternUSB: fix signed jiffies issue in autosuspend logic
2007-04-27 Alan SternUSB: add "last_busy" field for use in autosuspend
next