linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-05-28 03:36:13 to 2016-05-31 06:31:26 UTC [more...]

[PATCH 00/15] thermal: sysfs: add locking
 2016-05-31  6:31 UTC  (5+ messages)
` [PATCH 02/15] thermal: sysfs: lock tz while on access to mode properties
` [PATCH 03/15] thermal: sysfs: lock tz while on trip_point_type properties
` [PATCH 04/15] thermal: sysfs: lock tz while on trip_point_temp properties
` [PATCH 05/15] thermal: sysfs: lock tz while on trip_point_hyst properties

[PATCHv4 00/48] thermal: reorganizing thermal core
 2016-05-31  6:18 UTC  (49+ messages)
` [PATCHv4 01/48] thermal: core: prevent zones with no types to be registered
` [PATCHv4 02/48] thermal: core: group thermal_zone DEVICE_ATTR's declarations
` [PATCHv4 03/48] thermal: core: group device_create_file() calls that are always created
` [PATCHv4 04/48] thermal: core: use dev.groups to manage always present tz attributes
` [PATCHv4 05/48] thermal: core: move emul_temp creation to tz->device.groups
` [PATCHv4 06/48] thermal: core: move mode attribute "
` [PATCHv4 07/48] thermal: core: move passive attr "
` [PATCHv4 08/48] thermal: core: improve power actor documentation
` [PATCHv4 09/48] thermal: core: move power actor code out of sysfs I/F section
` [PATCHv4 10/48] thermal: core: remove useless empty line
` [PATCHv4 11/48] thermal: core: fix style on remove_trip_attrs()
` [PATCHv4 12/48] thermal: core: move the trip attrs to the tz sysfs I/F section
` [PATCHv4 13/48] thermal: core: create tz->device.groups dynamically
` [PATCHv4 14/48] thermal: core: move trips attributes to tz->device.groups
` [PATCHv4 15/48] thermal: core: remove unnecessary device_remove() calls
` [PATCHv4 16/48] thermal: core: split passive_store
` [PATCHv4 17/48] thermal: core: split policy_store
` [PATCHv4 18/48] thermal: core: split available_policies_show()
` [PATCHv4 19/48] thermal: core: move to_thermal_zone() macro to header file
` [PATCHv4 20/48] thermal: core: treat correctly the return value of *scanf calls
` [PATCHv4 21/48] thermal: core: match parenthesis on code alignment
` [PATCHv4 22/48] thermal: core: move thermal_zone sysfs to thermal_sysfs.c
` [PATCHv4 23/48] thermal: core: move to_cooling_device macro to header file
` [PATCHv4 24/48] thermal: core: move cooling device sysfs to thermal_sysfs.c
` [PATCHv4 25/48] thermal: core: remove a couple of style issues on helpers
` [PATCHv4 26/48] thermal: core: introduce thermal_helpers.c
` [PATCHv4 27/48] thermal: core: group functions related to governor handling
` [PATCHv4 28/48] thermal: core: move idr handling to device management section
` [PATCHv4 29/48] thermal: core: small style fix on __unbind() helper
` [PATCHv4 30/48] thermal: core: move __unbind() helper to where it is used
` [PATCHv4 31/48] thermal: core: move bind_cdev() "
` [PATCHv4 32/48] thermal: core: move bind_tz() "
` [PATCHv4 33/48] thermal: core: fix couple of style issues on __bind() helper
` [PATCHv4 34/48] thermal: core: move __bind() to where it is used
` [PATCHv4 35/48] thermal: core: add inline to print_bind_err_msg()
` [PATCHv4 36/48] thermal: core: move notify to the zone update section
` [PATCHv4 37/48] thermal: core: add a comment describing the main update loop
` [PATCHv4 38/48] thermal: core: add a comment describing the power actor section
` [PATCHv4 39/48] thermal: core: add a comment describing the device management section
` [PATCHv4 40/48] thermal: sysfs: remove symbols of emul_temp when config is disabled
` [PATCHv4 41/48] thermal: core: remove FSF address in the GPL notice
` [PATCHv4 42/48] thermal: core: small style fix when checking for __find_governor()
` [PATCHv4 43/48] thermal: core: standardize line breaking alignment
` [PATCHv4 44/48] thermal: core: remove void function return statements
` [PATCHv4 45/48] thermal: core: remove style warnings and checks
` [PATCHv4 46/48] thermal: core: improve kerneldoc entry of thermal_cooling_device_unregister
` [PATCHv4 47/48] thermal: core: use kzalloc(sizeof(*ptr),...)
` [PATCHv4 48/48] thermal: sysfs: use kcalloc() instead of kzalloc()

