aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/power/power.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-10PM / core: Drop unused internal inline functions for sysfsUlf Hansson1-3/+0
2018-05-10PM / core: Drop unused internal functions for pm_qos sysfsUlf Hansson1-2/+0
2018-05-10PM / core: Drop unused internal inline functions for wakeirqsUlf Hansson1-17/+0
2018-05-10PM / core: Drop internal unused inline functions for wakeupsUlf Hansson1-8/+0
2018-02-26PM / wakeirq: Add wakeup name to dedicated wake irqsTony Lindgren1-0/+1
2018-01-09PM / wakeup: Do not fail dev_pm_attach_wake_irq() unnecessarilyRafael J. Wysocki1-8/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-12-13Merge tag 'driver-core-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+10
2016-12-06PM / wakeirq: Fix dedicated wakeirq for drivers not using autosuspendTony Lindgren1-1/+18
2016-10-31driver core: Functional dependencies tracking supportRafael J. Wysocki1-0/+10
2016-01-08PM / sleep: Go direct_complete if driver has no callbacksTomeu Vizoso1-0/+3
2015-11-30PM / runtime: Re-init runtime PM states at probe error and driver unbindUlf Hansson1-0/+2
2015-07-28PM / QoS: Make it possible to expose device latency tolerance to userspaceMika Westerberg1-0/+2
2015-05-20PM / Wakeirq: Add automated device wake IRQ handlingTony Lindgren1-0/+48
2014-12-04PM: Drop CONFIG_PM_RUNTIME from the driver coreRafael J. Wysocki1-31/+25
2014-02-11PM / QoS: Rename device resume latency QoS itemsRafael J. Wysocki1-2/+2
2013-03-04PM / QoS: Remove device PM QoS sysfs attributes at the right placeRafael J. Wysocki1-6/+2
2012-10-24PM / QoS: Make it possible to expose PM QoS device flags to user spaceRafael J. Wysocki1-2/+4
2012-09-04PM / Runtime: Allow helpers to be called by early platform driversRafael J. Wysocki1-2/+16
2012-09-04PM: Reorganize device PM initializationRafael J. Wysocki1-7/+15
2012-03-13PM / QoS: Make it possible to expose PM QoS latency constraintsRafael J. Wysocki1-0/+4
2011-10-04PM / QoS: Add function dev_pm_qos_read_value() (v3)Rafael J. Wysocki1-1/+9
2011-03-15PM: Do not create wakeup sysfs files for devices that cannot wake upRafael J. Wysocki1-11/+10
2010-10-17PM / Runtime: Add no_callbacks flagAlan Stern1-0/+1
2010-10-17PM / Wakeup: Introduce wakeup source objects and event statistics (v3)Rafael J. Wysocki1-0/+1
2010-02-26PM: Add a switch for disabling/enabling asynchronous suspend/resumeRafael J. Wysocki1-3/+3
2009-08-23PM: Introduce core framework for run-time PM of I/O devices (rev. 17)Rafael J. Wysocki1-7/+24
2009-03-24Driver core: Fix device_move() vs. dpm list ordering, v2Cornelia Huck1-0/+8
2008-08-21PM: don't skip device PM init when CONFIG_PM_SLEEP isn't set and CONFIG_PM is setAlan Stern1-2/+7
2008-06-10Introduce new top level suspend and hibernation callbacksRafael J. Wysocki1-1/+1
2008-04-19PM: Handle device registrations during suspend/resumeRafael J. Wysocki1-20/+3
2008-02-02PM: Export device_pm_schedule_removalRafael J. Wysocki1-1/+0
2008-01-24driver core: clean up shutdown.cGreg Kroah-Hartman1-7/+0
2008-01-24PM: Acquire device locks on suspendRafael J. Wysocki1-0/+12
2007-11-28create /sys/.../power when CONFIG_PM is setDaniel Drake1-7/+21
2007-10-12PM: merge device power-management source filesAlan Stern1-30/+2
2007-10-12drivers/base/power/: make 2 functions staticAdrian Bunk1-6/+0
2007-07-29Introduce CONFIG_SUSPEND for suspend-to-Ram and standbyRafael J. Wysocki1-2/+2
2007-07-18PM: remove deprecated dpm_runtime_* routinesAlan Stern1-5/+0
2007-07-11Power Management: use mutexes instead of semaphoresMatthias Kaehlcke1-2/+2
2005-10-28[PATCH] USB: fix pm patches with CONFIG_PM off part 2Andrew Morton1-13/+0
2005-05-17[PATCH] Driver Core: remove driver model detach_stateDavid Brownell1-11/+0
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+106