aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/power/sysfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-02drivers core: Miscellaneous changes for sysfs_emitJoe Perches1-36/+67
2020-10-02drivers core: Reindent a couple uses around sysfs_emitJoe Perches1-1/+1
2020-10-02drivers core: Remove strcat uses around sysfs_emit and neatenJoe Perches1-9/+14
2020-10-02drivers core: Use sysfs_emit and sysfs_emit_at for show(device *...) functionsJoe Perches1-25/+25
2020-07-14PM: sleep: core: Emit changed uevent on wakeup_sysfs_add/removeAbhishek Pandit-Subedi1-1/+8
2020-05-29PM: runtime: Replace pm_runtime_callbacks_present()Rafael J. Wysocki1-2/+2
2020-02-26drivers/base/power: add dpm_sysfs_change_owner()Christian Brauner1-1/+54
2019-08-21PM / wakeup: Register wakeup class kobj after device is addedStephen Boyd1-0/+6
2019-04-04drivers: base: power: add proper SPDX identifiers on files that did not have them.Greg Kroah-Hartman1-4/+2
2019-03-07PM-runtime: Call pm_runtime_active|suspended_time() from sysfsUlf Hansson1-10/+2
2019-02-19PM / core: Add support to skip power management in device/driver modelSudeep Holla1-0/+6
2019-01-31PM-runtime: Replace jiffies-based accounting with ktime-based accountingThara Gopinath1-3/+8
2018-06-06PM / wakeup: Export wakeup_count instead of event_count via sysfsRavi Chandra Sadineni1-1/+1
2017-12-05PM / sysfs: Convert to use DEVICE_ATTR_RO / DEVICE_ATTR_RWAndy Shevchenko1-68/+65
2017-12-05PM / sysfs: Remove redundant 'else' keyword.Andy Shevchenko1-5/+5
2017-12-05PM / sysfs: Convert to use sysfs_streq()Andy Shevchenko1-30/+9
2017-11-08PM / QoS: Fix device resume latency frameworkRafael J. Wysocki1-4/+21
2017-10-14PM / QoS: Drop PM_QOS_FLAG_REMOTE_WAKEUPRafael J. Wysocki1-28/+0
2017-07-12PM / QoS: return -EINVAL for bogus stringsDan Carpenter1-0/+2
2017-06-28PM / QoS: constify *_attribute_group.Arvind Yadav1-6/+6
2016-11-30PM / QoS: Improve sysfs pm_qos_latency_tolerance validationAndrew Lutomirski1-1/+5
2015-07-28PM / QoS: Make it possible to expose device latency tolerance to userspaceMika Westerberg1-0/+11
2014-12-04PM: Drop CONFIG_PM_RUNTIME from the driver coreRafael J. Wysocki1-18/+1
2014-09-08PM / sysfs: avoid shadowing variablesJohannes Berg1-11/+13
2014-02-11PM / QoS: Introcuce latency tolerance device PM QoS typeRafael J. Wysocki1-7/+58
2014-02-11PM / QoS: Rename device resume latency QoS itemsRafael J. Wysocki1-15/+17
2013-07-26driver core: replace strict_strto*() with kstrto*()Jingoo Han1-1/+1
2013-03-04PM / QoS: Remove device PM QoS sysfs attributes at the right placeRafael J. Wysocki1-0/+1
2012-10-24PM / QoS: Make it possible to expose PM QoS device flags to user spaceRafael J. Wysocki1-9/+85
2012-10-23PM / QoS: Prepare struct dev_pm_qos_request for more request typesRafael J. Wysocki1-1/+1
2012-07-12PM / Sleep: Fix build warning in sysfs.c for CONFIG_PM_SLEEP unsetRafael J. Wysocki1-0/+4
2012-05-01PM / Sleep: Add "prevent autosleep time" statistics to wakeup sourcesRafael J. Wysocki1-0/+24
2012-05-01PM / Sleep: Change wakeup source statistics to follow AndroidRafael J. Wysocki1-5/+25
2012-03-13PM / QoS: Make it possible to expose PM QoS latency constraintsRafael J. Wysocki1-0/+47
2011-10-31drivers/base: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required.Paul Gortmaker1-0/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-06PM / Runtime: Prevent runtime_resume from racing with probeAlan Stern1-1/+5
2011-05-17PM / Wakeup: Fix build warning related to the "wakeup" sysfs fileRafael J. Wysocki1-2/+2
2011-03-15PM: Do not create wakeup sysfs files for devices that cannot wake upRafael J. Wysocki1-27/+51
2010-10-17PM / Runtime: Implement autosuspend supportAlan Stern1-0/+40
2010-10-17PM / Runtime: Add no_callbacks flagAlan Stern1-7/+49
2010-10-17PM / Wakeup: Introduce wakeup source objects and event statistics (v3)Rafael J. Wysocki1-2/+119
2010-07-19PM / Runtime: Add runtime PM statistics (v3)Arjan van de Ven1-0/+30
2010-07-19PM / Runtime: Make runtime_status attribute not debug-only (v. 2)Alan Stern1-20/+33
2010-07-19PM: Make it possible to avoid races between wakeup and system sleepRafael J. Wysocki1-0/+15
2010-05-10PM / Runtime: Add sysfs debug filesDominik Brodowski1-3/+62
2010-02-26PM: Add facility for advanced testing of async suspend/resumeRafael J. Wysocki1-0/+49
2010-02-26PM / Runtime: Add sysfs switch for disabling device run-time PMRafael J. Wysocki1-0/+51
2008-07-07PCI ACPI: Rework PCI handling of wake-upRafael J. Wysocki1-3/+0
2008-04-19PM: Make wakeup flags available whenever CONFIG_PM is setAlan Stern1-0/+2