[PATCHv3 00/48] thermal: reorganizing thermal core
 2016-05-31  6:13 UTC  (52+ messages)
` [PATCHv3 01/48] thermal: core: prevent zones with no types to be registered
` [PATCHv3 02/48] thermal: core: group thermal_zone DEVICE_ATTR's declarations
` [PATCHv3 03/48] thermal: core: group device_create_file() calls that are always created
` [PATCHv3 04/48] thermal: core: use dev.groups to manage always present tz attributes
` [PATCHv3 05/48] thermal: core: move emul_temp creation to tz->device.groups
` [PATCHv3 06/48] thermal: core: move mode attribute "
` [PATCHv3 07/48] thermal: core: move passive attr "
` [PATCHv3 08/48] thermal: core: improve power actor documentation
` [PATCHv3 09/48] thermal: core: move power actor code out of sysfs I/F section
` [PATCHv3 10/48] thermal: core: remove useless empty line
` [PATCHv3 11/48] thermal: core: fix style on remove_trip_attrs()
` [PATCHv3 12/48] thermal: core: move the trip attrs to the tz sysfs I/F section
` [PATCHv3 13/48] thermal: core: create tz->device.groups dynamically
` [PATCHv3 14/48] thermal: core: move trips attributes to tz->device.groups
` [PATCHv3 15/48] thermal: core: remove unnecessary device_remove() calls
` [PATCHv3 16/48] thermal: core: split passive_store
` [PATCHv3 17/48] thermal: core: split policy_store
` [PATCHv3 18/48] thermal: core: split available_policies_show()
` [PATCHv3 19/48] thermal: core: move to_thermal_zone() macro to header file
` [PATCHv3 20/48] thermal: core: treat correctly the return value of *scanf calls
` [PATCHv3 21/48] thermal: core: match parenthesis on code alignment
` [PATCHv3 22/48] thermal: core: move thermal_zone sysfs to thermal_sysfs.c
` [PATCHv3 23/48] thermal: core: move to_cooling_device macro to header file
` [PATCHv3 24/48] thermal: core: move cooling device sysfs to thermal_sysfs.c
` [PATCHv3 25/48] thermal: core: remove a couple of style issues on helpers
` [PATCHv3 26/48] thermal: core: introduce thermal_helpers.c
` [PATCHv3 27/48] thermal: core: group functions related to governor handling
` [PATCHv3 28/48] thermal: core: move idr handling to device management section
` [PATCHv3 29/48] thermal: core: small style fix on __unbind() helper
` [PATCHv3 30/48] thermal: core: move __unbind() helper to where it is used
` [PATCHv3 31/48] thermal: core: move bind_cdev() "
` [PATCHv3 32/48] thermal: core: move bind_tz() "
` [PATCHv3 33/48] thermal: core: fix couple of style issues on __bind() helper
` [PATCHv3 34/48] thermal: core: move __bind() to where it is used
` [PATCHv3 35/48] thermal: core: add inline to print_bind_err_msg()
` [PATCHv3 36/48] thermal: core: move notify to the zone update section
` [PATCHv3 37/48] thermal: core: add a comment describing the main update loop
` [PATCHv3 38/48] thermal: core: add a comment describing the power actor section
` [PATCHv3 39/48] thermal: core: add a comment describing the device management section
` [PATCHv3 40/48] thermal: sysfs: remove symbols of emul_temp when config is disabled
` [PATCHv3 41/48] thermal: core: remove FSF address in the GPL notice
` [PATCHv3 42/48] thermal: core: small style fix when checking for __find_governor()
` [PATCHv3 43/48] thermal: core: standardize line breaking alignment
` [PATCHv3 44/48] thermal: core: remove void function return statements
` [PATCHv3 45/48] thermal: core: remove style warnings and checks
` [PATCHv3 46/48] thermal: core: improve kerneldoc entry of thermal_cooling_device_unregister
` [PATCHv3 47/48] thermal: core: use kzalloc(sizeof(*ptr),...)
` [PATCHv3 48/48] thermal: sysfs: use kcalloc() instead of kzalloc()

[PATCH v2 0/3] cpufreq: avoid redundant driver calls in schedutil
 2016-05-31  5:30 UTC  (19+ messages)
` [PATCH v2 1/3] cpufreq: add resolve_freq driver callback
` [PATCH v2 2/3] cpufreq: acpi-cpufreq: add resolve_freq callback
` [PATCH v2 3/3] cpufreq: schedutil: map raw required frequency to driver frequency

[RFC v2 00/13] usb/mmc/power: Fix USB/LAN when TFTP booting
 2016-05-31  0:58 UTC  (7+ messages)

[PATCHv2 00/40]
 2016-05-30 22:16 UTC  (42+ messages)
` [PATCHv2 01/40] thermal: core: prevent zones with no types to be registered
` [PATCHv2 02/40] thermal: core: group thermal_zone DEVICE_ATTR's declarations
` [PATCHv2 03/40] thermal: core: group device_create_file() calls that are always created
` [PATCHv2 04/40] thermal: core: use dev.groups to manage always present tz attributes
` [PATCHv2 05/40] thermal: core: move emul_temp creation to tz->device.groups
` [PATCHv2 06/40] thermal: core: move mode attribute "
` [PATCHv2 07/40] thermal: core: move passive attr "
` [PATCHv2 08/40] thermal: core: improve power actor documentation
` [PATCHv2 09/40] thermal: core: move power actor code out of sysfs I/F section
` [PATCHv2 10/40] thermal: core: remove useless empty line
` [PATCHv2 11/40] thermal: core: fix style on remove_trip_attrs()
` [PATCHv2 12/40] thermal: core: move the trip attrs to the tz sysfs I/F section
` [PATCHv2 13/40] thermal: core: create tz->device.groups dynamically
` [PATCHv2 14/40] thermal: core: move trips attributes to tz->device.groups
` [PATCHv2 15/40] thermal: core: remove unnecessary device_remove() calls
` [PATCHv2 16/40] thermal: core: split passive_store
` [PATCHv2 17/40] thermal: core: split policy_store
` [PATCHv2 18/40] thermal: core: split available_policies_show()
` [PATCHv2 19/40] thermal: core: move to_thermal_zone() macro to header file
` [PATCHv2 20/40] thermal: core: treat correctly the return value of *scanf calls
` [PATCHv2 21/40] thermal: core: match parenthesis on code alignment
` [PATCHv2 22/40] thermal: core: move thermal_zone sysfs to thermal_sysfs.c
` [PATCHv2 23/40] thermal: core: move to_cooling_device macro to header file
` [PATCHv2 24/40] thermal: core: move cooling device sysfs to thermal_sysfs.c
` [PATCHv2 25/40] thermal: core: remove a couple of style issues on helpers
` [PATCHv2 26/40] thermal: core: introduce thermal_helpers.c
` [PATCHv2 27/40] thermal: core: group functions related to governor handling
` [PATCHv2 28/40] thermal: core: move idr handling to device management section
` [PATCHv2 29/40] thermal: core: small style fix on __unbind() helper
` [PATCHv2 30/40] thermal: core: move __unbind() helper to where it is used
` [PATCHv2 31/40] thermal: core: move bind_cdev() "
` [PATCHv2 32/40] thermal: core: move bind_tz() "
` [PATCHv2 33/40] thermal: core: fix couple of style issues on __bind() helper
` [PATCHv2 34/40] thermal: core: move __bind() to where it is used
` [PATCHv2 35/40] thermal: core: add inline to print_bind_err_msg()
` [PATCHv2 36/40] thermal: core: move notify to the zone update section
` [PATCHv2 37/40] thermal: core: add a comment describing the main update loop
` [PATCHv2 38/40] thermal: core: add a comment describing the power actor section
` [PATCHv2 39/40] thermal: core: add a comment describing the device management section
` [PATCHv2 40/40] thermal: sysfs: remove symbols of emul_temp when config is disabled

S3 resume regression [1cf4f629d9d2 ("cpu/hotplug: Move online calls to hotplugged cpu")]
 2016-05-30 20:43 UTC  (4+ messages)

[PATCH v2 0/3] soc: renesas: rcar-sysc: Add support for R-Car M3-W power areas
 2016-05-30 17:05 UTC  (4+ messages)
` [PATCH v2 1/3] soc: renesas: rcar-sysc: Document r8a7796 support
` [PATCH v2 2/3] soc: renesas: Add r8a7796 SYSC PM Domain Binding Definitions
` [PATCH v2 3/3] soc: renesas: rcar-sysc: Add support for R-Car M3-W power areas

[PATCH 0/4] nouveau fixes for RPM/Optimus-related hangs
 2016-05-30 16:13 UTC  (14+ messages)
` [PATCH 4/4] drm/nouveau/acpi: fix lockup with PCIe runtime PM
  ` [Nouveau] "

[PATCH 00/31] thermal: reorganizing thermal core
 2016-05-30 16:05 UTC  (5+ messages)
` [PATCH 20/31] thermal: core: introduce thermal_helpers.c

[PATCH] PCI: Power on bridges before scanning new devices
 2016-05-30 15:19 UTC  (7+ messages)
` [PATCH] PCI: Wait for 50ms after bridge is powered up

[PATCH v7 00/10] kthread: Kthread worker API improvements
 2016-05-30 14:59 UTC 

[PATCH v4 00/10] powerpc/powernv/cpuidle: Add support for POWER ISA v3 idle states
 2016-05-30 14:26 UTC  (3+ messages)
` [PATCH v4 09/10] cpuidle/powernv: "

[PATCH] cpufreq: stats: Make the stats code non-modular
 2016-05-30 13:43 UTC  (5+ messages)

[PATCH] intel_idle: correct/improve BXT support
 2016-05-30 12:26 UTC 

[PATCH] tools/power: turbostat: Allocate correct amount of fd and irq entries
 2016-05-30 10:53 UTC  (2+ messages)

[RESEND PATCH v3 0/2] PM / Domains: Second step in improving system PM code in genpd
 2016-05-30  9:43 UTC  (3+ messages)
` [RESEND PATCH v3 1/2] PM / Domains: Allow genpd to power on during the system PM phases
` [RESEND PATCH v3 2/2] PM / Domains: Remove redundant wrapper functions for system PM

Rescanning is broken with runtime PM for PCIe ports
 2016-05-30  9:35 UTC  (5+ messages)
` [PATCH] PCI: Power on bridges before scanning new devices

[PATCH v2 0/5] PM / Domains / Runtime: Optimize device system PM when using genpd
 2016-05-30  9:33 UTC  (6+ messages)
` [PATCH v2 1/5] PM / Domains: Remove redundant call to pm_request_idle() in genpd
` [PATCH v2 2/5] PM / Runtime: Prevent re-resuming devices in pm_runtime_force_resume()
` [PATCH v2 3/5] PM / Domains: Allow runtime PM during system PM phases
` [PATCH v2 4/5] PM / Domains: Stop/start devices during system PM suspend/resume in genpd
` [PATCH v2 5/5] PM / Runtime: Defer resuming of the device in pm_runtime_force_resume()

[PATCH] cpufreq: intel_pstate: Downgrade print level for _PPC
 2016-05-30  6:31 UTC 

lm-senser can't detect thermal on thermal_zone
 2016-05-30  6:28 UTC  (4+ messages)

Hello
 2016-05-29  0:44 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).